mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 19:55:15 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "3221",
|
|
"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-r3221-291476d.exe#/x264.exe",
|
|
"hash": "e5de53121e9bc18389fa73a7da8ae15faad7cdcbe423f5b762416287cf26fda3"
|
|
},
|
|
"32bit": {
|
|
"url": "https://artifacts.videolan.org/x264/release-win32/x264-r3221-291476d.exe#/x264.exe",
|
|
"hash": "bd8d4fe0f18f61f2564d1fcb210935f6f3edcb18f7e1edca741d1a6cff5b26b8"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|