aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/memcached.rb
diff options
context:
space:
mode:
authorEric Davis2012-02-05 20:36:20 -0800
committerJack Nagel2012-02-06 15:12:10 -0600
commit4cbb3f469a0fe4f5d0a6bba0779d6aa44bc21b98 (patch)
treedf6305a9f174ed742290c462eb0cb2a2e4805eb7 /Library/Formula/memcached.rb
parentddae24791c9c4a011a776ee61bfdd6f3ed439f28 (diff)
downloadhomebrew-4cbb3f469a0fe4f5d0a6bba0779d6aa44bc21b98.tar.bz2
memcached 1.4.13
Closes #10002. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/memcached.rb')
-rw-r--r--Library/Formula/memcached.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/memcached.rb b/Library/Formula/memcached.rb
index ee56bb58c..d5e80a853 100644
--- a/Library/Formula/memcached.rb
+++ b/Library/Formula/memcached.rb
@@ -1,9 +1,9 @@
require 'formula'
class Memcached < Formula
- url "http://memcached.googlecode.com/files/memcached-1.4.11.tar.gz"
+ url "http://memcached.googlecode.com/files/memcached-1.4.13.tar.gz"
homepage 'http://memcached.org/'
- sha1 '30ac7cf87d1714803c265ea543312a702e09eb99'
+ sha1 'd9a48d222de53a2603fbab6156d48d0e8936ee92'
depends_on 'libevent'