From 43c111deb6fd48ad2411d88b12ac04a9b92bac3f Mon Sep 17 00:00:00 2001 From: ivaquero Date: Wed, 25 Sep 2024 22:30:19 +0800 Subject: [PATCH] n-m3u8dl-re: update to 0.2.1-beta --- bucket/n-m3u8dl-re.json | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/bucket/n-m3u8dl-re.json b/bucket/n-m3u8dl-re.json index 0e987fab0..c8311866b 100644 --- a/bucket/n-m3u8dl-re.json +++ b/bucket/n-m3u8dl-re.json @@ -1,7 +1,7 @@ { - "version": "0.1.6-beta", + "version": "v0.2.1-beta", "description": "Cross-Platform, modern and powerful stream downloader for MPD/M3U8/ISM", - "homepage": "https://github.com/nilaoda/N_m3u8DL-RE/blob/main/README.md", + "homepage": "https://github.com/nilaoda/N_m3u8DL-RE", "license": "MIT", "suggest": { "ffmpeg": [ @@ -11,31 +11,37 @@ }, "architecture": { "64bit": { - "url": "https://github.com/nilaoda/N_m3u8DL-RE/releases/download/v0.1.6-beta/N_m3u8DL-RE_Beta_win-x64_20230412.zip" + "url": "https://github.com/nilaoda/N_m3u8DL-RE/releases/download/v0.2.1-beta/N_m3u8DL-RE_Beta_win-x64_20240828.zip", + "hash": "34d574f29119a9b20f7752a9decf7bb1273ad42cdd7dcea034a48f522e913b94", + "extract_dir": "N_m3u8DL-RE_Beta_win-x64" }, "arm64": { - "url": "https://github.com/nilaoda/N_m3u8DL-RE/releases/download/v0.1.6-beta/N_m3u8DL-RE_Beta_win-arm64_20230412.zip" + "url": "https://github.com/nilaoda/N_m3u8DL-RE/releases/download/v0.2.1-beta/N_m3u8DL-RE_Beta_win-arm64_20240828.zip", + "hash": "3125c2034241c9c7bb49dec19ffc9009f4f8a15d02cdddad90a8581708b3ca78", + "extract_dir": "N_m3u8DL-RE_Beta_win-arm64" } }, "bin": [ - "N_m3u8DL-RE_Beta_win-x64/N_m3u8DL-RE.exe", + "N_m3u8DL-RE.exe", [ "N_m3u8DL-RE.exe", - "N_m3u8DL_RE" + "N_m3u8DL" ] ], "checkver": { - "github": "https://github.com/nilaoda/N_m3u8DL-RE", - "regex": "/releases/download/v(?[\\d.]+)-beta/N_m3u8DL-RE-_Beta_win-(?\\d{8})", - "replace": "${version}${build}" + "url": "https://api.github.com/repos/nilaoda/N_m3u8DL-RE/releases", + "regex": "releases/download/(?[vV]?[\\w-.]+)/N_m3u8DL-RE_Beta_win-x64_(?[\\d.-]+).zip", + "replace": "${tag}" }, "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/nilaoda/N_m3u8DL-RE/releases/download/v$version/N_m3u8DL-RE_Beta_win-x64_$matchBuild.zip" + "url": "https://github.com/nilaoda/N_m3u8DL-RE/releases/download/$matchTag/N_m3u8DL-RE_Beta_win-x64_$matchDate.zip", + "extract_dir": "N_m3u8DL-RE_Beta_win-x64" }, "arm64": { - "url": "https://github.com/nilaoda/N_m3u8DL-RE/releases/download/v$version/N_m3u8DL-RE_Beta_win-arm64_$matchBuild.zip" + "url": "https://github.com/nilaoda/N_m3u8DL-RE/releases/download/$matchTag/N_m3u8DL-RE_Beta_win-arm64_$matchDate.zip", + "extract_dir": "N_m3u8DL-RE_Beta_win-arm64" } } }