From cf8857d6cdfdaeb036ea9543fdd6eb687cba8279 Mon Sep 17 00:00:00 2001 From: tobigumo Date: Thu, 31 Aug 2023 19:01:39 +0900 Subject: [PATCH] bento4: Add version 1.6.0-640 (#5055) * bento4: Add version 1.6.0-640 * fix autoupdate * fix dashVersion * use architecture field --- bucket/bento4.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/bento4.json diff --git a/bucket/bento4.json b/bucket/bento4.json new file mode 100644 index 0000000000..16f06f56b4 --- /dev/null +++ b/bucket/bento4.json @@ -0,0 +1,26 @@ +{ + "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" + } + } + } +}