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

Commit

Permalink
Use deps with latest sodiumoxide
Browse files Browse the repository at this point in the history
  • Loading branch information
Calum McCall committed Aug 1, 2019
1 parent f474d4e commit ad550da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mk/cryptobox-src.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ build/src/$(CRYPTOBOX_NAME):
cd build/src && \
git clone $(CRYPTOBOX_GIT_URL) $(CRYPTOBOX_NAME) && \
cd $(CRYPTOBOX_NAME) && \
git checkout $(CRYPTOBOX_VERSION)
git checkout test_bumping_libs
2 changes: 1 addition & 1 deletion mk/libsodium-src.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LIBSODIUM_VERSION := 1.0.18
LIBSODIUM_VERSION := 1.0.17
LIBSODIUM_NAME := libsodium-$(LIBSODIUM_VERSION)
LIBSODIUM_URL := http://download.libsodium.org/libsodium/releases/$(LIBSODIUM_NAME).tar.gz

Expand Down

0 comments on commit ad550da

Please sign in to comment.