diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-26 20:58:15 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-26 21:08:28 (EST) |
commit | eee310eb5c9eb2c85adb8b2ca0ff30cd61532ded (patch) | |
tree | b247dfa6f1253d9d6e66e2ffd36509fe1d411813 | |
parent | c085de3ec742e1b60ecff9d79fb27a06d798b0b1 (diff) |
source.mk: Update URL
-rw-r--r-- | control | 2 | ||||
-rw-r--r-- | source.mk | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ Maintainer: "P. J. McDermott" <pj@pehjota.net> -Build-Depends: opkhelper-3.0, +Build-Depends: opkhelper-3.0, busybox (>= 1.32.0-1), gpg, dirmngr, gpgconf, gpg-agent, libz.1-dev, Homepage: http://curl.haxx.se/ @@ -3,7 +3,7 @@ keys = \ '914C 533D F9B2 ADA2 204F 586D 78E1 1C6B 279D 5C91' upstream_archive = $(OPK_SOURCE)-$(OPK_SOURCE_VERSION_UPSTREAM).tar.$(z) -upstream_url = http://curl.haxx.se/download/$(upstream_archive) +upstream_url = https://curl.se/download/$(upstream_archive) source_archive = ../$(OPK_SOURCE)-$(OPK_SOURCE_VERSION_UPSTREAM).orig.tar.$(z) GNUPGHOME = gnupghome |