summaryrefslogtreecommitdiffstats
path: root/source.mk
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-12-19 22:53:37 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-12-20 01:13:14 (EST)
commit5ce842f26624876892fa3e03fea48fc89dbaa1a3 (patch)
tree1701b0b9cd27bf9873072c95f789aab1c52868c1 /source.mk
parentc49abfe70b51c966ed59780ff6507a862f20f24a (diff)
source.mk: Download over HTTPS
We have it now, so why not?
Diffstat (limited to 'source.mk')
-rw-r--r--source.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source.mk b/source.mk
index 9fdd010..3e602b7 100644
--- a/source.mk
+++ b/source.mk
@@ -1,7 +1,7 @@
# The merged tzdb archive now has a top-level directory as opkbuild requires.
upstream_archive = $(OPK_SOURCE)-$(OPK_SOURCE_VERSION_UPSTREAM).tar.lz
-upstream_url_base = http://data.iana.org/time-zones/releases
+upstream_url_base = https://data.iana.org/time-zones/releases
upstream_url = $(upstream_url_base)/$(upstream_archive)
source_archive = ../$(OPK_SOURCE)-$(OPK_SOURCE_VERSION_UPSTREAM).orig.tar.bz2