From 1078cab9d98ddbc59060f8b17ca792c6aa9b2c3f Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 25 May 2014 20:59:58 -0500 Subject: rxvt-unicode 9.20 --- Library/Formula/rxvt-unicode.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/rxvt-unicode.rb b/Library/Formula/rxvt-unicode.rb index 809a02154..2b8c6793d 100644 --- a/Library/Formula/rxvt-unicode.rb +++ b/Library/Formula/rxvt-unicode.rb @@ -1,13 +1,13 @@ -require 'formula' +require "formula" class RxvtUnicode < Formula - homepage 'http://software.schmorp.de/pkg/rxvt-unicode.html' - url 'http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-9.19.tar.bz2' - sha1 '979f990b73cf057d81f25884668f362b5a748154' + homepage "http://software.schmorp.de/pkg/rxvt-unicode.html" + url "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-9.20.tar.bz2" + sha1 "6214c7893a8c968936103e255a1d3d1e9868abf9" option "disable-iso14755", "Disable ISO 14775 Shift+Ctrl hotkey" - depends_on 'pkg-config' => :build + depends_on "pkg-config" => :build depends_on :x11 # Patch hunks 1 and 2 allow perl support to compile on Intel. -- cgit v1.2.3