tup: add 0.7.2 bottle.
Closes Homebrew/homebrew#28109. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
8b9b3bbc7b
commit
f5c9f051bc
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@ class Tup < Formula
|
|||
sha1 'c0b14a9b7a59c6295ed7339883b21d0f1a8163b3'
|
||||
head 'https://github.com/gittup/tup.git'
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "ea07e07027a25f92959c07844a34e24a62c1929e" => :mavericks
|
||||
sha1 "c7ff37eec01fc7e5049cd5da450b88554f46f2b1" => :mountain_lion
|
||||
sha1 "98255d59e38f854319a60091037fa0f605bcde1f" => :lion
|
||||
end
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'osxfuse'
|
||||
|
||||
|
|
Loading…
Reference in a new issue