From 8e6bc6f570db29ac87329541ce2d534498db1eb1 Mon Sep 17 00:00:00 2001 From: FX Coudert Date: Mon, 15 Apr 2019 21:15:18 +0200 Subject: [PATCH] openexr 2.3.0 --- Formula/openexr.rb | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/Formula/openexr.rb b/Formula/openexr.rb index e8057267de..c0f557c80d 100644 --- a/Formula/openexr.rb +++ b/Formula/openexr.rb @@ -1,9 +1,8 @@ class Openexr < Formula desc "High dynamic-range image file format" homepage "https://www.openexr.com/" - url "https://savannah.nongnu.org/download/openexr/openexr-2.2.0.tar.gz" - sha256 "36a012f6c43213f840ce29a8b182700f6cf6b214bea0d5735594136b44914231" - revision 1 + url "https://github.com/openexr/openexr/releases/download/v2.3.0/openexr-2.3.0.tar.gz" + sha256 "fd6cb3a87f8c1a233be17b94c74799e6241d50fc5efd4df75c7a4b9cf4e25ea6" bottle do cellar :any @@ -21,13 +20,6 @@ class Openexr < Formula sha256 "eede573a0b59b79f21de15ee9d3b7649d58d8f2a8e7787ea34f192db3b3c84a4" end - # Fixes builds on 32-bit targets due to incorrect long literals - # Patches are already applied in the upstream git repo. - patch do - url "https://raw.githubusercontent.com/Homebrew/formula-patches/f1a3ea4f69b7a54d8123e2f16488864d52202de8/openexr/64bit_types.patch" - sha256 "c95374d8fdcc41ddc2f7c5b3c6f295a56dd5a6249bc26d0829548e70f5bd2dc9" - end - def install system "./configure", "--disable-debug", "--disable-dependency-tracking",