Skip to content

Commit ef32979

Browse files
committed
pyoxidizer 0.24.0
1 parent 7e3877a commit ef32979

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

Formula/pyoxidizer.rb

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Pyoxidizer < Formula
22
desc "Modern Python application packaging and distribution tool"
33
homepage "https://github.com/indygreg/PyOxidizer"
4-
url "https://github.com/indygreg/PyOxidizer/archive/pyoxidizer/0.23.0.tar.gz"
5-
sha256 "d96c4747d37686c052ef5a064fda59ac0b175085589cd7cdd4e277906136f8a7"
4+
url "https://github.com/indygreg/PyOxidizer/archive/pyoxidizer/0.24.0.tar.gz"
5+
sha256 "d52a2727a18a3414d7ec920b8523ef4d19cb2e6db3f1276b65a83e5dd4ae8d24"
66
license "MPL-2.0"
77
head "https://github.com/indygreg/PyOxidizer.git", branch: "main"
88

@@ -23,11 +23,7 @@ class Pyoxidizer < Formula
2323
end
2424

2525
depends_on "rust" => :build
26-
# Currently needs macOS 11 SDK due to checking for DeploymentTargetSettingName
27-
# Remove when issue is fixed: https://github.com/indygreg/PyOxidizer/issues/431
28-
on_catalina :or_older do
29-
depends_on xcode: "12.2"
30-
end
26+
depends_on xcode: "13.1"
3127

3228
def install
3329
system "cargo", "install", *std_cargo_args(path: "pyoxidizer")

0 commit comments

Comments
 (0)