summaryrefslogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2018-12-22 17:14:05 +0100
committerJ0WI <J0WI@users.noreply.github.com>2019-01-11 02:03:04 +0100
commit5bd47f81594091fb61a74f8c07eaf2d1331f01f7 (patch)
treeb052581b99706d46b841536bb9f826e48874a535 /update.sh
parent9ecaf51c4f34a53c2a2f82b55af50777b1900366 (diff)
Update php-memcached to 3.1.2 and APCu to 5.1.16
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/update.sh b/update.sh
index 26e54424..16cea76c 100755
--- a/update.sh
+++ b/update.sh
@@ -25,8 +25,8 @@ declare -A extras=(
)
declare -A pecl_versions=(
- [APCu]='5.1.15'
- [memcached]='3.0.4'
+ [APCu]='5.1.16'
+ [memcached]='3.1.2'
[redis]='4.2.0'
[imagick]='3.4.3'
)