diff options
| author | rejbasket <39080670+rejbasket@users.noreply.github.com> | 2024-05-09 10:31:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-09 10:31:48 +0200 |
| commit | 62b852912059df90a8948c3737b393ff89c72ddd (patch) | |
| tree | 8bce25fed50aad4ca83d80b204db880f573f8a7b | |
| parent | 736ae1fa3494c19281fd28faf43028721c66d7c5 (diff) | |
update geos source (#2885)
| -rwxr-xr-x | bin/build-geos-win.cmd | 2 | ||||
| -rwxr-xr-x | bin/build-linux-dist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/build-geos-win.cmd b/bin/build-geos-win.cmd index c2b5d4b7..9bd5f3a7 100755 --- a/bin/build-geos-win.cmd +++ b/bin/build-geos-win.cmd @@ -5,7 +5,7 @@ SET GEOS_INSTALL=%CD%\geos-build if NOT DEFINED BUILD32 (SET BUILDFLAG="x64") else (SET BUILDFLAG="Win32")
echo %BUILDFLAG%
-curl -O https://download.osgeo.org/geos/geos-3.12.1.tar.bz2
+curl -L -O https://github.com/libgeos/geos/releases/download/3.12.1/geos-3.12.1.tar.bz2
7z x geos-3.12.1.tar.bz2
7z x geos-3.12.1.tar
diff --git a/bin/build-linux-dist b/bin/build-linux-dist index 6893e3c1..d4e89f10 100755 --- a/bin/build-linux-dist +++ b/bin/build-linux-dist @@ -3,7 +3,7 @@ mkdir $HOME/geos-build GEOS_PATH=$HOME/geos-build # Downloading geos -curl -O https://download.osgeo.org/geos/geos-3.12.1.tar.bz2 +curl -L -O https://github.com/libgeos/geos/releases/download/3.12.1/geos-3.12.1.tar.bz2 # uzipping geos tar -xf geos-3.12.1.tar.bz2 |
