diff options
| author | Adam Vandenberg | 2013-11-30 08:58:38 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-30 08:58:38 -0800 |
| commit | 5b6abcabf6178168fd45b4f4e6a57eff24ddd454 (patch) | |
| tree | dd60ae6caca51a7fc241fa06b1d1c6ef710c1a4b /Library | |
| parent | 379a4e5f7c3fa1a44e0c6dfba0b3b719bcf1ff20 (diff) | |
| download | homebrew-5b6abcabf6178168fd45b4f4e6a57eff24ddd454.tar.bz2 | |
epic5 1.1.6
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/epic5.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/epic5.rb b/Library/Formula/epic5.rb index 78fc079f8..d885b0708 100644 --- a/Library/Formula/epic5.rb +++ b/Library/Formula/epic5.rb @@ -2,8 +2,8 @@ require 'formula' class Epic5 < Formula homepage 'http://www.epicsol.org/' - url 'http://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/epic5-1.1.5.tar.gz' - sha1 '7a65bed6971118b0f0931652d6eee5090c75d449' + url 'http://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/epic5-1.1.6.tar.gz' + sha1 '5b7605a28d184338357abd655e157eed5ad699d7' def install system "./configure", "--disable-debug", |
