diff options
Diffstat (limited to 'Library/Formula/memcache-top.rb')
| -rw-r--r-- | Library/Formula/memcache-top.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/memcache-top.rb b/Library/Formula/memcache-top.rb index 66576e122..ffbe3f209 100644 --- a/Library/Formula/memcache-top.rb +++ b/Library/Formula/memcache-top.rb @@ -1,10 +1,10 @@ require 'formula' class MemcacheTop < Formula - url 'http://memcache-top.googlecode.com/files/memcache-top-v0.6' homepage 'http://code.google.com/p/memcache-top/' - sha1 'eaac357e13ac2a531c28081783fdcc3ddbe98ede' + url 'http://memcache-top.googlecode.com/files/memcache-top-v0.6' version '0.6' + sha1 'eaac357e13ac2a531c28081783fdcc3ddbe98ede' def install bin.install 'memcache-top-v0.6' => 'memcache-top' |
