2022-04-30 04:29:52 +00:00

25 lines
831 B
JSON

{
"version": "0.53",
"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.53/gource-0.53.win64.zip",
"hash": "23fc7814bdc77898c7fc5991e25676da01b7feca053e4067812b4c580f5ae558"
}
},
"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"
}
}
}
}