aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libmagic.rb
diff options
context:
space:
mode:
authorKrzysztof Wilczynski2014-06-18 16:57:57 +0100
committerJack Nagel2014-06-18 20:06:40 -0500
commit933854b056da7ba8b5818e9d715606864c7be831 (patch)
tree251a331b88a370e1ba5a63545f1f0c1628f1e861 /Library/Formula/libmagic.rb
parent207c8de7358d8f8077f8dedf7568fd36d2b6ff57 (diff)
downloadhomebrew-933854b056da7ba8b5818e9d715606864c7be831.tar.bz2
libmagic 5.19
Closes #30264. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/libmagic.rb')
-rw-r--r--Library/Formula/libmagic.rb15
1 files changed, 3 insertions, 12 deletions
diff --git a/Library/Formula/libmagic.rb b/Library/Formula/libmagic.rb
index 8c6b03060..7e119c24e 100644
--- a/Library/Formula/libmagic.rb
+++ b/Library/Formula/libmagic.rb
@@ -2,9 +2,9 @@ require 'formula'
class Libmagic < Formula
homepage 'http://www.darwinsys.com/file/'
- url 'ftp://ftp.astron.com/pub/file/file-5.18.tar.gz'
- mirror 'http://fossies.org/unix/misc/file-5.18.tar.gz'
- sha1 '8753e72097f2cc935608e3b1c57c4c4e31bd8d21'
+ url 'ftp://ftp.astron.com/pub/file/file-5.19.tar.gz'
+ mirror 'http://fossies.org/unix/misc/file-5.19.tar.gz'
+ sha1 '0dff09eb44fde1998be79e8d312e9be4456d31ee'
bottle do
sha1 "051692967234d6fd03b076aa6c2d1fe2a107d10d" => :mavericks
@@ -20,15 +20,6 @@ class Libmagic < Formula
# See http://bugs.gw.com/view.php?id=230
patch :DATA if MacOS.version < :lion
- # Fixed upstream, should be in next release.
- # See: http://bugs.gw.com/view.php?id=338
- # http://bugs.gw.com/view.php?id=341
- # http://bugs.gw.com/view.php?id=342
- patch :p1 do
- url 'https://gist.githubusercontent.com/kwilczynski/9925996/raw/483a877749c925a8dcc068de8e3ce5b92f5ea826/338-341-342.diff'
- sha1 'ff6f630bbe699091cb7d8228486f4de67b338fc8'
- end
-
def install
ENV.universal_binary if build.universal?