We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4419bd + d97213a commit 0e2cdbeCopy full SHA for 0e2cdbe
Formula/g/git-archive-all.rb
@@ -9,14 +9,14 @@ class GitArchiveAll < Formula
9
head "https://github.com/Kentzo/git-archive-all.git", branch: "master"
10
11
bottle do
12
- rebuild 3
13
- sha256 cellar: :any_skip_relocation, all: "b7048f7dce0b1d955d62f648271e3cf9b2e3ba3f32361468ed2809b6fda9d5b4"
+ rebuild 4
+ sha256 cellar: :any_skip_relocation, all: "9e7f58cc0dc34cb76ca99a53da3fb41fc10efb8eff7514a95b48e1033848cc0b"
14
end
15
16
- depends_on "python@3.12"
+ uses_from_macos "python"
17
18
def install
19
- rewrite_shebang detected_python_shebang, "git_archive_all.py"
+ rewrite_shebang detected_python_shebang(use_python_from_path: true), "git_archive_all.py"
20
21
system "make", "prefix=#{prefix}", "install"
22
0 commit comments