diff options
| author | Adam Vandenberg | 2013-11-30 12:48:20 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-30 12:48:22 -0800 |
| commit | e60a1d4922ce9bec395b22e6f7295e32d88e3365 (patch) | |
| tree | ebff92536810eed5f2ea56fc5cc055f036f7f5be /Library | |
| parent | f8f385e3fe6da5b9069526c8c8681bc2c4ac67af (diff) | |
| download | homebrew-e60a1d4922ce9bec395b22e6f7295e32d88e3365.tar.bz2 | |
icon 9.5.1
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/icon.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/icon.rb b/Library/Formula/icon.rb index a486fa595..9f336bf7d 100644 --- a/Library/Formula/icon.rb +++ b/Library/Formula/icon.rb @@ -2,9 +2,9 @@ require 'formula' class Icon < Formula homepage 'http://www.cs.arizona.edu/icon/' - url 'http://www.cs.arizona.edu/icon/ftp/packages/unix/icon-v950src.tgz' - sha1 '0e26ba1eef6db81f3b0be942daec82ea51d33718' - version '9.5.0' + url 'http://www.cs.arizona.edu/icon/ftp/packages/unix/icon-v951src.tgz' + sha1 '21b122e3b4abf75a9248d0c52b9fa06899ac97fb' + version '9.5.1' def install ENV.deparallelize |
