mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-04 14:31:35 +00:00
* bento4: Add version 1.6.0-640 * fix autoupdate * fix dashVersion * use architecture field
27 lines
959 B
JSON
27 lines
959 B
JSON
{
|
|
"version": "1.6.0-640",
|
|
"description": "Full-featured MP4 format, MPEG DASH, HLS, CMAF SDK and tools",
|
|
"homepage": "https://www.bento4.com",
|
|
"license": "GPL-2.0-only|Proprietary",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://www.bok.net/Bento4/binaries/Bento4-SDK-1-6-0-640.x86_64-microsoft-win32.zip",
|
|
"hash": "03caae04a9e1ed52deef2407bd6f0eccff68f52d2556ef126debafac4efe487e",
|
|
"extract_dir": "Bento4-SDK-1-6-0-640.x86_64-microsoft-win32"
|
|
}
|
|
},
|
|
"env_add_path": "bin",
|
|
"checkver": {
|
|
"url": "https://www.bento4.com/downloads/",
|
|
"regex": "Version ([\\d.-]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://www.bok.net/Bento4/binaries/Bento4-SDK-$dashVersion.x86_64-microsoft-win32.zip",
|
|
"extract_dir": "Bento4-SDK-$dashVersion.x86_64-microsoft-win32"
|
|
}
|
|
}
|
|
}
|
|
}
|