linsui 0f8c4b09fe Fix ~156 license tags (#272)
* Fix 150 license

* Update

* Update

* Update cockroachdb.json

See https://github.com/cockroachdb/cockroach/blob/master/LICENSE and
https://github.com/cockroachdb/cockroach/blob/master/licenses/BSL.txt

* Apply new rule

* Change to unknown

* Update tup.json

* fix radare2

* Some fix

* Some fix

* Fix sliksvn

* Fix sliksvn

* Update imagemagick.json
2019-08-02 07:28:29 -07:00

30 lines
1.1 KiB
JSON

{
"homepage": "https://eternallybored.org/misc/wget/",
"license": "GPL-3.0-or-later",
"version": "1.20.3",
"architecture": {
"64bit": {
"url": "https://eternallybored.org/misc/wget/releases/wget-1.20.3-win64.zip",
"hash": "7ef40a647a153accbfb8cd79b3d9e3bf8ac1bab95b704176e3172589285a13de"
},
"32bit": {
"url": "https://eternallybored.org/misc/wget/releases/wget-1.20.3-win32.zip",
"hash": "021f547baca74fca939d50951ce967502d160a7502f02fab706f9293e1475fb8"
}
},
"bin": "wget.exe",
"depends": "cacert",
"post_install": "\"ca_certificate=$(appdir cacert $global)\\current\\cacert.pem\" | out-file \"$dir\\wget.ini\" -encoding default",
"checkver": "<title>GNU Wget ([\\d.]+) for Windows",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://eternallybored.org/misc/wget/releases/wget-$version-win64.zip"
},
"32bit": {
"url": "https://eternallybored.org/misc/wget/releases/wget-$version-win32.zip"
}
}
}
}