Skip to content

Commit

Permalink
update source for libsodium to 1.0.15
Browse files Browse the repository at this point in the history
compiling fails with older version than 1.0.13 and libsodium needs #
to be compiled from the scratch for ubuntu 14.04 and 16.04

solves BTCGPU#43
see also BTCGPU#53
  • Loading branch information
jagottsicher committed Oct 23, 2017
1 parent 036f4f9 commit d27dba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/packages/libsodium.mk
Expand Up @@ -7,7 +7,7 @@ package=libsodium
$(package)_version=1.0.15
$(package)_download_path=https://download.libsodium.org/libsodium/releases
$(package)_file_name=$(package)-$($(package)_version).tar.gz
$(package)_sha256_hash=RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3
$(package)_sha256_hash=FB6A9E879A2F674592E4328C5D9F79F082405EE4BB05CB6E679B90AFE9E178F4
$(package)_dependencies=
$(package)_config_opts=
$(package)_config_opts_linux=--with-pic
Expand Down

0 comments on commit d27dba9

Please sign in to comment.