mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-03 14:34:29 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "3153",
|
|
"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-r3153-5f84d40.exe#/x264.exe",
|
|
"hash": "f2d69f3eb898e79f68ddea8b073b2d16dce6fc06eaa52f4cb2d99a813802412e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://artifacts.videolan.org/x264/release-win32/x264-r3153-5f84d40.exe#/x264.exe",
|
|
"hash": "92edf7385329bd95a366dd301983c4062d007446d4334200d4005aecb2d206a1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|