From ffcf50c7bd6603fd54aab503a49e58ec26ae61ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 17 Aug 2020 09:55:07 +0200 Subject: [PATCH] genact: Update to version 0.9.0 --- bucket/genact.json | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/bucket/genact.json b/bucket/genact.json index e2cfa1e959..a883d2edd0 100644 --- a/bucket/genact.json +++ b/bucket/genact.json @@ -1,13 +1,21 @@ { - "homepage": "https://github.com/svenstaro/genact/", + "version": "0.9.0", "description": "A nonsense activity generator", + "homepage": "https://github.com/svenstaro/genact/", "license": "MIT", - "version": "0.7.0", - "url": "https://github.com/svenstaro/genact/releases/download/0.7.0/genact-win.exe#/genact.exe", - "hash": "d362ab00fd52c922e75f667aad55b0db37f254e7cea941bd1b0dbbe5a6fdeb8c", + "architecture": { + "64bit": { + "url": "https://github.com/svenstaro/genact/releases/download/v0.9.0/genact-v0.9.0-windows-x86_64.exe#/genact.exe", + "hash": "f048d2fcafc1cf81d7018cc830194be39de44fd0d8216546dd1e4a8bb387709e" + } + }, "bin": "genact.exe", "checkver": "github", "autoupdate": { - "url": "https://github.com/svenstaro/genact/releases/download/$version/genact-win.exe#/genact.exe" + "architecture": { + "64bit": { + "url": "https://github.com/svenstaro/genact/releases/download/v$version/genact-v$version-windows-x86_64.exe#/genact.exe" + } + } } }