ScoopInstaller_Main/bucket/gobuster.json
tech189 ddd140f117 gobuster: Update to version 3.6.0
Fix autoupdate: remove version from file name
2023-09-06 12:28:29 +01:00

39 lines
1.5 KiB
JSON

{
"version": "3.6.0",
"description": "A tool to brute-force URIs, DNS subdomains or Virtual Host names",
"homepage": "https://github.com/OJ/gobuster",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/OJ/gobuster/releases/download/v3.6.0/gobuster_Windows_x86_64.zip",
"hash": "23403da32e153849000d5e930506a46d0950bad2b0dcb5a7d325793f0ec8cf19"
},
"32bit": {
"url": "https://github.com/OJ/gobuster/releases/download/v3.6.0/gobuster_Windows_i386.zip",
"hash": "d6a4b243523e2425b44a4e5f34de07bc0f5fac04d00b4fadc7583d0037a426f7"
},
"arm64": {
"url": "https://github.com/OJ/gobuster/releases/download/v3.6.0/gobuster_Windows_arm64.zip",
"hash": "b941372c7c0d4bd37efe9d17f77ac24d1e56e69bef6ca1879ba17306720491ba"
}
},
"bin": "gobuster.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/OJ/gobuster/releases/download/v$version/gobuster_Windows_x86_64.zip"
},
"32bit": {
"url": "https://github.com/OJ/gobuster/releases/download/v$version/gobuster_Windows_i386.zip"
},
"arm64": {
"url": "https://github.com/OJ/gobuster/releases/download/v$version/gobuster_Windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}