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

20 lines
771 B
JSON

{
"version": "1.20",
"homepage": "https://www.nongnu.org/lzip/lzip.html",
"description": "Lzip is a lossless data compressor with a user interface similar to the one of gzip or bzip2",
"license": "GPL-2.0-or-later",
"url": "https://download.savannah.gnu.org/releases/lzip/lzip-1.20-w32.zip",
"hash": "7ef27ab008377f6d96793b450391efee0a8682ca056a9fe688b264be92637271",
"extract_dir": "lzip-1.20-w32",
"bin": "bin\\lzip.exe",
"checkver": {
"url": "https://download.savannah.gnu.org/releases/lzip/",
"re": "lzip-([\\d.]+)-w32.zip",
"reverse": true
},
"autoupdate": {
"url": "https://download.savannah.gnu.org/releases/lzip/lzip-$version-w32.zip",
"extract_dir": "lzip-$version-w32"
}
}