Skip to content

Commit 48f7db7

Browse files
authored
Merge pull request #251228 from branchvincent/[email protected]
gdal: migrate to `[email protected]`
2 parents 9eea38e + e6042eb commit 48f7db7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/g/gdal.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ class Gdal < Formula
1212
end
1313

1414
bottle do
15-
rebuild 1
16-
sha256 arm64_tahoe: "5315edce5aaa1fc92aa7dd26e9a55851d457f2c7a7368d081b8d427d9260629e"
17-
sha256 arm64_sequoia: "612808fdb8e99ffbbf227bd1c94bf08ee6e1597024c126a73ea88db1bfc9452e"
18-
sha256 arm64_sonoma: "e4d9e9ff68089ea0f6c8bd0b28d61a268f10228fa312c2b674beec427f351e92"
19-
sha256 sonoma: "92359d7123145f41167ee158b0f72dd84261f00a6f14463e59c38cbe37be3ade"
20-
sha256 arm64_linux: "b957fea09d119321be5847df87031ce129f493bcc6cc52822bd96894f22027e6"
21-
sha256 x86_64_linux: "867bcaee45b0faff2032c06d5f771f3acdfae242619dbd13941a4b5165e53023"
15+
rebuild 2
16+
sha256 arm64_tahoe: "41bf7c15474589d9db05046dc51ecec19d2dd326dede14616720ff87ec74f87d"
17+
sha256 arm64_sequoia: "4a2183da1fa46fdecd206085365781b7a51fcfa877c08cd48b4dc29a94e7d496"
18+
sha256 arm64_sonoma: "21d552f3523150cdfcbc6c2606c82b8074c8c4863a54545791688b92113f1896"
19+
sha256 sonoma: "17670bd6852a260543c832ef6640212a7ed767044f9f22d7d076e6e52919d444"
20+
sha256 arm64_linux: "9241560d9b9dd12e8e311e2b6d141f87d89c868841ef160ad383d0df1264e9cf"
21+
sha256 x86_64_linux: "9afafa720ef4111df0ba30e7dfabb0489548449ea2d6217be58a0f0beffd69eb"
2222
end
2323

2424
head do
@@ -64,7 +64,7 @@ class Gdal < Formula
6464
depends_on "pcre2"
6565
depends_on "poppler"
6666
depends_on "proj"
67-
depends_on "python@3.13"
67+
depends_on "python@3.14"
6868
depends_on "qhull"
6969
depends_on "sfcgal"
7070
depends_on "sqlite"
@@ -98,7 +98,7 @@ class Gdal < Formula
9898
end
9999

100100
def python3
101-
"python3.13"
101+
"python3.14"
102102
end
103103

104104
# Work around superenv to avoid mixing `expat` usage in libraries across dependency tree.

0 commit comments

Comments
 (0)