From 6be9392ff1c67f0ff450a65f9208c1955bcf39b9 Mon Sep 17 00:00:00 2001 From: Timothy Sutton Date: Thu, 4 Dec 2014 09:09:58 -0500 Subject: 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 --- Library/Formula/duti.rb | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'Library/Formula') 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}" -- cgit v1.2.3