aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-05-25 20:59:58 -0500
committerJack Nagel2014-05-25 20:59:58 -0500
commit1078cab9d98ddbc59060f8b17ca792c6aa9b2c3f (patch)
treedc551e0832f12b0e2256cbdbcbdb68d74716839b /Library
parent102d042ff3ec048d2259984d143c4dfda869525a (diff)
downloadhomebrew-1078cab9d98ddbc59060f8b17ca792c6aa9b2c3f.tar.bz2
rxvt-unicode 9.20
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/rxvt-unicode.rb10
1 files changed, 5 insertions, 5 deletions
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.