File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
class GitBranchless < Formula
2
2
desc "High-velocity, monorepo-scale workflow for Git"
3
3
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 "
6
6
license "GPL-2.0-only"
7
7
head "https://github.com/arxanas/git-branchless.git" , branch : "master"
8
8
@@ -16,7 +16,6 @@ class GitBranchless < Formula
16
16
end
17
17
18
18
depends_on "rust" => :build
19
- depends_on "openssl@1.1"
20
19
21
20
uses_from_macos "zlib"
22
21
You can’t perform that action at this time.
0 commit comments