diff --git a/bucket/apimtemplate.json b/bucket/apimtemplate.json index 3a69caafe7..e7ffe713aa 100644 --- a/bucket/apimtemplate.json +++ b/bucket/apimtemplate.json @@ -15,12 +15,5 @@ "checkver": { "url": "https://github.com/Azure/azure-api-management-devops-resource-kit/releases", "regex": "tag/v([\\w.-]+)" - }, - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://github.com/Azure/azure-api-management-devops-resource-kit/releases/download/v$version/reskit-win64.zip" - } - } } } diff --git a/bucket/conftest.json b/bucket/conftest.json index 737084b048..701a993e9c 100644 --- a/bucket/conftest.json +++ b/bucket/conftest.json @@ -1,12 +1,12 @@ { - "version": "0.27.0", + "version": "0.28.0", "description": "Test utility for structured configuration files", "homepage": "https://www.conftest.dev", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/open-policy-agent/conftest/releases/download/v0.27.0/conftest_0.27.0_Windows_x86_64.zip", - "hash": "78550603596df542de61bcb24063874583d716b3c0de246b328a333f7405e083" + "url": "https://github.com/open-policy-agent/conftest/releases/download/v0.28.0/conftest_0.28.0_Windows_x86_64.zip", + "hash": "f44f9344d30123b135fcca31cdde2290990326c67b0edc93a24942238dde15ca" } }, "bin": "conftest.exe", diff --git a/bucket/flyway.json b/bucket/flyway.json index 13d5e9b76d..57ddcf5b57 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -18,17 +18,6 @@ ], "checkver": { "url": "https://flywaydb.org/documentation/usage/commandline/#download-and-installation", - "regex": "flyway-commandline-([\\d.]+)-windows" - }, - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/$version/flyway-commandline-$version-windows-x64.zip" - } - }, - "hash": { - "url": "$url.sha1" - }, - "extract_dir": "flyway-$version" + "regex": "flyway-commandline-([\\w.-]+)-windows" } } diff --git a/bucket/geth.json b/bucket/geth.json index 194f7bfec2..f68b3d413f 100644 --- a/bucket/geth.json +++ b/bucket/geth.json @@ -1,7 +1,7 @@ { "version": "1.10.8", - "homepage": "https://geth.ethereum.org/", "description": "Official Go implementation of the Ethereum protocol", + "homepage": "https://geth.ethereum.org", "license": "MIT", "architecture": { "64bit": { @@ -25,8 +25,8 @@ "rlpdump.exe" ], "checkver": { - "url": "https://github.com/ethereum/go-ethereum/releases/latest", - "regex": "(?sm)/tree/v(?[\\d.]+).*?/commit/(?[a-z0-9]{8})" + "github": "https://github.com/ethereum/go-ethereum", + "regex": "(?sm)/tree/v([\\d.]+).*?/commit/(?[a-z\\d]{8})" }, "autoupdate": { "architecture": { diff --git a/bucket/glslang.json b/bucket/glslang.json index cb80eedcd6..e2911d3dbb 100644 --- a/bucket/glslang.json +++ b/bucket/glslang.json @@ -11,12 +11,5 @@ "bin": [ "bin\\glslangValidator.exe", "bin\\spirv-remap.exe" - ], - "checkver": { - "url": "https://github.com/KhronosGroup/glslang/releases", - "regex": "/releases/download/([\\d.]+)/glslang-master-win" - }, - "autoupdate": { - "url": "https://github.com/KhronosGroup/glslang/releases/download/$version/glslang-master-windows-x64-Release.zip" - } + ] } diff --git a/bucket/hadolint.json b/bucket/hadolint.json index 034d4f0883..47004e4cbf 100644 --- a/bucket/hadolint.json +++ b/bucket/hadolint.json @@ -10,12 +10,5 @@ } }, "bin": "hadolint.exe", - "checkver": "github", - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://github.com/hadolint/hadolint/releases/download/v$version/hadolint-Windows-x86_64.exe#/hadolint.exe" - } - } - } + "checkver": "github" } diff --git a/bucket/hexyl.json b/bucket/hexyl.json index b2e7159394..58bbca2683 100644 --- a/bucket/hexyl.json +++ b/bucket/hexyl.json @@ -1,11 +1,8 @@ { "version": "0.9.0", - "description": "A command-line hex viewer, which uses colored output to distinguish different categories of bytes.", + "description": "Hex viewer, which uses colored output to distinguish different categories of bytes.", "homepage": "https://github.com/sharkdp/hexyl", "license": "Apache-2.0", - "suggest": { - "less": "less" - }, "architecture": { "64bit": { "url": "https://github.com/sharkdp/hexyl/releases/download/v0.9.0/hexyl-v0.9.0-x86_64-pc-windows-msvc.zip", @@ -30,7 +27,6 @@ "url": "https://github.com/sharkdp/hexyl/releases/download/v$version/hexyl-v$version-i686-pc-windows-msvc.zip", "extract_dir": "hexyl-v$version-i686-pc-windows-msvc" } - } } } diff --git a/bucket/httpstat.json b/bucket/httpstat.json index 26c3bdab7b..516fcdb7d1 100644 --- a/bucket/httpstat.json +++ b/bucket/httpstat.json @@ -1,6 +1,6 @@ { "version": "1.0.0", - "description": "curl(1) statistics visualizer.", + "description": "curl(1) statistics visualizer", "homepage": "https://github.com/davecheney/httpstat", "license": "MIT", "architecture": { @@ -13,16 +13,5 @@ "hash": "9b43886614830830a84fae87cbbb2f8ef01b09b1986a3a4f4aa77978887baee3" } }, - "bin": "httpstat.exe", - "checkver": "github", - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://github.com/davecheney/httpstat/releases/download/v$version/httpstat-windows-amd64-v$version.exe#/httpstat.exe" - }, - "32bit": { - "url": "https://github.com/davecheney/httpstat/releases/download/v$version/httpstat-windows-386-v$version.exe#/httpstat.exe" - } - } - } + "bin": "httpstat.exe" } diff --git a/bucket/influxdb.json b/bucket/influxdb.json index 950a13477b..2c16f078e8 100644 --- a/bucket/influxdb.json +++ b/bucket/influxdb.json @@ -21,16 +21,5 @@ "checkver": { "url": "https://portal.influxdata.com/downloads", "regex": ">InfluxDB v([\\d.]+)<" - }, - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://dl.influxdata.com/influxdb/releases/influxdb-$version_windows_amd64.zip", - "extract_dir": "influxdb-$version-1" - } - }, - "hash": { - "url": "$url.sha256" - } } } diff --git a/bucket/jd-cli.json b/bucket/jd-cli.json index d8eb2d7d95..085c317698 100644 --- a/bucket/jd-cli.json +++ b/bucket/jd-cli.json @@ -1,16 +1,13 @@ { "version": "1.2.0", "description": "Command line Java Decompiler", - "homepage": "https://github.com/kwart/jd-cli", + "homepage": "https://github.com/intoolswetrust/jd-cli", "license": "GPL-3.0-only", - "url": "https://github.com/kwart/jd-cli/releases/download/jd-cli-1.2.0/jd-cli-1.2.0-dist.zip", + "url": "https://github.com/intoolswetrust/jd-cli/releases/download/jd-cli-1.2.0/jd-cli-1.2.0-dist.zip", "hash": "ae589be342b8ea2ccfa48f9da09c78e1c54f263d6695c7a4385a9f748c22bb25", "bin": "jd-cli.jar", "checkver": { - "github": "https://github.com/kwart/jd-cli", - "regex": "jd-cli-([\\d.]+)\\-" - }, - "autoupdate": { - "url": "https://github.com/kwart/jd-cli/releases/download/jd-cli-$version/jd-cli-$version-dist.zip" + "github": "https://github.com/intoolswetrust/jd-cli", + "regex": "tag/jd-cli-([\\d.]+)" } } diff --git a/bucket/mailhog.json b/bucket/mailhog.json index 75ccfefb35..1203819422 100644 --- a/bucket/mailhog.json +++ b/bucket/mailhog.json @@ -1,6 +1,6 @@ { "version": "1.0.1", - "description": "Web and API based SMTP testing.", + "description": "Web and API based SMTP testing", "homepage": "https://github.com/mailhog/MailHog", "license": "MIT", "architecture": { diff --git a/bucket/ncspot.json b/bucket/ncspot.json index b0e8740d05..2985f0954c 100644 --- a/bucket/ncspot.json +++ b/bucket/ncspot.json @@ -1,6 +1,6 @@ { "version": "0.8.2", - "description": "Cross-platform ncurses Spotify client written in Rust", + "description": "ncurses Spotify client written in Rust", "homepage": "https://github.com/hrkfdn/ncspot", "license": "BSD-2-Clause", "architecture": { @@ -16,6 +16,9 @@ "64bit": { "url": "https://github.com/hrkfdn/ncspot/releases/download/v$version/ncspot-v$version-windows.zip" } + }, + "hash": { + "url": "$urlNoExt.sha256" } } } diff --git a/bucket/rust-analyzer.json b/bucket/rust-analyzer.json index 4012a1f81b..be9eaeccc6 100644 --- a/bucket/rust-analyzer.json +++ b/bucket/rust-analyzer.json @@ -13,12 +13,5 @@ "checkver": { "github": "https://github.com/rust-analyzer/rust-analyzer", "regex": "releases/tag/([\\d-]+)" - }, - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/$version/rust-analyzer-windows.exe#/rust-analyzer.exe" - } - } } }