aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTimothy Sutton2014-12-04 09:09:58 -0500
committerMike McQuaid2014-12-04 17:25:36 +0000
commit6be9392ff1c67f0ff450a65f9208c1955bcf39b9 (patch)
tree5471a995e46da03f180ad80624aaf42378fd5048 /Library
parent96c4007d6f896d445466da0e7b4d67159977a5dd (diff)
downloadhomebrew-6be9392ff1c67f0ff450a65f9208c1955bcf39b9.tar.bz2
Duti 1.5.3
- removed Yosemite patch as it has been incorporated upstream in this new version (this is actually the only documented change for 1.5.3, that it builds on Yosemite) Closes #34671. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/duti.rb12
1 files changed, 2 insertions, 10 deletions
diff --git a/Library/Formula/duti.rb b/Library/Formula/duti.rb
index c9d5dfc3a..71ef3d85b 100644
--- a/Library/Formula/duti.rb
+++ b/Library/Formula/duti.rb
@@ -3,19 +3,11 @@ require "formula"
class Duti < Formula
homepage "http://duti.org/"
head "https://github.com/moretension/duti.git"
- url "https://github.com/moretension/duti/archive/duti-1.5.2.tar.gz"
- sha1 "1833c0a56646a132fa09bcb31c557d4393f19a3b"
+ url "https://github.com/moretension/duti/archive/duti-1.5.3.tar.gz"
+ sha1 "2a4e34002db33133feb8057968d1f670bf422ea5"
depends_on "autoconf" => :build
- # Fix for hardcoded SDK paths. See https://github.com/moretension/duti/pull/7
- if MacOS.version == :yosemite
- patch do
- url "https://github.com/moretension/duti/pull/7.patch"
- sha1 "6bbdba1cb3cbfe5aad9c0560046216c68112f6e8"
- end
- end
-
def install
system "autoreconf", "-vfi"
system "./configure", "--prefix=#{prefix}"