Skip to content

Commit

Permalink
[Alpine] Update libgearman from v1.1.20 to v1.1.21 (#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Nov 7, 2023
1 parent 9f22693 commit 511faa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-php-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 511faa5

Please sign in to comment.