feat: ncmdump 1.5.0
This commit is contained in:
commit
521c83c69f
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue