mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "3048",
|
|
"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-r3048-b86ae3c.exe#/x264.exe",
|
|
"hash": "fb98fc6b6632765697b6127f62e0b6bb51c1bea346e61a99d40e8c04649bdf9a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://artifacts.videolan.org/x264/release-win32/x264-r3048-b86ae3c.exe#/x264.exe",
|
|
"hash": "b18a1e67db4f1ea35fa7563227a8cb58710b32c119e6daaa010ea3ab2875f51a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|