ScoopInstaller_Main/bucket/wapm-cli.json
2022-08-31 16:31:10 +00:00

30 lines
816 B
JSON

{
"version": "0.5.6",
"description": "WebAssembly package manager.",
"homepage": "https://wapm.io/",
"license": "MIT",
"suggest": {
"wasmer": "wasmer"
},
"architecture": {
"64bit": {
"url": "https://github.com/wasmerio/wapm-cli/releases/download/v0.5.6/wapm-cli-windows-amd64.tar.gz",
"hash": "e6e8f61c7c85213adc98ebe8dc3bdc6e77637cf1a4694d9f924ddb62391b6838"
}
},
"bin": [
"bin\\wapm.exe",
"bin\\wax.cmd"
],
"checkver": {
"github": "https://github.com/wasmerio/wapm-cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/wasmerio/wapm-cli/releases/download/v$version/wapm-cli-windows-amd64.tar.gz"
}
}
}
}