mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 04:01:19 +00:00
memcached: Update to version 1.6.6 (#1141)
Co-authored-by: ScoopInstaller <cabera.jakub@gmail.com>
This commit is contained in:
parent
f5e2cb57e3
commit
f0a7e5db64
@ -1,33 +1,32 @@
|
||||
{
|
||||
"##": "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.22",
|
||||
"version": "1.6.6",
|
||||
"description": "Distributed memory object caching system",
|
||||
"homepage": "https://memcached.org",
|
||||
"license": "BSD-3-Clause",
|
||||
"url": "https://github.com/nono303/memcached/archive/memcache-1.5.22.zip",
|
||||
"hash": "cc72282467fb31f634fa42020c40917e80a9f621904b178a5ec5c67095f92501",
|
||||
"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",
|
||||
"architecture": {
|
||||
"32bit": {
|
||||
"extract_dir": "memcached-memcache-1.5.22\\cygwin\\x86"
|
||||
},
|
||||
"64bit": {
|
||||
"extract_dir": "memcached-memcache-1.5.22\\cygwin\\x64"
|
||||
"extract_dir": "memcached-1.6.6\\cygwin\\x64"
|
||||
},
|
||||
"32bit": {
|
||||
"extract_dir": "memcached-1.6.6\\cygwin\\x86"
|
||||
}
|
||||
},
|
||||
"bin": "memcached.exe",
|
||||
"checkver": {
|
||||
"url": "https://github.com/nono303/memcached/releases",
|
||||
"regex": "tag/memcache-([\\d.]+)"
|
||||
"github": "https://github.com/nono303/memcached"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://github.com/nono303/memcached/archive/memcache-$version.zip",
|
||||
"url": "https://github.com/nono303/memcached/archive/$version.zip",
|
||||
"architecture": {
|
||||
"32bit": {
|
||||
"extract_dir": "memcached-memcache-$version\\cygwin\\x86"
|
||||
},
|
||||
"64bit": {
|
||||
"extract_dir": "memcached-memcache-$version\\cygwin\\x64"
|
||||
"extract_dir": "memcached-$version\\cygwin\\x64"
|
||||
},
|
||||
"32bit": {
|
||||
"extract_dir": "memcached-$version\\cygwin\\x86"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user