Skip to content

Commit

Permalink
Bump libsodium version
Browse files Browse the repository at this point in the history
Older versions don't have all the symbols
  • Loading branch information
namelessjon committed Oct 5, 2013
1 parent 4f52fc3 commit 58986db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rbnacl/rake_tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
require 'rake/clean'
require 'digest/sha2'

LIBSODIUM_VERSION = "0.4.2"
LIBSODIUM_DIGEST = "1a7901cdd127471724e854a8eb478247dc0ca67be549345c75fc6f2d4e05ed39"
LIBSODIUM_VERSION = "0.4.3"
LIBSODIUM_DIGEST = "599ce19ae6ace2d30aee353b931088f720713c4e1d0b2918ed46de1914fb6042"

def sh_hidden(command)
STDERR.puts("*** Executing: #{command}")
Expand Down

0 comments on commit 58986db

Please sign in to comment.