wget: Update to version 1.21.1-1

This commit is contained in:
Jakub Čábera 2021-03-26 17:05:33 +01:00
parent ab387c72ce
commit 02e945aa95

View File

@ -1,24 +1,24 @@
{
"version": "1.21.1",
"version": "1.21.1-1",
"description": "A command-line utility for retrieving files using HTTP, HTTPS, FTP, and FTPS protocols.",
"homepage": "https://eternallybored.org/misc/wget/",
"license": "GPL-3.0-or-later",
"depends": "cacert",
"architecture": {
"64bit": {
"url": "https://eternallybored.org/misc/wget/releases/wget-1.21.1-win64.zip",
"hash": "a56163475d344f9d78c28becf33015df468ddc6785c4b3d33c80095006cb5438"
"url": "https://eternallybored.org/misc/wget/releases/wget-1.21.1-1-win64.zip",
"hash": "b80edb936fb3ea0c0ecda24d627474a9b0531f87c43fc17a7b3ead0b2fd8bc1b"
},
"32bit": {
"url": "https://eternallybored.org/misc/wget/releases/wget-1.21.1-win32.zip",
"hash": "11782dc3e3fe6c56c2193453063f9f637f4462072c703ce17fcfbac86b1a7a49"
"url": "https://eternallybored.org/misc/wget/releases/wget-1.21.1-1-win32.zip",
"hash": "7f76479d71aa0bdcfbe5fe4c3603ed6555a1679e578f88fc02b0e280377fa986"
}
},
"post_install": "\"ca_certificate=$(appdir cacert $global)\\current\\cacert.pem\" | out-file \"$dir\\wget.ini\" -encoding default",
"bin": "wget.exe",
"checkver": {
"checkver": {
"url": "https://eternallybored.org/misc/wget/releases/?C=M;O=D",
"regex": "/wget-([\\d.-])-win64\\.zip"
"regex": ">wget-([\\d.-]+)-win64\\.zip"
},
"autoupdate": {
"architecture": {