Skip to content

Commit d127e2d

Browse files
PorkepixBrewTestBot
authored andcommitted
git-branchless 0.4.0
Closes Homebrew#107717. Signed-off-by: Alexander Bayandin <alexander@bayandin.dev> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
1 parent 5adf7a3 commit d127e2d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Formula/git-branchless.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class GitBranchless < Formula
22
desc "High-velocity, monorepo-scale workflow for Git"
33
homepage "https://github.com/arxanas/git-branchless"
4-
url "https://github.com/arxanas/git-branchless/archive/refs/tags/v0.3.12.tar.gz"
5-
sha256 "a73fa82a961bdc6219499b1a5f818f82bea30e6069701dd3227ce32f6c7ee5f2"
4+
url "https://github.com/arxanas/git-branchless/archive/refs/tags/v0.4.0.tar.gz"
5+
sha256 "773eadf51fadf503b90f4a4dfb6ea38662294d9a98ec797d4b68592a731de4e0"
66
license "GPL-2.0-only"
77
head "https://github.com/arxanas/git-branchless.git", branch: "master"
88

@@ -16,7 +16,6 @@ class GitBranchless < Formula
1616
end
1717

1818
depends_on "rust" => :build
19-
depends_on "openssl@1.1"
2019

2120
uses_from_macos "zlib"
2221

0 commit comments

Comments
 (0)