mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +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
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"description": "H.264/MPEG-4 AVC video encoder (10 bit)",
|
|
"homepage": "https://www.videolan.org/developers/x264.html",
|
|
"license": "GPL-2.0",
|
|
"version": "2851",
|
|
"architecture": {
|
|
"64bit": {
|
|
"hash": "6dab3cfd5d5685206160f5a31b951ce6a9712d7694f7c0cefd8c3e8ad9c24f00",
|
|
"url": "https://download.videolan.org/pub/x264/binaries/win64/x264-10b-r2851-ba24899.exe#/x264-10b.exe"
|
|
},
|
|
"32bit": {
|
|
"hash": "7c233457a6f23a475877c4ff0061f3f52bf02e8f19b1ba92c73dd37df5b37d68",
|
|
"url": "https://download.videolan.org/pub/x264/binaries/win32/x264-10b-r2851-ba24899.exe#/x264-10b.exe"
|
|
}
|
|
},
|
|
"bin": "x264-10b.exe",
|
|
"checkver": {
|
|
"url": "https://download.videolan.org/pub/videolan/x264/binaries/win64/",
|
|
"re": "x264-10b-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-10b-r$version-$matchCommit.exe#/x264-10b.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://download.videolan.org/pub/x264/binaries/win32/x264-10b-r$version-$matchCommit.exe#/x264-10b.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|