Skip to content

Commit

Permalink
n-m3u8dl-re: update to 0.2.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Sep 25, 2024
1 parent 110f90a commit 43c111d
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions bucket/n-m3u8dl-re.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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(?<version>[\\d.]+)-beta/N_m3u8DL-RE-_Beta_win-(?<build>\\d{8})",
"replace": "${version}${build}"
"url": "https://api.github.com/repos/nilaoda/N_m3u8DL-RE/releases",
"regex": "releases/download/(?<tag>[vV]?[\\w-.]+)/N_m3u8DL-RE_Beta_win-x64_(?<date>[\\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"
}
}
}
Expand Down

0 comments on commit 43c111d

Please sign in to comment.