From 160f5b3530b6845e52c288a1e83c52626156b5ba Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 12 Nov 2019 15:00:34 +0000 Subject: [PATCH] memcached: Update to version 1.5.20 --- bucket/memcached.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/memcached.json b/bucket/memcached.json index aa80771224..df81394f49 100644 --- a/bucket/memcached.json +++ b/bucket/memcached.json @@ -2,17 +2,17 @@ "##": "Check https://www.apachelounge.com/viewtopic.php?t=7919 for details about this pre-compiled binary package of memcached.", "homepage": "https://memcached.org/", "description": "Distributed memory object caching system.", - "version": "1.5.19", + "version": "1.5.20", "license": "BSD-3-Clause", - "url": "https://github.com/nono303/memcached/archive/memcache-1.5.19.zip", - "hash": "5235a112045e0a9d641560d3959fa1f6e6d2f003b333c23bb8cb0cfd7413bee8", + "url": "https://github.com/nono303/memcached/archive/memcache-1.5.20.zip", + "hash": "eb37fd2522adfe361541050540e0ef09ee7a9fce038670b2e3fa888ec39590ee", "notes": "This package does not require Cygwin to run (all dependencies are included).", "architecture": { "32bit": { - "extract_dir": "memcached-memcache-1.5.19\\cygwin\\x86" + "extract_dir": "memcached-memcache-1.5.20\\cygwin\\x86" }, "64bit": { - "extract_dir": "memcached-memcache-1.5.19\\cygwin\\x64" + "extract_dir": "memcached-memcache-1.5.20\\cygwin\\x64" } }, "bin": "memcached.exe",