aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2013-08-12 18:53:38 -0500
committerJack Nagel2013-08-12 19:29:27 -0500
commit3db1c8b54e18b07ccd80ae59beb286ffa61f8996 (patch)
tree7f46b4d8c58f21907eba55d2629e3f0ed61be5e3
parente5ee81f9a25922ee15208dead36c8a2d87d9865c (diff)
downloadhomebrew-3db1c8b54e18b07ccd80ae59beb286ffa61f8996.tar.bz2
memcache-top: interpolate version
-rw-r--r--Library/Formula/memcache-top.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/memcache-top.rb b/Library/Formula/memcache-top.rb
index ffbe3f209..914c52618 100644
--- a/Library/Formula/memcache-top.rb
+++ b/Library/Formula/memcache-top.rb
@@ -7,6 +7,6 @@ class MemcacheTop < Formula
sha1 'eaac357e13ac2a531c28081783fdcc3ddbe98ede'
def install
- bin.install 'memcache-top-v0.6' => 'memcache-top'
+ bin.install "memcache-top-v#{version}" => "memcache-top"
end
end