aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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 bc37246c5..19da83f70 100644
--- a/Library/Formula/memcached.rb
+++ b/Library/Formula/memcached.rb
@@ -2,8 +2,8 @@ require 'formula'
class Memcached < Formula
homepage 'http://memcached.org/'
- url "http://memcached.googlecode.com/files/memcached-1.4.15.tar.gz"
- sha1 '12ec84011f408846250a462ab9e8e967a2e8cbbc'
+ url 'http://www.memcached.org/files/memcached-1.4.16.tar.gz'
+ sha1 'fdf071b5fd9972bf74f91d43f0b4cba980b83acb'
depends_on 'libevent'