Skip to content

Commit 858b93a

Browse files
authored
Merge pull request #230059 from Homebrew/bump-gitoxide-0.45.0
gitoxide 0.45.0
2 parents 881f31a + af81cf4 commit 858b93a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/g/gitoxide.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Gitoxide < Formula
22
desc "Idiomatic, lean, fast & safe pure Rust implementation of Git"
33
homepage "https://github.com/GitoxideLabs/gitoxide"
4-
url "https://github.com/GitoxideLabs/gitoxide/archive/refs/tags/v0.44.0.tar.gz"
5-
sha256 "1166627cd41daf68eb4e97591cd5daaccf94aa75bb454f657b93766a9bf70da9"
4+
url "https://github.com/GitoxideLabs/gitoxide/archive/refs/tags/v0.45.0.tar.gz"
5+
sha256 "1914573c9efa69a3a8b8ef97483a7756a4d5ab433a93e43502fb18332f77b623"
66
license "Apache-2.0"
77
head "https://github.com/GitoxideLabs/gitoxide.git", branch: "main"
88

@@ -12,13 +12,13 @@ class Gitoxide < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "86304e974bd41ea30521c61b8404ec459fa0228f986a22c09368cd89ffbe2ce0"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9b5c854272b3182e3abd2d555b1153a817328e9dad78ba991ecd7b8aa61a7dbc"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "1d85afbabe8fb9f0ff09e2d5f7208645663e1d766897c7c9d3a2935813c222d9"
18-
sha256 cellar: :any_skip_relocation, sonoma: "589c23d80b049a8ae104186fcf4b047b5c87102f44e9c1b4764dd3c78069b1b8"
19-
sha256 cellar: :any_skip_relocation, ventura: "85ae6e0efb80512f985345886c98c7117a40621a97597852d322c2efd3d22e56"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "5336edbf824817628bc5900db57cda81f5fbba455ea79509f3fa9fdc4da551b7"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "9b245e918ee10027e0e9c70f3cbfb7b5af9419856573e8b3a0bd9f74dfd1230c"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "835b9c1e14b69b7cfb9219ecdd571043755e1330642803c7c2b717fb6b12b89b"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "afb305e654733f1089ae53aa33991e01a88597171478428f5b589ee9fc36f1ab"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "3686c91b28f4150d6aa84370997d54513b8754ad88f2e6c36b52fe9b09081d1c"
18+
sha256 cellar: :any_skip_relocation, sonoma: "7988f0b34958d5b489f798c7709614b132b7dc241c9daee1e9023d9bbab19bb0"
19+
sha256 cellar: :any_skip_relocation, ventura: "018c07fa0fc87d460618f3f9e30ebd6a3f19a56e2a71e65f81b490f1d77ac414"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "bc7b90aaa939936c2c81564f1bb99642f941e17f5e911e16ae4ef3a59b0a0da8"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "956a2adab3aae85930db685da3a1e3d2df78a80756efb7f62dc958718ace1d56"
2222
end
2323

2424
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)