summaryrefslogtreecommitdiffstats
path: root/source.mk
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-12-25 16:44:00 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-12-25 16:44:00 (EST)
commitf308bfb1fefbc28ef5b65b3acbee052214fb3ccd (patch)
treee7a75f6639123ca5eec8c78dd4f261b1a69002a5 /source.mk
parent0b8fbb65b1586c2ef75376c13146f845e09a7ba1 (diff)
source.mk: Uncomment wget line
Now that our wget supports HTTPS.
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 411515b..2bd50f1 100644
--- a/source.mk
+++ b/source.mk
@@ -11,7 +11,7 @@ keys = \
'A2A4 8E7B CB96 C5BE CB98 7314 EBC8 0E41 5CA2 9677'
$(source_archive):
- #wget -c '$(us_tar_url)' '$(us_sig_url)'
+ wget -c '$(us_tar_url)' '$(us_sig_url)'
install -m 0700 -d gnupghome/
[ -e ../keyring.gpg ] || \
$(gpg) --keyserver hkps://keys.openpgp.org \