From 5564aa6d80324b033d06eecd8af7f43afa6aac07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 28 Oct 2020 10:56:21 +0100 Subject: [PATCH] memcached: Update to version 1.6.8 --- bucket/memcached.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/memcached.json b/bucket/memcached.json index e8b5749078..7db62313df 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.7", + "version": "1.6.8", "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.7.zip", - "hash": "aaa28070481e941a19ace14cf2a157deadbc875247858b3b197d3f4103679ef2", + "url": "https://github.com/nono303/memcached/archive/1.6.8.zip", + "hash": "14eca2225ae4a762333ad365e72d4c2aeeda95e1651bcd6cd3d3bbf7a53f2797", "architecture": { "64bit": { - "extract_dir": "memcached-1.6.7\\cygwin\\x64" + "extract_dir": "memcached-1.6.8\\cygwin\\x64" }, "32bit": { - "extract_dir": "memcached-1.6.7\\cygwin\\x86" + "extract_dir": "memcached-1.6.8\\cygwin\\x86" } }, "bin": "memcached.exe",