ScoopInstaller_Main/bucket/wapm-cli.json
2022-11-11 20:29:22 +00:00

30 lines
816 B
JSON

{
"version": "0.5.7",
"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.7/wapm-cli-windows-amd64.tar.gz",
"hash": "10f66108c78e4d7f72f43ee9ffa1a4cc98aae358b5b48aed9f235dc784b8ac0e"
}
},
"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"
}
}
}
}