Merge pull request #1662 from matthewjberger/master

Add gource version 0.42.
This commit is contained in:
Richard Kuhnt 2017-08-25 11:08:58 +02:00 committed by GitHub
commit 2e17f54979

14
gource.json Normal file
View File

@ -0,0 +1,14 @@
{
"version": "0.42",
"license": "GPL",
"url": "https://github.com/acaudwell/Gource/releases/download/gource-0.42/gource-0.42.win32.zip",
"homepage": "http://gource.io",
"checkver": {
"re": "([\\d\\.]+).win32.zip"
},
"autoupdate": {
"url": "https://github.com/acaudwell/Gource/releases/download/gource-$version/gource-$version.win32.zip"
},
"hash": "865e43418ae826ff69eea97246e95ec7c2b005ba070b1a7f5834ceb5fc0c6093",
"bin": "gource.exe"
}