aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/makepkg.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-07-08 00:54:12 +0100
committerMike McQuaid2014-07-08 17:11:35 -0700
commit76e67e7e1146deba51ed3430c80b70138a8dc759 (patch)
tree1162c9dcba79be95be5cc32a53b3c74fda2f6d25 /Library/Formula/makepkg.rb
parentba87d166227b1fe570bd512992ad87a27533be41 (diff)
downloadhomebrew-76e67e7e1146deba51ed3430c80b70138a8dc759.tar.bz2
makepkg: add 4.1.2 bottle.
Closes #30685. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/makepkg.rb')
-rw-r--r--Library/Formula/makepkg.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/makepkg.rb b/Library/Formula/makepkg.rb
index 755adc8da..d5537e24e 100644
--- a/Library/Formula/makepkg.rb
+++ b/Library/Formula/makepkg.rb
@@ -5,6 +5,13 @@ class Makepkg < Formula
url "ftp://ftp.archlinux.org/other/pacman/pacman-4.1.2.tar.gz"
sha1 "ed9a40a9b532bc43e48680826d57518134132538"
+ bottle do
+ cellar :any
+ sha1 "e3b89d1ae8609703898902b7a847716418366c01" => :mavericks
+ sha1 "9dd3f631e927bb662671a8d6b40b2bf91d29e72e" => :mountain_lion
+ sha1 "ad5e0e8ecf0565352c9ce8ada1fd686918e04b11" => :lion
+ end
+
depends_on "pkg-config" => :build
depends_on "libarchive" => :build
depends_on "bash"