mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
wapm-cli: Add version 0.5.4 (#3787)
* wapm-cli: Add version 0.5.4 * wasmer@2.3.0: Suggest `main/wapm-cli` * wasmer: upd
This commit is contained in:
parent
727f6c86ec
commit
2719d8ca19
29
bucket/wapm-cli.json
Normal file
29
bucket/wapm-cli.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"version": "0.5.4",
|
||||
"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.4/wapm-cli-windows-amd64.tar.gz",
|
||||
"hash": "8f198c2c31b435152eda047035c2e49d4f9cf8d2d95714d37521590392b0ecda"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -3,6 +3,9 @@
|
||||
"description": "The leading WebAssembly Runtime supporting WASI and Emscripten",
|
||||
"homepage": "https://wasmer.io/",
|
||||
"license": "MIT",
|
||||
"suggest": {
|
||||
"wapm": "wapm-cli"
|
||||
},
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/wasmerio/wasmer/releases/download/2.3.0/wasmer-windows.exe",
|
||||
@ -13,10 +16,7 @@
|
||||
"WASMER_DIR": "$dir",
|
||||
"WASMER_CACHE_DIR": "$dir\\cache"
|
||||
},
|
||||
"bin": [
|
||||
"bin\\wax.cmd",
|
||||
"bin\\wasmer.exe"
|
||||
],
|
||||
"bin": "bin\\wasmer.exe",
|
||||
"innosetup": true,
|
||||
"checkver": {
|
||||
"github": "https://github.com/wasmerio/wasmer",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user