diff options
Diffstat (limited to 'src/ilmbase.mk')
-rw-r--r-- | src/ilmbase.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ilmbase.mk b/src/ilmbase.mk index d47beda..a48d441 100644 --- a/src/ilmbase.mk +++ b/src/ilmbase.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := ilmbase -$(PKG)_WEBSITE := http://www.openexr.com/ +$(PKG)_WEBSITE := https://www.openexr.com/ $(PKG)_DESCR := IlmBase $(PKG)_IGNORE := $(PKG)_VERSION := 2.2.0 @@ -12,7 +12,7 @@ $(PKG)_URL := https://download.savannah.nongnu.org/releases/openexr/$($(PKG $(PKG)_DEPS := cc define $(PKG)_UPDATE - $(WGET) -q -O- 'http://www.openexr.com/downloads.html' | \ + $(WGET) -q -O- 'https://www.openexr.com/downloads.html' | \ grep 'ilmbase-' | \ $(SED) -n 's,.*/ilmbase-\([0-9][^>]*\)\.tar.*,\1,p' | \ head -1 |