memcached 1.5.19
Closes #45427. Signed-off-by: Caleb Xu <calebcenter@live.com>
This commit is contained in:
parent
e21ac6e19d
commit
1e76c8207c
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Memcached < Formula
|
class Memcached < Formula
|
||||||
desc "High performance, distributed memory object caching system"
|
desc "High performance, distributed memory object caching system"
|
||||||
homepage "https://memcached.org/"
|
homepage "https://memcached.org/"
|
||||||
url "https://www.memcached.org/files/memcached-1.5.18.tar.gz"
|
url "https://www.memcached.org/files/memcached-1.5.19.tar.gz"
|
||||||
sha256 "9ebdd6705b06da70eb6f68245686554b1cb689f00b9bff6e33672c1a0125ef88"
|
sha256 "3ddcdaa2d14d215f3111a7448b79c889c57618a26e97ad989581f1880a5a4be0"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any
|
cellar :any
|
||||||
|
|
Loading…
Reference in a new issue