diff options
| author | Jack Nagel | 2014-03-16 21:35:22 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-16 22:57:28 -0500 |
| commit | 62d3f1383a52a3f0052fb310db6e82b301a0add2 (patch) | |
| tree | 506dc0e3c4626ced5cbc309586d75c6eee1fa782 | |
| parent | d2a7e73a39c15962116a6c0041c1f1f809283619 (diff) | |
| download | homebrew-62d3f1383a52a3f0052fb310db6e82b301a0add2.tar.bz2 | |
opencolorio: use checksummed patches
| -rw-r--r-- | Library/Formula/opencolorio.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/opencolorio.rb b/Library/Formula/opencolorio.rb index d870d37d6..35ce51094 100644 --- a/Library/Formula/opencolorio.rb +++ b/Library/Formula/opencolorio.rb @@ -16,9 +16,10 @@ class Opencolorio < Formula option 'with-java', 'Build ocio with java bindings' option 'with-docs', 'Build the documentation' - def patches - # Fix build with libc++ - "https://github.com/imageworks/OpenColorIO/commit/ebd6efc036b6d0b17c869e3342f17f9c5ef8bbfc.patch" + # Fix build with libc++ + patch do + url "https://github.com/imageworks/OpenColorIO/commit/ebd6efc036b6d0b17c869e3342f17f9c5ef8bbfc.patch" + sha1 "89d2cb42e634faab5b83d16fdc48a048b2ddb6f5" end def install |
