Skip to content

Commit

Permalink
php-swoole, php-openswoole: bump revision for hiredis update
Browse files Browse the repository at this point in the history
  • Loading branch information
aeiouaeiouaeiouaeiouaeiouaeiou authored and ryandesign committed Dec 16, 2022
1 parent c2824fd commit 882f6fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions php/php-openswoole/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ php.pecl yes

if {[vercmp ${php.branch} 7.4] >= 0} {
version 4.12.0
revision 0
revision 1
checksums rmd160 8e20bd05fe27a0b89a26c2d563d5bd1010fb9096 \
sha256 de2e6c5e098e1db0c02b5e28ac2d07d7a33a82a3fadf25abfe36c288e5e4dd99 \
size 1637628
} elseif {[vercmp ${php.branch} 7.2] >= 0} {
version 4.10.0
revision 0
revision 1
checksums rmd160 074542644edb0ff9815a7179d4d3ad0172c0d1cd \
sha256 15225470bde025a6aae2bb942ba01b29e51856f9018f88093d992f4eb1ba0e6f \
size 1627513
Expand Down
10 changes: 5 additions & 5 deletions php/php-swoole/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,34 +14,34 @@ php.pecl yes

if {[vercmp ${php.branch} 7.2] >= 0} {
version 4.8.12
revision 0
revision 1
checksums rmd160 c4921ca9adb61d5ce404315dc7a82cb7d1068dcd \
sha256 0a0b844992d26c974957749ada86a9ff7a88daa512b7255db4fc41afa062f4a4 \
size 2097350
patchfiles-append arm.patch
patchfiles-append timer.patch
} elseif {[vercmp ${php.branch} 7.1] >= 0} {
version 4.5.11
revision 1
revision 2
checksums rmd160 787880685a821869f19c1b6f4645857b75a048fe \
sha256 2d85752ee2b0944399c2901bb22832f196ba3f7ba4262c239d12ed494e2460dd \
size 1554142
} elseif {[vercmp ${php.branch} 7.0] >= 0} {
version 4.3.6
revision 1
revision 2
checksums rmd160 e77d9a43dbbc6c133e42bf564af9d975e8874838 \
sha256 9253d1cb3ae109e18473efc51d14a99067417c28f4c66b1b0a0cdae5141253f9 \
size 1349407
} elseif {[vercmp ${php.branch} 5.5] >= 0} {
# https://github.com/swoole/swoole-src/issues/1783
version 2.0.11
revision 4
revision 5
checksums rmd160 7238015b141faf59d9662d4ab21c73bb66b58e35 \
sha256 07df75ede4bf0833d2c2443b666a5c3054bc498a78f5251babc1b0e7cc8cd573 \
size 769029
} else {
version 1.10.5
revision 4
revision 5
checksums rmd160 48b8c3bf5999e5365b3e804440464114500120ed \
sha256 5c1dc0b82772ca1c352de4ddf20deeb35f06e4c5a01beba5a446d78a1f747bd2 \
size 730797
Expand Down

0 comments on commit 882f6fc

Please sign in to comment.