Skip to content

Commit

Permalink
Merge pull request #191826 from Homebrew/bump-git-town-16.3.0
Browse files Browse the repository at this point in the history
git-town 16.3.0
  • Loading branch information
BrewTestBot authored Sep 25, 2024
2 parents 6503672 + 13e0b8f commit 53d30f4
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/g/git-town.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
class GitTown < Formula
desc "High-level command-line interface for Git"
homepage "https://www.git-town.com/"
url "https://github.com/git-town/git-town/archive/refs/tags/v16.2.1.tar.gz"
sha256 "118f0ce45ffe515bded4510fb13e37d6421aad36a83ddefdf56e7539da6a52d5"
url "https://github.com/git-town/git-town/archive/refs/tags/v16.3.0.tar.gz"
sha256 "1d71998a4772d8f8fa277fb31ddb74612b8c4586c62b4bd261c478f05dcedcc6"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ce403982dc90bb332f64ae82c660d77f581ec28a3f8dfa00748b1f9d787ef8ec"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ce403982dc90bb332f64ae82c660d77f581ec28a3f8dfa00748b1f9d787ef8ec"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ce403982dc90bb332f64ae82c660d77f581ec28a3f8dfa00748b1f9d787ef8ec"
sha256 cellar: :any_skip_relocation, arm64_monterey: "ce403982dc90bb332f64ae82c660d77f581ec28a3f8dfa00748b1f9d787ef8ec"
sha256 cellar: :any_skip_relocation, sonoma: "14a384fc70d3df70f07dd003abdd937790f571e1fe6420a0da4200cc3ffc1a0e"
sha256 cellar: :any_skip_relocation, ventura: "14a384fc70d3df70f07dd003abdd937790f571e1fe6420a0da4200cc3ffc1a0e"
sha256 cellar: :any_skip_relocation, monterey: "14a384fc70d3df70f07dd003abdd937790f571e1fe6420a0da4200cc3ffc1a0e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6e9a03ff4ccb744ea3de5cd2b3cd64ff99b1f6f29a21cceec557e838b433d3aa"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fb8ecd981c88adbb7cf7b88149aa94d0a6adf203dfd76978ecdb4584417830f6"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fb8ecd981c88adbb7cf7b88149aa94d0a6adf203dfd76978ecdb4584417830f6"
sha256 cellar: :any_skip_relocation, arm64_ventura: "fb8ecd981c88adbb7cf7b88149aa94d0a6adf203dfd76978ecdb4584417830f6"
sha256 cellar: :any_skip_relocation, sonoma: "9c96845a1c28bf0d741e8af534549adfeb79276569a551aed41c9335bdde5896"
sha256 cellar: :any_skip_relocation, ventura: "9c96845a1c28bf0d741e8af534549adfeb79276569a551aed41c9335bdde5896"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8ae7c749b5c5694e5ae86a70a538912aefbcc4f11bbeacf1fa1f7b1b20e4f866"
end

depends_on "go" => :build
Expand Down

0 comments on commit 53d30f4

Please sign in to comment.