aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-01-16 21:40:30 -0800
committerAdam Vandenberg2012-01-16 21:40:30 -0800
commit73a699cc1cc5349f8e3b85bd0457c384f249ec26 (patch)
tree4ca045888fc6f85e77758e3a2a5c4ec4a79f6df3 /Library/Formula
parente53e8bb7a93df99c3ab3ddcac94745e8ff66034f (diff)
downloadhomebrew-73a699cc1cc5349f8e3b85bd0457c384f249ec26.tar.bz2
memcached 1.4.11
Diffstat (limited to 'Library/Formula')
-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 d4580b0de..aa8e85010 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.10.tar.gz"
+ url "http://memcached.googlecode.com/files/memcached-1.4.11.tar.gz"
homepage 'http://memcached.org/'
- sha1 '0ae300f858b767abf812009d53ed58647ceb498a'
+ sha1 '30ac7cf87d1714803c265ea543312a702e09eb99'
depends_on 'libevent'