diff --git a/bucket/wash.json b/bucket/wash.json new file mode 100644 index 0000000000000..c47218936cd22 --- /dev/null +++ b/bucket/wash.json @@ -0,0 +1,26 @@ +{ + "version": "2.3.0", + "description": "Wasm Shell (wash) is the comprehensive command-line tool for developing, building, and publishing WebAssembly components.", + "homepage": "https://wasmcloud.com/docs/wash", + "license": "Apache-2.0", + "suggest": { + "vcredist": "extras/vcredist2022" + }, + "architecture": { + "64bit": { + "url": "https://github.com/wasmCloud/wasmCloud/releases/download/v2.3.0/wash-x86_64-pc-windows-msvc.zip", + "hash": "8cb9ac89ab971901a4a3c9feb50b876f4ed3e4246d1cd76c80e8908cb0fd311c" + } + }, + "bin": "wash.exe", + "checkver": { + "github": "https://github.com/wasmCloud/wasmCloud" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/wasmCloud/wasmCloud/releases/download/v$version/wash-x86_64-pc-windows-msvc.zip" + } + } + } +}