diff --git a/fd.json b/fd.json new file mode 100644 index 0000000000..c56026f24b --- /dev/null +++ b/fd.json @@ -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" + } + } + } +} diff --git a/qaac.json b/qaac.json new file mode 100644 index 0000000000..05e099a993 --- /dev/null +++ b/qaac.json @@ -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" + } + } + } +}