Skip to content
Snippets Groups Projects
Commit a7941607 authored by Donald Stufft's avatar Donald Stufft
Browse files

Update libsodium to 0.3

parent ba1c65b0
No related branches found
No related tags found
No related merge requests found
...@@ -5,10 +5,10 @@ import urllib2 ...@@ -5,10 +5,10 @@ import urllib2
from invoke import task, run from invoke import task, run
LIBSODIUM_VERSION = "c6fa04725f394891576c9b9b7e912d45c39843db" LIBSODIUM_VERSION = "0.3"
LIBSODIUM_URL = "https://github.com/jedisct1/libsodium/archive/c6fa04725f394891576c9b9b7e912d45c39843db.tar.gz" LIBSODIUM_URL = "http://download.dnscrypt.org/libsodium/releases/libsodium-0.3.tar.gz"
LIBSODIUM_HASH = b"8a7d61c4cb1cf9c89570b2981a5f5cbdd5f13cb913c8342638f56f59d1aeedd6" LIBSODIUM_HASH = b"908a26f84bedb432305c81ec6773aa95b8e724ba2ece6234840685a74e033750"
LIBSODIUM_AUTOGEN = True LIBSODIUM_AUTOGEN = False
@task(aliases=["install.sodium"]) @task(aliases=["install.sodium"])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment