Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Use https url. (#19)
Browse files Browse the repository at this point in the history
Since #18 is apparently much more controversial than I anticipated, this is a hopefully uncontroversial incremental improvement over the status quo.

Fixes #16
  • Loading branch information
jschaul authored Sep 7, 2021
1 parent a0f6922 commit 469c066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/libsodium-src.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
LIBSODIUM_VERSION := 1.0.18
LIBSODIUM_NAME := libsodium-$(LIBSODIUM_VERSION)
LIBSODIUM_URL := http://download.libsodium.org/libsodium/releases/$(LIBSODIUM_NAME).tar.gz
LIBSODIUM_URL := https://download.libsodium.org/libsodium/releases/$(LIBSODIUM_NAME).tar.gz

build/src/$(LIBSODIUM_NAME):
mkdir -p build/src
Expand Down

0 comments on commit 469c066

Please sign in to comment.