diff options
| author | Ian Lancaster | 2014-04-21 00:39:23 -0400 |
|---|---|---|
| committer | Jack Nagel | 2014-04-21 09:17:43 -0500 |
| commit | 673b7ee9740a1af9190622e39c5352c5f8150ae4 (patch) | |
| tree | c348349db4c7ce995b1a4219a025c3af81b826e4 /Library/Formula | |
| parent | d4fa35b8b52a60435d634270eea6f244a4fdbfef (diff) | |
| download | homebrew-673b7ee9740a1af9190622e39c5352c5f8150ae4.tar.bz2 | |
openexr 2.1.0
Closes #28564.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/openexr.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/openexr.rb b/Library/Formula/openexr.rb index 0a59d6388..4772471ad 100644 --- a/Library/Formula/openexr.rb +++ b/Library/Formula/openexr.rb @@ -2,8 +2,8 @@ require 'formula' class Openexr < Formula homepage 'http://www.openexr.com/' - url 'http://download.savannah.gnu.org/releases/openexr/openexr-2.0.1.tar.gz' - sha1 '22589e11d090a01b5c3117e7e0b7bbb8301184b6' + url 'http://download.savannah.gnu.org/releases/openexr/openexr-2.1.0.tar.gz' + sha1 '4a3db5ea527856145844556e0ee349f45ed4cbc7' # included for reference only - repository doesn't have 'configure' script # head 'cvs://:pserver:anonymous@cvs.sv.gnu.org:/sources/openexr:OpenEXR' |
