openexr: use secure url (redirected to cleartext)
This commit is contained in:
parent
755fd65053
commit
5fce8575c5
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
class Openexr < Formula
|
||||
desc "OpenEXR Graphics Tools (high dynamic-range image file format)"
|
||||
homepage "http://www.openexr.com/"
|
||||
url "http://download.savannah.nongnu.org/releases/openexr/openexr-2.2.0.tar.gz"
|
||||
url "https://savannah.nongnu.org/download/openexr/openexr-2.2.0.tar.gz"
|
||||
sha256 "36a012f6c43213f840ce29a8b182700f6cf6b214bea0d5735594136b44914231"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue