aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 225b0c752..353ba2b44 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.5.tar.gz"
+ url "http://memcached.googlecode.com/files/memcached-1.4.6.tar.gz"
homepage 'http://www.danga.com/memcached/'
- sha1 'c7d6517764b82d23ae2de76b56c2494343c53f02'
+ sha1 '56c9cc0f7d234e90bb7b6459e0eda864b05021a7'
depends_on 'libevent'