diff options
-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 |