From 58b35669f242eac69a3cd650d413e58aa812bac1 Mon Sep 17 00:00:00 2001 From: Kevin Goslar Date: Thu, 18 Jan 2024 02:45:32 -0600 Subject: [PATCH] git-town: Update to version 11.1.0 * Update to the new asset names in Git Town v11 Starting at v11, the assets in Git Town releases have new names. * Update the manifest version * Update URL and hashes * Fix typo --- bucket/git-town.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/git-town.json b/bucket/git-town.json index e49a4fb48f..b5ed55bdf4 100644 --- a/bucket/git-town.json +++ b/bucket/git-town.json @@ -1,6 +1,6 @@ { - "version": "10.0.2", - "description": "Git plugin, that adds Git commands that make collaborative software development more efficient and safe.", + "version": "11.1.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", "suggest": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/git-town/git-town/releases/download/v10.0.2/git-town_10.0.2_windows_intel_64.zip", - "hash": "5f2c18dc2b7fef368dc40656dbe7abd32925b58e07ffd119b1c293f57d94a5e7" + "url": "https://github.com/git-town/git-town/releases/download/v11.1.0/git-town_windows_intel_64.zip", + "hash": "7e3090b142536c615ffc46901f4343653a1509318879756e859900c13f413a67" } }, "bin": "git-town.exe", @@ -19,7 +19,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/git-town/git-town/releases/download/v$version/git-town_$version_windows_intel_64.zip" + "url": "https://github.com/git-town/git-town/releases/download/v$version/git-town_windows_intel_64.zip" } } }