feat: ncmdump C++ version; rename Go version to ncmdump-go
This commit is contained in:
parent
79972bc6e3
commit
c96101ba70
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"version": "1.6.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.6.0/ncmdump-go_windows_amd64_1.6.0.zip",
|
||||||
|
"hash": "cc6c98cfe60e04241aedaac95b1cc33c22e8f09ddbe8f036084c04dbb32bd341"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bin": ["ncmdump-go.exe"],
|
||||||
|
"checkver": {
|
||||||
|
"url": "https://git.taurusxin.com/api/v1/repos/taurusxin/ncmdump-go/tags",
|
||||||
|
"jsonpath": "$[0].name"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://git.taurusxin.com/taurusxin/ncmdump-go/releases/download/latest/ncmdump-go_windows_amd64_$version.zip"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
10
ncmdump.json
10
ncmdump.json
|
@ -1,23 +1,23 @@
|
||||||
{
|
{
|
||||||
"version": "1.6.0",
|
"version": "1.5.0",
|
||||||
"description": "Convert Netease Cloud Music ncm files to mp3/flac files.",
|
"description": "Convert Netease Cloud Music ncm files to mp3/flac files.",
|
||||||
"homepage": "https://git.taurusxin.com/taurusxin/ncmdump-go/",
|
"homepage": "https://git.taurusxin.com/taurusxin/ncmdump",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://git.taurusxin.com/taurusxin/ncmdump-go/releases/download/1.6.0/ncmdump_windows_amd64_1.6.0.zip",
|
"url": "https://git.taurusxin.com/taurusxin/ncmdump/releases/download/1.5.0/ncmdump-1.5.0-windows-amd64-msvc.zip",
|
||||||
"hash": "cc6c98cfe60e04241aedaac95b1cc33c22e8f09ddbe8f036084c04dbb32bd341"
|
"hash": "cc6c98cfe60e04241aedaac95b1cc33c22e8f09ddbe8f036084c04dbb32bd341"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": ["ncmdump.exe"],
|
"bin": ["ncmdump.exe"],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://git.taurusxin.com/api/v1/repos/taurusxin/ncmdump-go/tags",
|
"url": "https://git.taurusxin.com/api/v1/repos/taurusxin/ncmdump/tags",
|
||||||
"jsonpath": "$[0].name"
|
"jsonpath": "$[0].name"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://git.taurusxin.com/taurusxin/ncmdump-go/releases/download/latest/ncmdump_windows_amd64_$version.zip"
|
"url": "https://git.taurusxin.com/taurusxin/ncmdump/releases/download/latest/ncmdump-$version-windows-amd64-msvc.zip"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue