mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
* Add reverse property to checkver If set to true, the regex matches get reversed. This helps to find new versions in directory listings. (see x264) * Update x264 to version 2851
39 lines
1.3 KiB
JSON
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",
|
|
"version": "2851",
|
|
"architecture": {
|
|
"64bit": {
|
|
"hash": "92844f1b9694fb55bfaaf5bd06e89a0b9bec1f1c4a904fc18b9f6b17b6cbdedc",
|
|
"url": "https://download.videolan.org/pub/x264/binaries/win64/x264-r2851-ba24899.exe#/x264.exe"
|
|
},
|
|
"32bit": {
|
|
"hash": "ca0b4bb694cc63c08ee7cd56a96b94bdc5551ecce2f1d113bd6a41da1a4c4e15",
|
|
"url": "https://download.videolan.org/pub/x264/binaries/win32/x264-r2851-ba24899.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"
|
|
}
|
|
}
|
|
}
|
|
}
|