aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/twemcache.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/twemcache.rb b/Library/Formula/twemcache.rb
index a4aa8cdb0..7f66b7b8f 100644
--- a/Library/Formula/twemcache.rb
+++ b/Library/Formula/twemcache.rb
@@ -3,8 +3,8 @@ require 'formula'
class Twemcache < Formula
homepage 'https://github.com/twitter/twemcache'
head 'https://github.com/twitter/twemcache.git'
- url "https://github.com/twitter/twemcache/archive/v2.5.3.tar.gz"
- sha256 '05371d9ed123e01286ea74d9bd1af892be548b84bb24da98118a67a1ec876845'
+ url "https://github.com/twitter/twemcache/archive/v2.6.0.tar.gz"
+ sha256 '6e0e9361bda46bdaa577c7eed6cd829aeca442b2c3b4f84b250039c86027ce05'
option "enable-debug", "Debug mode with assertion panics enabled"