From 7223de1c66c2087121c8282b3fea89b55050fd4b Mon Sep 17 00:00:00 2001 From: Karan09 <71691514+KaranKad@users.noreply.github.com> Date: Mon, 11 Mar 2024 06:51:46 +0530 Subject: [PATCH] wget2: Add version 2.1.0 (#5510) --- bucket/wget2.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/wget2.json 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" + } + } + } +}