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

[Alpine] Update libgearman from v1.1.20 to v1.1.21 (#829)

This commit is contained in:
Michele Locati 2023-11-07 16:52:21 +01:00 committed by GitHub
parent 9f22693f03
commit 511faa5d98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2815,7 +2815,7 @@ installRemoteModule() {
case "$DISTRO" in
alpine)
if ! test -e /usr/local/include/libgearman/gearman.h || ! test -e /usr/local/lib/libgearman.so; then
installRemoteModule_src="$(getPackageSource https://github.com/gearman/gearmand/releases/download/1.1.20/gearmand-1.1.20.tar.gz)"
installRemoteModule_src="$(getPackageSource https://github.com/gearman/gearmand/releases/download/1.1.21/gearmand-1.1.21.tar.gz)"
cd -- "$installRemoteModule_src"
./configure
make -j$(getProcessorCount) install-binPROGRAMS