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:
parent
7c76d4ff98
commit
f39752ee04
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue