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

Commit

Permalink
Use proper cryptobox version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoconti83 committed Aug 5, 2019
1 parent c511fe0 commit 339e856
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mk/cryptobox-src.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CRYPTOBOX_VERSION := v1.1.0
CRYPTOBOX_VERSION := v1.1.2
CRYPTOBOX_NAME := cryptobox-$(CRYPTOBOX_VERSION)
CRYPTOBOX_GIT_URL := https://github.com/wireapp/cryptobox-c.git

Expand All @@ -7,4 +7,4 @@ build/src/$(CRYPTOBOX_NAME):
cd build/src && \
git clone $(CRYPTOBOX_GIT_URL) $(CRYPTOBOX_NAME) && \
cd $(CRYPTOBOX_NAME) && \
git checkout test_bumping_libs
git checkout $(CRYPTOBOX_VERSION)
2 changes: 1 addition & 1 deletion mk/version.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION := 1.1.0
VERSION := 1.1.1

0 comments on commit 339e856

Please sign in to comment.