Skip to content

Commit a6b38cf

Browse files
authored
Merge pull request Homebrew#176737 from Homebrew/bump-mapserver-8.2.0
mapserver 8.2.0
2 parents ba1e274 + 9ff6524 commit a6b38cf

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Formula/m/mapserver.rb

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Mapserver < Formula
22
desc "Publish spatial data and interactive mapping apps to the web"
33
homepage "https://mapserver.org/"
4-
url "https://download.osgeo.org/mapserver/mapserver-8.0.2.tar.gz"
5-
sha256 "0830c43feefeca132171b429403716a2cbaef0626d439f00e8a3a27a877724fe"
4+
url "https://download.osgeo.org/mapserver/mapserver-8.2.0.tar.gz"
5+
sha256 "26ec2d951ca502483586bf7849dc99b8b378cd4764e47bf0555a3f12fa3d9053"
66
license "MIT"
77

88
livecheck do
@@ -11,13 +11,13 @@ class Mapserver < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any, arm64_sonoma: "df083d3f5d77b1e7249efe82c9a5a4bfcac4b8db1f13929f457ec21124d281c5"
15-
sha256 cellar: :any, arm64_ventura: "dcc078b16c5b88ae71d02cbab742c5305e89a09f693ffa3e74cda590621181cf"
16-
sha256 cellar: :any, arm64_monterey: "a8f9a340f6b553ce137c5e51f2229336f1c2002fe6b31809dfafdad667fb2118"
17-
sha256 cellar: :any, sonoma: "8c43b03c3d8b9c5435101147778e4973c0fef6cab6ba43e86a83ce02fbd00ad8"
18-
sha256 cellar: :any, ventura: "b2d9392c5109069c1f0e768259f9ee01ff00edbfa8e775fa810c9e70e66e3e0c"
19-
sha256 cellar: :any, monterey: "72eeddda6ab14b114187390402277ad5d51d499f40e8260633b311c1d900e971"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d9fd28f83025099feb0251fea368c489d364ea67dcb36d8914d9f223ac6e7cf5"
14+
sha256 cellar: :any, arm64_sonoma: "9e18afbe412d4dcf4e8fc559e52efcaa248fe90342a12b78e636175959f18ef0"
15+
sha256 cellar: :any, arm64_ventura: "a882c78762debea42f7a044508bb41bd8db14562c056480422dcd816c1c7464b"
16+
sha256 cellar: :any, arm64_monterey: "390500cf99ba5aac784e122e7f00440067c1380ca0b9c9c1bf399ed7da7861aa"
17+
sha256 cellar: :any, sonoma: "fcd5d5af6d55b983a913bcf285a776929d613cdbaff0b22e63d91e554e7f8dd2"
18+
sha256 cellar: :any, ventura: "606e7e774c64bc76e8457bf2871aaa42826070dee36e45ef5fc4c7fb9639c07d"
19+
sha256 cellar: :any, monterey: "e1292b5e53a659b2e8a23aecf1167e7306a1de0951bdfbf69dfe553ba5ce19f1"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c6a357774a6fbdf4a4095d2913a6d4d282d0a1c53853687077b93b7c058ce079"
2121
end
2222

2323
depends_on "cmake" => :build
@@ -67,8 +67,8 @@ def install
6767
if OS.mac?
6868
mapscript_rpath = rpath(source: prefix/Language::Python.site_packages(python3)/"mapscript")
6969
# Install within our sandbox and add missing RPATH due to _mapscript.so not using CMake install()
70-
inreplace "mapscript/python/CMakeLists.txt", "${Python_LIBRARIES}",
71-
"-Wl,-undefined,dynamic_lookup,-rpath,#{mapscript_rpath}"
70+
inreplace "src/mapscript/python/CMakeLists.txt", "${Python_LIBRARIES}",
71+
"-Wl,-undefined,dynamic_lookup,-rpath,#{mapscript_rpath}"
7272
end
7373

7474
system "cmake", "-S", ".", "-B", "build", *std_cmake_args,
@@ -92,7 +92,7 @@ def install
9292
system "cmake", "--build", "build"
9393
system "cmake", "--install", "build"
9494

95-
system python3, "-m", "pip", "install", *std_pip_args(build_isolation: true), "./build/mapscript/python"
95+
system python3, "-m", "pip", "install", *std_pip_args(build_isolation: true), "./build/src/mapscript/python"
9696
end
9797

9898
test do

0 commit comments

Comments
 (0)