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 Homebrew/homebrew#34671. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
fe83507461
commit
34d12c4e08
1 changed files with 2 additions and 10 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue