diff options
| author | Josa Gesell | 2013-03-20 22:40:24 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-03-21 10:35:24 -0700 |
| commit | 7ec919053901794dfe1c807bfd7ac7cc3eb71219 (patch) | |
| tree | 9a2ba180e5f408a8647f6857ee0ad1e2e4440ef5 /Library/Formula | |
| parent | 890897c6a250cc8b41284e4ab2d35d92f3dad643 (diff) | |
| download | homebrew-7ec919053901794dfe1c807bfd7ac7cc3eb71219.tar.bz2 | |
x3270 3.3.12ga12
Closes #18622.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/x3270.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/x3270.rb b/Library/Formula/x3270.rb index 51c9a026b..be51adf44 100644 --- a/Library/Formula/x3270.rb +++ b/Library/Formula/x3270.rb @@ -2,8 +2,10 @@ require 'formula' class X3270 < Formula homepage 'http://x3270.bgp.nu/' - url 'http://sourceforge.net/projects/x3270/files/x3270/3.3.12ga11/suite3270-3.3.12ga11-src.tgz' - sha1 '72f98b2f990959ec412392dcad546ea1e9288dcf' + url 'http://sourceforge.net/projects/x3270/files/x3270/3.3.12ga12/suite3270-3.3.12ga12-src.tgz' + sha1 '23a25021b6a0c9442cbd59aec9907c37f48d1c36' + + depends_on :x11 option 'with-c3270', 'Include c3270 (curses-based version)' option 'with-s3270', 'Include s3270 (displayless version)' |
