scoop-bucket/ncmdump.json

25 lines
791 B
JSON
Raw Normal View History

2024-09-16 13:40:16 +08:00
{
"version": "1.5.0",
2024-09-16 13:40:16 +08:00
"description": "Convert Netease Cloud Music ncm files to mp3/flac files.",
"homepage": "https://git.taurusxin.com/taurusxin/ncmdump",
2024-09-16 13:40:16 +08:00
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://git.taurusxin.com/taurusxin/ncmdump/releases/download/1.5.0/ncmdump-1.5.0-windows-amd64-msvc.zip",
2024-09-27 22:40:10 +08:00
"hash": "cc6c98cfe60e04241aedaac95b1cc33c22e8f09ddbe8f036084c04dbb32bd341"
2024-09-16 13:40:16 +08:00
}
},
"bin": ["ncmdump.exe"],
"checkver": {
"url": "https://git.taurusxin.com/api/v1/repos/taurusxin/ncmdump/tags",
2024-09-27 22:34:15 +08:00
"jsonpath": "$[0].name"
2024-09-16 13:40:16 +08:00
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://git.taurusxin.com/taurusxin/ncmdump/releases/download/latest/ncmdump-$version-windows-amd64-msvc.zip"
2024-09-16 13:40:16 +08:00
}
}
}
}