mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-13 23:25:15 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"description": "H.264/MPEG-4 AVC video encoder",
|
|
"homepage": "https://www.videolan.org/developers/x264.html",
|
|
"license": "GPL-2.0-or-later",
|
|
"version": "3007",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://artifacts.videolan.org/x264/release-win64/x264-r3007-235ce61.exe#/x264.exe",
|
|
"hash": "a85f76db459be8ba26ab1da2bcb08ac4a5a22241ca309e90f92beae86a411d9e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://artifacts.videolan.org/x264/release-win32/x264-r3007-235ce61.exe#/x264.exe",
|
|
"hash": "2054b40e298b6773632213c61724b09f80ecd8ecd3f3a7edfbdc6ff07d451b41"
|
|
}
|
|
},
|
|
"bin": "x264.exe",
|
|
"checkver": {
|
|
"url": "https://artifacts.videolan.org/x264/release-win64/",
|
|
"regex": "x264-r([\\d]+)-(?<commit>[a-fA-F0-9]{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"
|
|
}
|
|
}
|
|
}
|
|
}
|