concurrencykit 0.4.1
Signed-off-by: Brett Koonce <koonce@gmail.com>
This commit is contained in:
parent
a490baad22
commit
e033b92fbf
1 changed files with 2 additions and 9 deletions
|
@ -2,18 +2,11 @@ require 'formula'
|
|||
|
||||
class Concurrencykit < Formula
|
||||
homepage 'http://concurrencykit.org'
|
||||
url 'http://concurrencykit.org/releases/ck-0.4.tar.gz'
|
||||
sha1 'de7a408528eb780fc5587a2d6b589d6e7af657d1'
|
||||
url 'http://concurrencykit.org/releases/ck-0.4.1.tar.gz'
|
||||
sha1 '53be7f3cc42bf46f409926a8add911bf49f37c20'
|
||||
|
||||
head 'git://git.concurrencykit.org/ck.git'
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "21698717ea6dde053a62253a1ccb2a19c987281a" => :mavericks
|
||||
sha1 "6d952c9718603d3a8794a9884aec020d397c42b3" => :mountain_lion
|
||||
sha1 "3760bbd8cd36fde9952f340cf860800aa2014ddf" => :lion
|
||||
end
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make", "CC=#{ENV.cc}"
|
||||
|
|
Loading…
Reference in a new issue