mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 13:41:21 +00:00
30 lines
816 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|