ScoopInstaller_Main/bucket/wapm-cli.json
2022-11-15 20:28:08 +00:00

30 lines
816 B
JSON

{
"version": "0.5.8",
"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.8/wapm-cli-windows-amd64.tar.gz",
"hash": "d660ac0116a8ba68911c3d3c2a7be1c6f93349824597fbaf1e55822b6e3bd192"
}
},
"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"
}
}
}
}