From 964f64a0730608b96beba757c1475cac11525de9 Mon Sep 17 00:00:00 2001 From: Andrea Tupini Date: Tue, 15 Mar 2022 13:25:55 -0600 Subject: [PATCH] wasm4: Add version 2.3.2 (#3384) * add initial wasm4 * add hash and executable * Update bucket/wasm4.json Co-authored-by: tech189 * Update bucket/wasm4.json Co-authored-by: tech189 Co-authored-by: tech189 --- bucket/wasm4.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bucket/wasm4.json diff --git a/bucket/wasm4.json b/bucket/wasm4.json new file mode 100644 index 0000000000..c9be26c799 --- /dev/null +++ b/bucket/wasm4.json @@ -0,0 +1,23 @@ +{ + "version": "2.3.2", + "description": "Build retro games using WebAssembly for a fantasy console.", + "homepage": "https://wasm4.org/", + "license": "ISC", + "architecture": { + "64bit": { + "url": "https://github.com/aduros/wasm4/releases/download/v2.3.2/w4-windows.zip", + "hash": "78009bbf7fec4a254e1945ca1aa4ac9772c9f108b96d2bdedc5b6e3e6bd10c4e" + } + }, + "bin": "w4.exe", + "checkver": { + "github": "https://github.com/aduros/wasm4" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/aduros/wasm4/releases/download/v$version/w4-windows.zip" + } + } + } +}