quilt: add 0.63 bottle.
Closes Homebrew/homebrew#31183. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
f2850c7c9a
commit
a993020e6d
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,12 @@ class Quilt < Formula
|
|||
url 'http://download.savannah.gnu.org/releases/quilt/quilt-0.63.tar.gz'
|
||||
sha1 '19f2ba0384521eb3d8269b8a1097b16b07339be5'
|
||||
|
||||
bottle do
|
||||
sha1 "04771a84ee741ad82390373e126db9969cb1abae" => :mavericks
|
||||
sha1 "2516d559ab9d366d510972c48e7c9250b04b1edc" => :mountain_lion
|
||||
sha1 "1e30a1d5d3df8af87ae2b34e1423aec0761992a9" => :lion
|
||||
end
|
||||
|
||||
depends_on 'gnu-sed'
|
||||
depends_on 'coreutils'
|
||||
|
||||
|
|
Loading…
Reference in a new issue