From 50d8d193e7a54d3549973729e1b2ccc2e5401398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 12 Jul 2020 14:46:03 +0200 Subject: [PATCH] git-town: Update to version 7.4.0 --- bucket/git-town.json | 27 ++++++++++----------------- 1 file changed, 10 insertions(+), 17 deletions(-) diff --git a/bucket/git-town.json b/bucket/git-town.json index 8de405cf2d..6289ce4fab 100644 --- a/bucket/git-town.json +++ b/bucket/git-town.json @@ -1,32 +1,25 @@ { - "homepage": "http://www.git-town.com/", - "description": "An open-source Git plugin, that adds Git commands that make collaborative software development more efficient and safe.", - "version": "7.3.0", + "version": "7.4.0", + "description": "Git plugin, that adds Git commands that make collaborative software development more efficient and safe.", + "homepage": "https://www.git-town.com", "license": "MIT", - "architecture": { - "32bit": { - "url": "https://github.com/Originate/git-town/releases/download/v7.3.0/git-town-windows-386.exe#/git-town.exe", - "hash": "3fd686a632dac99d33d0876224fef6da4bbc4914fce12c0a54012217a28d1f99" - }, - "64bit": { - "url": "https://github.com/Originate/git-town/releases/download/v7.3.0/git-town-windows-amd64.exe#/git-town.exe", - "hash": "513fedffdf92e4c855843867911cfee01149af98c777afc22f9999175b18dd76" - } - }, "suggest": { "git": "git" }, + "architecture": { + "64bit": { + "url": "https://github.com/git-town/git-town/releases/download/v7.4.0/git-town_7.4.0_windows_intel_64.zip", + "hash": "e253c62058cf547e8ea65154c2fa0170cc8607a4138c95c533c90cb8ef03f641" + } + }, "bin": "git-town.exe", "checkver": { "github": "https://github.com/Originate/git-town" }, "autoupdate": { "architecture": { - "32bit": { - "url": "https://github.com/Originate/git-town/releases/download/v$version/git-town-windows-386.exe#/git-town.exe" - }, "64bit": { - "url": "https://github.com/Originate/git-town/releases/download/v$version/git-town-windows-amd64.exe#/git-town.exe" + "url": "https://github.com/git-town/git-town/releases/download/v$version/git-town_$version_windows_intel_64.zip" } } }