New packages: fd and qaac (#1760)

* add qaac
* add fd
* fd: fix version and URLs
* qaac: fix checkver and auto update, format json
This commit is contained in:
Changsheng 2017-10-11 11:21:56 -04:00 committed by Richard Kuhnt
parent 2a04cd5f29
commit f7299e0f3e
2 changed files with 70 additions and 0 deletions

27
fd.json Normal file
View File

@ -0,0 +1,27 @@
{
"homepage": "https://github.com/sharkdp/fd",
"license": "MIT",
"version": "4.0.0",
"architecture": {
"64bit": {
"url": "https://github.com/sharkdp/fd/releases/download/v4.0.0/fd-v4.0.0-x86_64-pc-windows-msvc.zip",
"hash": "6aa0178e83b005faf0fb89c54b807b1e6e2ec6f361a6c4c7457a2ca276e25d95"
},
"32bit": {
"url": "https://github.com/sharkdp/fd/releases/download/v4.0.0/fd-v4.0.0-i686-pc-windows-msvc.zip",
"hash": "2d4b08c815c8b44eda51912eb56b931c4a9391a503286796d6294b8230eef438"
}
},
"bin": "fd.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/sharkdp/fd/releases/download/v$version/fd-v$version-x86_64-pc-windows-msvc.zip"
},
"32bit": {
"url": "https://github.com/sharkdp/fd/releases/download/v$version/fd-v$version-i686-pc-windows-msvc.zip"
}
}
}
}

43
qaac.json Normal file
View File

@ -0,0 +1,43 @@
{
"version": "2.64",
"license": "Public Domain",
"homepage": "http://sites.google.com/site/qaacpage/",
"url": "https://github.com/nu774/qaac/releases/download/v2.64/qaac_2.64.zip",
"hash": "7429253d6d97a5e20fe1716f07d1c2c8645685baedfcb0c8cc54a9fb317015bf",
"architecture": {
"64bit": {
"extract_dir": "qaac_2.64\\x64",
"bin": [
[
"qaac64.exe",
"qaac"
],
[
"refalac64.exe",
"refalac"
]
]
},
"32bit": {
"extract_dir": "qaac_2.64\\x86",
"bin": [
"qaac.exe",
"refalac.exe"
]
}
},
"checkver": {
"github": "https://github.com/nu774/qaac"
},
"autoupdate": {
"url": "https://github.com/nu774/qaac/releases/download/v$version/qaac_$version.zip",
"architecture": {
"64bit": {
"extract_dir": "qaac_$version\\x64"
},
"32bit": {
"extract_dir": "qaac_$version\\x86"
}
}
}
}