From abac1a275ea1ec56bd47d5ee30b803c0a37827d6 Mon Sep 17 00:00:00 2001 From: Chawye Hsu Date: Fri, 11 Jan 2019 23:48:45 +0800 Subject: [PATCH] gource: Refactor manifest (#2970) --- gource.json | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/gource.json b/gource.json index 802b9d9da9..231e976218 100644 --- a/gource.json +++ b/gource.json @@ -1,15 +1,20 @@ { - "homepage": "http://gource.io/", + "homepage": "https://gource.io/", + "description": "OpenGL-based 3D visualisation tool for source control repositories.", "version": "0.47", "license": "GPL-3.0", - "url": "https://github.com/acaudwell/Gource/releases/download/gource-0.47/gource-0.47.win64.zip", + "architecture": { + "64bit": { + "url": "https://github.com/acaudwell/Gource/releases/download/gource-0.47/gource-0.47.win64.zip", + "hash": "4dd9726ad1a4bceecaeeb042494f213ed8ce70ea42aaffbae451a4a5707dbd03", + "bin": "gource.exe" + } + }, "checkver": { - "url": "https://github.com/acaudwell/Gource/releases/latest", - "re": "gource-([\\d.]+)" + "url": "https://gource.io/", + "re": "gource-([\\d.]+).win64.zip" }, "autoupdate": { "url": "https://github.com/acaudwell/Gource/releases/download/gource-$version/gource-$version.win64.zip" - }, - "hash": "4dd9726ad1a4bceecaeeb042494f213ed8ce70ea42aaffbae451a4a5707dbd03", - "bin": "gource.exe" + } }