From c251d2139a0d9625b1b4e0baeb62de38c74e9930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 15 Sep 2020 08:19:20 +0200 Subject: [PATCH] memcached: Update to version 1.6.7 --- bucket/memcached.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/memcached.json b/bucket/memcached.json index 5ef90d63bd..e8b5749078 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.6", + "version": "1.6.7", "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.6.zip", - "hash": "c3e1ae3baef14964fa35fb866a5bfcb32f1bb9b024c5b5c4d181f48d000dca02", + "url": "https://github.com/nono303/memcached/archive/1.6.7.zip", + "hash": "aaa28070481e941a19ace14cf2a157deadbc875247858b3b197d3f4103679ef2", "architecture": { "64bit": { - "extract_dir": "memcached-1.6.6\\cygwin\\x64" + "extract_dir": "memcached-1.6.7\\cygwin\\x64" }, "32bit": { - "extract_dir": "memcached-1.6.6\\cygwin\\x86" + "extract_dir": "memcached-1.6.7\\cygwin\\x86" } }, "bin": "memcached.exe",