Update Gource to version 0.47 (#1767)

This commit is contained in:
Brandon Smith 2017-10-15 16:38:11 -04:00 committed by Richard Kuhnt
parent 5133e1fc38
commit 77491b4dc3

View File

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