1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-09 00:22:40 +00:00

Update geos version for php 8.x support (#792)

Co-authored-by: Merijn Wijngaard <mwijngaard@moxio.com>
This commit is contained in:
Merijn Wijngaard 2023-08-22 14:43:54 +02:00 committed by GitHub
parent 7c76d4ff98
commit f39752ee04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -2793,7 +2793,7 @@ installRemoteModule() {
geos)
if test -z "$installRemoteModule_path"; then
if test -z "$installRemoteModule_version"; then
installRemoteModule_version=71b5f9001512e16d3cf4657b517e8a051d6ef36f
installRemoteModule_version=0def35611f773c951432f1f06a155471a5cb7611
fi
installRemoteModule_src="$(getPackageSource https://git.osgeo.org/gitea/geos/php-geos/archive/$installRemoteModule_version.tar.gz)"
cd "$installRemoteModule_src"