Skip to content

Commit

Permalink
php-gearman: Update to 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandesign committed Jan 31, 2025
1 parent fed0ec2 commit 505c269
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion php/php-gearman/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ php.pecl yes
description Library to provide API for communicating with gearmand, using libgearman.
long_description Library to provide API for communicating with gearmand, and writing clients and workers.

if {[vercmp ${php.branch} >= 7.0]} {
if {[vercmp ${php.branch} >= 7.1]} {
version 2.1.4
revision 0
checksums rmd160 2c7a401c711b804767459458f1125229c94f161c \
sha256 1b16ae5e17736e2ce892fd96145fa8b9e1724106458535d0c7e3d4093a9091a9 \
size 46902
} elseif {[vercmp ${php.branch} >= 7.0]} {
version 2.1.3
revision 0
checksums rmd160 960a656dfd74d5d4a8b914a0e2d21c44f62a8a6b \
Expand Down

0 comments on commit 505c269

Please sign in to comment.