x3270 3.3.12ga12
Closes Homebrew/homebrew#18622. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
f5047b6abf
commit
d576355e54
1 changed files with 4 additions and 2 deletions
|
@ -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)'
|
||||
|
|
Loading…
Reference in a new issue