From 544ba85f9715c6878db2145422d8102c68f041b2 Mon Sep 17 00:00:00 2001 From: nibbles 2bits Date: Sun, 9 Sep 2012 17:28:35 -0700 Subject: [PATCH] openimageio 1.0.9 - Upgrade to 1.0.9 - Update the sha1 on `J2kp4files`. Not sure why it changed, but it's housed on fedoraproject.org. So I think we're good. - It passes all 39 of it tests Closes Homebrew/homebrew#14826. Signed-off-by: Adam Vandenberg --- Formula/openimageio.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/openimageio.rb b/Formula/openimageio.rb index 32bd2c4c6c..3d5ee69d10 100644 --- a/Formula/openimageio.rb +++ b/Formula/openimageio.rb @@ -2,7 +2,7 @@ require 'formula' class J2kp4files < Formula url 'http://pkgs.fedoraproject.org/repo/pkgs/openjpeg/j2kp4files_v1_5.zip/27780ed3254e6eb763ebd718a8ccc340/j2kp4files_v1_5.zip' - sha1 '9ac265c279392117025cc18061742c3c1392d549' + sha1 'a90cad94abbe764918175db72b49df6d2f63704b' end class Tiffpic < Formula @@ -36,8 +36,8 @@ end class Openimageio < Formula homepage 'http://openimageio.org' - url 'https://github.com/OpenImageIO/oiio/tarball/Release-1.0.8' - sha1 '9ac265c279392117025cc18061742c3c1392d549' + url 'https://github.com/OpenImageIO/oiio/tarball/Release-1.0.9' + sha1 '3975c1eb08bf5c84ea69304f275287971e5af7ff' head 'https://github.com/OpenImageIO/oiio.git'