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

42 lines
1.2 KiB
JSON

{
"homepage": "https://xiph.org/flac/",
"description": "Free Lossless Audio Codec - command line tools",
"version": "1.3.2",
"license": {
"identifier": "BSD-3-Clause,GPL-3.0-or-later",
"url": "https://xiph.org/flac/license.html"
},
"url": "https://downloads.xiph.org/releases/flac/flac-1.3.2-win.zip",
"hash": "4cca0acfa829921ab647f48e83f4b40288f2018d7819f0b15230d3992c13c966",
"architecture": {
"64bit": {
"extract_dir": "flac-1.3.2-win\\win64"
},
"32bit": {
"extract_dir": "flac-1.3.2-win\\win32"
}
},
"bin": [
"flac.exe",
"metaflac.exe"
],
"checkver": {
"re": "FLAC ([\\d.]+)",
"url": "https://xiph.org/flac/changelog.html"
},
"autoupdate": {
"url": "https://downloads.xiph.org/releases/flac/flac-$version-win.zip",
"hash": {
"url": "https://downloads.xiph.org/releases/flac/SHA256SUMS.txt"
},
"architecture": {
"64bit": {
"extract_dir": "flac-$version-win\\win64"
},
"32bit": {
"extract_dir": "flac-$version-win\\win32"
}
}
}
}