git-town: Update to version 7.4.0

This commit is contained in:
Jakub Čábera 2020-07-12 14:46:03 +02:00
parent 65c11400d1
commit 50d8d193e7

View File

@ -1,32 +1,25 @@
{ {
"homepage": "http://www.git-town.com/", "version": "7.4.0",
"description": "An open-source Git plugin, that adds Git commands that make collaborative software development more efficient and safe.", "description": "Git plugin, that adds Git commands that make collaborative software development more efficient and safe.",
"version": "7.3.0", "homepage": "https://www.git-town.com",
"license": "MIT", "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": { "suggest": {
"git": "git" "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", "bin": "git-town.exe",
"checkver": { "checkver": {
"github": "https://github.com/Originate/git-town" "github": "https://github.com/Originate/git-town"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"32bit": {
"url": "https://github.com/Originate/git-town/releases/download/v$version/git-town-windows-386.exe#/git-town.exe"
},
"64bit": { "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"
} }
} }
} }