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

39 lines
1.3 KiB
JSON

{
"description": "H.264/MPEG-4 AVC video encoder (8 bit)",
"homepage": "https://www.videolan.org/developers/x264.html",
"license": "GPL-2.0-only",
"version": "2969",
"architecture": {
"64bit": {
"hash": "ad51fdad190341da74315701edfc9a2b1937ae9d5666b04c98c194401610c9bf",
"url": "https://download.videolan.org/pub/x264/binaries/win64/x264-r2969-d4099dd.exe#/x264.exe"
},
"32bit": {
"hash": "7b8fb6e8a29511946aaf961a34848322e65ed5a4bd4b4e96434b355ded85b14b",
"url": "https://download.videolan.org/pub/x264/binaries/win32/x264-r2969-d4099dd.exe#/x264.exe"
}
},
"bin": [
"x264.exe",
[
"x264.exe",
"x264-8b"
]
],
"checkver": {
"url": "https://download.videolan.org/pub/videolan/x264/binaries/win64/",
"re": "x264-r(?<version>[\\d]+)-(?<commit>[a-fA-F0-9]{7}).exe",
"reverse": true
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://download.videolan.org/pub/x264/binaries/win64/x264-r$version-$matchCommit.exe#/x264.exe"
},
"32bit": {
"url": "https://download.videolan.org/pub/x264/binaries/win32/x264-r$version-$matchCommit.exe#/x264.exe"
}
}
}
}