beanstalk: add 1.10 bottle.
This commit is contained in:
parent
90ba3111f3
commit
aa236e5de4
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,12 @@ class Beanstalk < Formula
|
|||
url "https://github.com/kr/beanstalkd/archive/v1.10.tar.gz"
|
||||
sha1 "bfc0ccf99e15b15eac03ec1d8a57a3aaff143237"
|
||||
|
||||
bottle do
|
||||
sha1 "054320dc87c106976408f6bf195a87244635bb05" => :mavericks
|
||||
sha1 "df0173105d8b03f21e88a38f0c0b787a9d06023b" => :mountain_lion
|
||||
sha1 "608a644891b4648750760a5fb70eaecaba130d2b" => :lion
|
||||
end
|
||||
|
||||
def install
|
||||
system "make", "install", "PREFIX=#{prefix}"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue