genact: Update to version 0.9.0

This commit is contained in:
Jakub Čábera 2020-08-17 09:55:07 +02:00
parent e8b853ba97
commit ffcf50c7bd

View File

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