homebrew-core/Formula/memcache-top.rb
Miguel Araújo 5ad4a53f21 memcache-top: remove redundant version statement
Closes Homebrew/homebrew#50446.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-03-28 18:23:28 +08:00

12 lines
375 B
Ruby

class MemcacheTop < Formula
desc "Grab real-time stats from memcache"
homepage "https://code.google.com/p/memcache-top/"
url "https://memcache-top.googlecode.com/files/memcache-top-v0.6"
sha256 "d5f896a9e46a92988b782e340416312cc480261ce8a5818db45ccd0da8a0f22a"
bottle :unneeded
def install
bin.install "memcache-top-v#{version}" => "memcache-top"
end
end