feat: ncmdump 1.5.0

This commit is contained in:
TaurusXin 2024-09-16 13:40:16 +08:00
commit 521c83c69f
Signed by: taurusxin
GPG Key ID: C334DCA04AC2D2CC
1 changed files with 24 additions and 0 deletions

24
ncmdump.json Normal file
View File

@ -0,0 +1,24 @@
{
"version": "1.5.0",
"description": "Convert Netease Cloud Music ncm files to mp3/flac files.",
"homepage": "https://git.taurusxin.com/taurusxin/ncmdump-go/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://git.taurusxin.com/taurusxin/ncmdump-go/releases/download/1.5.0/ncmdump_windows_amd64_1.5.0.zip",
"hash": "2058438ee5affec68637b218b829c6c363098b50d1ff2db37b05763351e5745b"
}
},
"bin": ["ncmdump.exe"],
"checkver": {
"url": "https://git.taurusxin.com/taurusxin/ncmdump-go/tags",
"jsonpath": "$[0].tag_name"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://git.taurusxin.com/taurusxin/ncmdump-go/releases/download/latest/ncmdump_windows_amd64_1.5.0.zip"
}
}
}
}