mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 18:21:22 +00:00
memcached: Add version 1.5.19 (#525)
* memcached: Add version 1.5.19 * update homepage * Remove autoupdate (temporarily) to avoid build error * Use tagged branch instead of master * Use zip file (instead of downloading files seperately) * Add notes * Add comment
This commit is contained in:
parent
d80eea80ad
commit
21bba60620
34
bucket/memcached.json
Normal file
34
bucket/memcached.json
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
{
|
||||||
|
"##": "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.19",
|
||||||
|
"license": "BSD-3-Clause",
|
||||||
|
"url": "https://github.com/nono303/memcached/archive/memcache-1.5.19.zip",
|
||||||
|
"hash": "5235a112045e0a9d641560d3959fa1f6e6d2f003b333c23bb8cb0cfd7413bee8",
|
||||||
|
"notes": "This package does not require Cygwin to run (all dependencies are included).",
|
||||||
|
"architecture": {
|
||||||
|
"32bit": {
|
||||||
|
"extract_dir": "memcached-memcache-1.5.19\\cygwin\\x86"
|
||||||
|
},
|
||||||
|
"64bit": {
|
||||||
|
"extract_dir": "memcached-memcache-1.5.19\\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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user