From 244f3a91013fd2865002962f3519f1eacc1954ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my?= Date: Tue, 29 Aug 2017 17:59:25 +0200 Subject: [PATCH] add wuzz 0.4.0 --- wuzz.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 wuzz.json diff --git a/wuzz.json b/wuzz.json new file mode 100644 index 0000000000..c9ee3c8657 --- /dev/null +++ b/wuzz.json @@ -0,0 +1,27 @@ +{ + "homepage": "https://github.com/asciimoo/wuzz", + "version": "0.4.0", + "license": "AGPL-3.0", + "architecture": { + "64bit": { + "url": "https://github.com/asciimoo/wuzz/releases/download/v0.4.0/wuzz_windows_amd64.exe#/wuzz.exe", + "hash": "d9b060a8ca5e7b6328e7d479bd2701ebb7cb32de0cfbcf2ee167b12a6f20536e" + }, + "32bit": { + "url": "https://github.com/asciimoo/wuzz/releases/download/v0.4.0/wuzz_windows_386.exe#/wuzz.exe", + "hash": "fb8d7d0ad77b7f3d6a5de02ddd905bb66e302b7b4301fdbf002c8f5536899db6" + } + }, + "bin": "wuzz.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/asciimoo/wuzz/releases/download/v$version/wuzz_windows_amd64.exe#/wuzz.exe" + }, + "32bit": { + "url": "https://github.com/asciimoo/wuzz/releases/download/v$version/wuzz_windows_386.exe#/wuzz.exe" + } + } + } +}