wget2: Add version 2.1.0 (#5510)

This commit is contained in:
Karan09 2024-03-11 06:51:46 +05:30 committed by GitHub
parent 16af264d04
commit 7223de1c66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

21
bucket/wget2.json Normal file
View File

@ -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"
}
}
}
}