Skip to content

Commit

Permalink
update to release 1.0.15
Browse files Browse the repository at this point in the history
updatae to new relase needed because compiler crashed on ubuntu
14.04 & 16.04 with older versions installed.

solves BTCGPU#43
see also BTCGPU#53
  • Loading branch information
jagottsicher committed Oct 22, 2017
1 parent 3180ead commit 036f4f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions depends/packages/libsodium.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
# file COPYING or http://www.opensource.org/licenses/mit-license.php.

package=libsodium
$(package)_version=1.0.13
$(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=9c13accb1a9e59ab3affde0e60ef9a2149ed4d6e8f99c93c7a5b97499ee323fd
$(package)_sha256_hash=RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3
$(package)_dependencies=
$(package)_config_opts=
$(package)_config_opts_linux=--with-pic
Expand Down

0 comments on commit 036f4f9

Please sign in to comment.