summaryrefslogtreecommitdiffstats
path: root/src/openexr.mk
diff options
context:
space:
mode:
authorViktor Szakats <commit@vszakats.net>2018-07-13 23:02:08 (GMT)
committerTony Theodore <tonyt@logyst.com>2018-07-27 02:18:03 (GMT)
commitb9a47e838a65f0cf631276175f1c941120272a3a (patch)
treeef6798c56ecccd55944e5cbcf517363f76ae50a8 /src/openexr.mk
parent497d034376e0967dc7c2c805e3652ef7b1b697a4 (diff)
downloadmxe-b9a47e838a65f0cf631276175f1c941120272a3a.zip
mxe-b9a47e838a65f0cf631276175f1c941120272a3a.tar.gz
mxe-b9a47e838a65f0cf631276175f1c941120272a3a.tar.bz2
Secure URLs
Diffstat (limited to 'src/openexr.mk')
-rw-r--r--src/openexr.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/openexr.mk b/src/openexr.mk
index 098d8c5..88eb7b4 100644
--- a/src/openexr.mk
+++ b/src/openexr.mk
@@ -1,7 +1,7 @@
# This file is part of MXE. See LICENSE.md for licensing information.
PKG := openexr
-$(PKG)_WEBSITE := http://www.openexr.com/
+$(PKG)_WEBSITE := https://www.openexr.com/
$(PKG)_DESCR := OpenEXR
$(PKG)_IGNORE :=
$(PKG)_VERSION := 2.2.0
@@ -12,7 +12,7 @@ $(PKG)_URL := https://download.savannah.nongnu.org/releases/openexr/$($(PKG
$(PKG)_DEPS := cc ilmbase pthreads zlib
define $(PKG)_UPDATE
- $(WGET) -q -O- 'http://www.openexr.com/downloads.html' | \
+ $(WGET) -q -O- 'https://www.openexr.com/downloads.html' | \
grep 'openexr-' | \
$(SED) -n 's,.*openexr-\([0-9][^>]*\)\.tar.*,\1,p' | \
head -1