2022-04-01 08:29:09 +00:00

25 lines
831 B
JSON

{
"version": "0.52",
"description": "OpenGL-based 3D visualisation tool for source control repositories.",
"homepage": "https://gource.io/",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/acaudwell/Gource/releases/download/gource-0.52/gource-0.52.win64.zip",
"hash": "e7b0788cfdde7d6d3a1f2c115fb99eca2acb54db349e4dc80d6d1cd3090e0ddd"
}
},
"bin": "gource.exe",
"checkver": {
"github": "https://github.com/acaudwell/Gource",
"regex": "/releases/tag/(?:v|V|gource-)?([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/acaudwell/Gource/releases/download/gource-$version/gource-$version.win64.zip"
}
}
}
}