Skip to content

Commit 492a182

Browse files
BrewTestBotdaeho-ro
authored andcommitted
gitoxide 0.46.0
1 parent e27ac9e commit 492a182

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Formula/g/gitoxide.rb

Lines changed: 3 additions & 6 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.45.0.tar.gz"
5-
sha256 "1914573c9efa69a3a8b8ef97483a7756a4d5ab433a93e43502fb18332f77b623"
4+
url "https://github.com/GitoxideLabs/gitoxide/archive/refs/tags/v0.46.0.tar.gz"
5+
sha256 "68a60cae90e0882cb3e1e699bc1c7e64902b632cc30209f60444c8ca8b2d820e"
66
license "Apache-2.0"
77
head "https://github.com/GitoxideLabs/gitoxide.git", branch: "main"
88

@@ -28,10 +28,7 @@ class Gitoxide < Formula
2828
uses_from_macos "zlib"
2929

3030
def install
31-
# Avoid requiring CMake or building a vendored zlib-ng.
32-
# Feature array corresponds to the default config (max) sans vendored zlib-ng.
33-
# See: https://github.com/GitoxideLabs/gitoxide/blob/b8db2072bb6a5625f37debe9e58d08461ece67dd/Cargo.toml#L88-L89
34-
features = %w[max-control gix-features/zlib-stock gitoxide-core-blocking-client http-client-curl]
31+
features = %w[max-control gitoxide-core-blocking-client http-client-curl]
3532
system "cargo", "install", "--no-default-features", "--features=#{features.join(",")}", *std_cargo_args
3633
generate_completions_from_executable(bin/"gix", "completions", "-s")
3734
generate_completions_from_executable(bin/"ein", "completions", "-s")

0 commit comments

Comments
 (0)