From 832bd1ac9b6a111169a1de71f1706a4706d82e41 Mon Sep 17 00:00:00 2001 From: ivaquero Date: Wed, 18 Dec 2024 20:10:58 +0800 Subject: [PATCH] n-m3u8dl-re: updated to 0.3.0-beta --- bucket/n-m3u8dl-re.json | 30 +++++++++++------------------- 1 file changed, 11 insertions(+), 19 deletions(-) diff --git a/bucket/n-m3u8dl-re.json b/bucket/n-m3u8dl-re.json index e4e3c8f6..3a58d43c 100644 --- a/bucket/n-m3u8dl-re.json +++ b/bucket/n-m3u8dl-re.json @@ -1,41 +1,33 @@ { - "version": "v0.2.1-beta", - "description": "Cross-Platform, modern and powerful stream downloader for MPD/M3U8/ISM", + "version": "0.3.0-beta", + "description": "A modern and powerful stream downloader for MPD/M3U8/ISM.", "homepage": "https://github.com/nilaoda/N_m3u8DL-RE", "license": "MIT", "suggest": { - "ffmpeg": [ - "ffmpeg", - "ffmpeg-nightly" - ] + "ffmpeg": "ffmpeg" }, "architecture": { "64bit": { - "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" + "url": "https://github.com/nilaoda/N_m3u8DL-RE/releases/download/v0.3.0-beta/N_m3u8DL-RE_v0.3.0-beta_win-x64_20241201.zip", + "hash": "60fc135df4ef75a4e12e23f17a06e9433862d081be10a70313212eac62ef9edd" }, "arm64": { - "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" + "url": "https://github.com/nilaoda/N_m3u8DL-RE/releases/download/v0.3.0-beta/N_m3u8DL-RE_v0.3.0-beta_win-arm64_20241201.zip", + "hash": "1e19e3971a777b920fdad90e8eab01c6c5b79ff4c7364dda60be68f2db1c2823" } }, "bin": "N_m3u8DL-RE.exe", "checkver": { - "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}" + "url": "https://github.com/nilaoda/N_m3u8DL-RE/releases/latest", + "regex": "N_m3u8DL-RE_v(.+?)_win-x64_(?\\d+).zip" }, "autoupdate": { "architecture": { "64bit": { - "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" + "url": "https://github.com/nilaoda/N_m3u8DL-RE/releases/download/v$version/N_m3u8DL-RE_v$version_win-x64_$matchDate.zip" }, "arm64": { - "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" + "url": "https://github.com/nilaoda/N_m3u8DL-RE/releases/download/v$version/N_m3u8DL-RE_v$version_win-arm64_$matchDate.zip" } } }