From a25631f743e40d364fadb5164428a62d375d8d68 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 29 Sep 2021 22:00:42 +0000 Subject: [PATCH] memcached: Update to version 1.6.12 --- bucket/memcached.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/memcached.json b/bucket/memcached.json index 77eb5c67e1..c772eee9dd 100644 --- a/bucket/memcached.json +++ b/bucket/memcached.json @@ -1,18 +1,18 @@ { "##": "Check https://www.apachelounge.com/viewtopic.php?t=7919 for details about this pre-compiled binary package of memcached.", - "version": "1.6.10", + "version": "1.6.12", "description": "Distributed memory object caching system", "homepage": "https://memcached.org", "license": "BSD-3-Clause", "notes": "This package does not require Cygwin to run (all dependencies are included).", - "url": "https://github.com/nono303/memcached/archive/1.6.10.zip", - "hash": "47c9c1eda8fe9337276080aea211d8bfbf9923219db3604627da1deeae671831", + "url": "https://github.com/nono303/memcached/archive/1.6.12.zip", + "hash": "b7eb101d270fa2b49ec25ea3b3e86d69fdc41a272911210d4ee8f1d7ae2a055d", "architecture": { "64bit": { - "extract_dir": "memcached-1.6.10\\cygwin\\x64" + "extract_dir": "memcached-1.6.12\\cygwin\\x64" }, "32bit": { - "extract_dir": "memcached-1.6.10\\cygwin\\x86" + "extract_dir": "memcached-1.6.12\\cygwin\\x86" } }, "bin": "memcached.exe",