Skip to content

Commit ed03bfb

Browse files
authored
Merge pull request Homebrew#183351 from Homebrew/bump-gitu-0.25.0
gitu 0.25.0
2 parents 689aca9 + 49f6e84 commit ed03bfb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/g/gitu.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class Gitu < Formula
22
desc "TUI Git client inspired by Magit"
33
homepage "https://github.com/altsem/gitu"
4-
url "https://github.com/altsem/gitu/archive/refs/tags/v0.24.0.tar.gz"
5-
sha256 "d6890a10af88c0a13b05ed00c6f656413422ea0cd63364ebfa346ca76796aadc"
4+
url "https://github.com/altsem/gitu/archive/refs/tags/v0.25.0.tar.gz"
5+
sha256 "f7415c459d31e0ea499c76a39386f59523370dc6c8b571aa9118f8f3ce176935"
66
license "MIT"
77
head "https://github.com/altsem/gitu.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a5c41d23aa1a460210c71436c302e9ade293b2060f8da81ff2e4a5a23716d75d"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "d29dde70d33bef3874eab3ce19866f0b31fcd09abcb911d3d1c5d8588e87eaf2"
12-
sha256 cellar: :any_skip_relocation, arm64_monterey: "0ca5445008edc82bcb3640efa13a4d02dd47f86f120fee523d57668d5ccda2ac"
13-
sha256 cellar: :any_skip_relocation, sonoma: "3a77dcb8e66f5fb9a6946a4ea1ab2489f261a5b29450dd5131c47fb988449297"
14-
sha256 cellar: :any_skip_relocation, ventura: "7db6d4ba7b6c0f9b709f943ca5d18872da7d7460813d3d8d1c6b04a9d0c8c4f3"
15-
sha256 cellar: :any_skip_relocation, monterey: "5240a3358261509b88fb619b9a4045968ce88290c0cc26435bb2d6d5ac974659"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "5e04baab1a6d46a85da3a71c1a1fe66e55535bf027679df02d09dd4e2473c7e2"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3bcaa13532af67654d5c2339aad05606d7262476e9b218d014883cba03b9755c"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "aac2f03166686a4d49219ba54070105b0da35db019bdf3ebbd7c69adee1e8082"
12+
sha256 cellar: :any_skip_relocation, arm64_monterey: "24b17c5204a7eaa20d89938d9c3706b5c907dbb88ef81936b0546293002fead2"
13+
sha256 cellar: :any_skip_relocation, sonoma: "1598e9636f26de7ed77151531fb67a72497ee4742bf4806af09983b9418a6ce3"
14+
sha256 cellar: :any_skip_relocation, ventura: "fe7da6f10d1a52c5f5e7fb0c905db80f58b2a059a2608e260ea707349e4a8be8"
15+
sha256 cellar: :any_skip_relocation, monterey: "4a15d8d3c2d2841c9ef007d491a45ce5a3622a670f683f940c7b5737f57d0f2f"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "bb2fbd91a83fb5aa08260886d2e50a30c44ea76195a2bdda3179d0ba8eeb01aa"
1717
end
1818

1919
depends_on "rust" => :build

0 commit comments

Comments
 (0)