mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-20 18:45:14 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "3100",
|
|
"description": "H.264/MPEG-4 AVC video encoder",
|
|
"homepage": "https://www.videolan.org/developers/x264.html",
|
|
"license": "GPL-2.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://artifacts.videolan.org/x264/release-win64/x264-r3100-ed0f7a6.exe#/x264.exe",
|
|
"hash": "f0d7adce9b093388aa897f6b08c6e102db8474ec3d3f3ab85f03b6fa0727ee13"
|
|
},
|
|
"32bit": {
|
|
"url": "https://artifacts.videolan.org/x264/release-win32/x264-r3100-ed0f7a6.exe#/x264.exe",
|
|
"hash": "e5c567e79c1ff133799d18f7c4e97ab99b468c522370902fca24b0fd4ede8cde"
|
|
}
|
|
},
|
|
"bin": "x264.exe",
|
|
"checkver": {
|
|
"url": "https://artifacts.videolan.org/x264/release-win64/",
|
|
"regex": "x264-r([\\d]+)-(?<commit>[a-fA-F\\d]{7})\\.exe"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://artifacts.videolan.org/x264/release-win64/x264-r$version-$matchCommit.exe#/x264.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://artifacts.videolan.org/x264/release-win32/x264-r$version-$matchCommit.exe#/x264.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|