diff options
| author | Josa Gesell | 2014-12-17 21:10:41 +0100 | 
|---|---|---|
| committer | Jack Nagel | 2014-12-17 20:51:39 -0500 | 
| commit | 6d932e2512437d505299e35fc38aadf04776c20a (patch) | |
| tree | acbe32f78ca45e0ef3cda8c793c6c727eeae7872 /Library | |
| parent | f7cfbcd8416260d829e7c6d43b404a14a70a8eff (diff) | |
| download | homebrew-6d932e2512437d505299e35fc38aadf04776c20a.tar.bz2 | |
x3270 3.3.15ga7
Closes #35066.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/x3270.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/x3270.rb b/Library/Formula/x3270.rb index 34ef031f3..700abca8c 100644 --- a/Library/Formula/x3270.rb +++ b/Library/Formula/x3270.rb @@ -2,8 +2,8 @@ require "formula"  class X3270 < Formula    homepage "http://x3270.bgp.nu/" -  url "https://downloads.sourceforge.net/project/x3270/x3270/3.3.15ga6/suite3270-3.3.15ga6-src.tgz" -  sha1 "c2d492b11db25b53aca9e9643e6522982cc479b4" +  url "https://downloads.sourceforge.net/project/x3270/x3270/3.3.15ga7/suite3270-3.3.15ga7-src.tgz" +  sha1 "fa6bce67248861bbd255159af7c0a505bf661830"    bottle do      sha1 "9c468a256bb675508326eb64a1c01d797606c776" => :yosemite  | 
