diff --git a/bucket/wget2.json b/bucket/wget2.json new file mode 100644 index 0000000000..7638d6bdfe --- /dev/null +++ b/bucket/wget2.json @@ -0,0 +1,21 @@ +{ + "version": "2.1.0", + "description": "GNU Wget2 is the successor of GNU Wget, a file and recursive website downloader.", + "homepage": "https://github.com/rockdaboot/wget2", + "license": "GPL-3.0-or-later", + "architecture": { + "64bit": { + "url": "https://github.com/rockdaboot/wget2/releases/download/v2.1.0/wget2.exe", + "hash": "aad2b280c0f54741a1e5a4b7be99fc48cf39a7fc21827d5ec69860b9e02e9f28" + } + }, + "bin": "wget2.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/rockdaboot/wget2/releases/download/v$version/wget2.exe" + } + } + } +}