From 61854e2681420e816e8cbbfb68d641d9a4400a2c Mon Sep 17 00:00:00 2001 From: tech189 Date: Sun, 20 Mar 2022 20:20:50 +0000 Subject: [PATCH] memcached: Update to version 1.6.14 (#3414) --- bucket/memcached.json | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/bucket/memcached.json b/bucket/memcached.json index d956c00c49..26968f22c9 100644 --- a/bucket/memcached.json +++ b/bucket/memcached.json @@ -1,23 +1,34 @@ { "##": "Check https://www.apachelounge.com/viewtopic.php?t=7919 for details about this pre-compiled binary package of memcached. memcached is built with both libevent 2.1 and 2.0 because libevent 2.1 is not compatible with Win7.", - "version": "1.6.12", + "version": "1.6.14", "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.12.zip", - "hash": "c23dbf8d0fcbc5a373476fd5f67af40edddca676e1d9c60346aaa0a33cd68540", + "url": "https://github.com/nono303/memcached/archive/1.6.14.zip", + "hash": "5f73eb64f3b48c11d89e9454c344db86728973dd62d9f10ac367c0eb7795a91f", "architecture": { "64bit": { - "extract_dir": "memcached-1.6.12\\libevent-2.1\\x64" + "extract_dir": "memcached-1.6.14\\libevent-2.1\\x64" }, "32bit": { - "extract_dir": "memcached-1.6.12\\libevent-2.1\\x86" + "extract_dir": "memcached-1.6.14\\libevent-2.1\\x86" } }, "bin": "memcached.exe", "checkver": { "url": "https://raw.githubusercontent.com/nono303/memcached/master/README.md", "regex": "version\\s+\\[([\\d.]+)\\]" + }, + "autoupdate": { + "url": "https://github.com/nono303/memcached/archive/$version.zip", + "architecture": { + "64bit": { + "extract_dir": "memcached-$version\\libevent-2.1\\x64" + }, + "32bit": { + "extract_dir": "memcached-$version\\libevent-2.1\\x86" + } + } } }