mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
wasmer: Add version 1.0.1 (#1759)
This commit is contained in:
parent
e8d39bfe71
commit
affc8dbb46
33
bucket/wasmer.json
Normal file
33
bucket/wasmer.json
Normal file
@ -0,0 +1,33 @@
|
||||
{
|
||||
"version": "1.0.1",
|
||||
"description": "The leading WebAssembly Runtime supporting WASI and Emscripten",
|
||||
"homepage": "https://wasmer.io/",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/wasmerio/wasmer/releases/download/1.0.1/wasmer-windows.exe",
|
||||
"hash": "de357138de1f1e02f41d390db2dd9076b52770effdfb16ece84cbc95b29cfaf2"
|
||||
}
|
||||
},
|
||||
"env_set": {
|
||||
"WASMER_DIR": "$dir",
|
||||
"WASMER_CACHE_DIR": "$dir\\cache"
|
||||
},
|
||||
"bin": [
|
||||
"bin\\wax.cmd",
|
||||
"bin\\wapm.exe",
|
||||
"bin\\wasmer.exe"
|
||||
],
|
||||
"innosetup": true,
|
||||
"checkver": {
|
||||
"github": "https://github.com/wasmerio/wasmer",
|
||||
"regex": "tag/([\\w.-]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/wasmerio/wasmer/releases/download/$version/wasmer-windows.exe"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user