Skip to content

Commit 0a1c211

Browse files
committed
s3ql-mac: update build
1 parent 572f06b commit 0a1c211

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Formula/s3ql-mac.rb

+4-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ class S3qlMac < Formula
1919
sha256 cellar: :any, mojave: "c8438bb43cc23a6addf967de989d564af559793f639553834232319913915b67"
2020
end
2121

22+
deprecate! date: "2020-03-20", because: "requires FUSE 3 for v3.4.0 onwards, and doesn't build on modern macOS"
23+
2224
depends_on "pkg-config" => :build
2325
depends_on "libffi"
2426
depends_on MacfuseRequirement
2527
depends_on :macos
26-
depends_on "openssl@1.1"
27-
depends_on "python@3.8"
28+
depends_on "openssl@3"
29+
depends_on "python@3.13"
2830

2931
resource "apsw-3-9-2" do
3032
url "https://files.pythonhosted.org/packages/b5/a1/3de5a2d35fc34939672f4e1bd7d68cca359a31b76926f00d95f434c63aaa/apsw-3.9.2-r1.tar.gz"

0 commit comments

Comments
 (0)