ScoopInstaller_Main/bucket/wapm-cli.json
2022-08-12 12:34:09 +00:00

30 lines
816 B
JSON

{
"version": "0.5.5",
"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.5/wapm-cli-windows-amd64.tar.gz",
"hash": "36be19838039ee65b0ca4f32e8ec656f9626590dcace5b1a3712c75621af5283"
}
},
"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"
}
}
}
}