ScoopInstaller_Main/bucket/memcached.json
2020-01-25 10:01:53 +00:00

35 lines
1.3 KiB
JSON

{
"##": "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.21",
"license": "BSD-3-Clause",
"url": "https://github.com/nono303/memcached/archive/memcache-1.5.21.zip",
"hash": "0672ff3dee0ce1364105f6c6088b7665156f40a6ecdec3e089af124b892b73cd",
"notes": "This package does not require Cygwin to run (all dependencies are included).",
"architecture": {
"32bit": {
"extract_dir": "memcached-memcache-1.5.21\\cygwin\\x86"
},
"64bit": {
"extract_dir": "memcached-memcache-1.5.21\\cygwin\\x64"
}
},
"bin": "memcached.exe",
"checkver": {
"url": "https://github.com/nono303/memcached/releases",
"regex": "tag/memcache-([\\d.]+)"
},
"autoupdate": {
"url": "https://github.com/nono303/memcached/archive/memcache-$version.zip",
"architecture": {
"32bit": {
"extract_dir": "memcached-memcache-$version\\cygwin\\x86"
},
"64bit": {
"extract_dir": "memcached-memcache-$version\\cygwin\\x64"
}
}
}
}