aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorSaket Choudhary2014-12-17 22:19:47 -0800
committerJack Nagel2014-12-18 14:25:09 -0500
commit277bb7424257c9fd18f96f26cac1a1b297e6a2cc (patch)
tree249a9861e16adfdd0061cc2bf977a0026eca5b04 /Library/Formula
parent74ff88a8b942519fe54cbc304fb9c6b9eaa3894d (diff)
downloadhomebrew-277bb7424257c9fd18f96f26cac1a1b297e6a2cc.tar.bz2
libmagic 5.21
Signed-off-by: Saket Choudhary <saketkc@gmail.com> Closes #35079. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 f6d91ec4d..0fe748417 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.20.tar.gz'
- mirror 'http://fossies.org/unix/misc/file-5.20.tar.gz'
- sha1 '4e93e9ae915f1812b05cc6012ae968fdb6416f8f'
+ url 'ftp://ftp.astron.com/pub/file/file-5.21.tar.gz'
+ mirror 'http://fossies.org/unix/misc/file-5.21.tar.gz'
+ sha1 '9836603b75dde99664364b0e7a8b5492461ac0fe'
bottle do
revision 1
@@ -17,18 +17,9 @@ class Libmagic < Formula
depends_on :python => :optional
- # Fixed upstream, should be in next release
# 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=387
- # http://bugs.gw.com/view.php?id=388
- patch :p1 do
- url 'https://gist.githubusercontent.com/kwilczynski/350e83c291b536ce9b5b/raw/1961a222d13cd3e010ecd7b0ebbc6909def27ad6/337-338.diff'
- sha1 'b220e2b0639cba97296e25c07c58a4d675104c8f'
- end
-
def install
ENV.universal_binary if build.universal?