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" + } + } } }