summaryrefslogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2019-01-05 17:43:42 +0100
committerJ0WI <J0WI@users.noreply.github.com>2019-01-11 02:03:04 +0100
commit06c299ce5b584f6af531d35e55ef9c1e2e2490b9 (patch)
tree4fff7dcedc8a1ddc7fbf85586978b39ec4eaa698 /update.sh
parent5bd47f81594091fb61a74f8c07eaf2d1331f01f7 (diff)
Update memcached to 3.1.3
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 16cea76c..9b6149d7 100755
--- a/update.sh
+++ b/update.sh
@@ -26,7 +26,7 @@ declare -A extras=(
declare -A pecl_versions=(
[APCu]='5.1.16'
- [memcached]='3.1.2'
+ [memcached]='3.1.3'
[redis]='4.2.0'
[imagick]='3.4.3'
)