Skip to content

Commit

Permalink
Bump libsodium version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed May 15, 2014
1 parent 0483e83 commit 0df19b1
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.5"
LIBSODIUM_DIGEST = "7ad5202df53eeac0eb29b064ae5d05b65d82b2fc1c082899c9c6a09b0ee1ac32"
LIBSODIUM_VERSION = "0.5.0"
LIBSODIUM_DIGEST = "3ca0a0619199a2adb3449eb7f1bf6e1f4fb2ef8514da9133f7f043b8b5cdf9f0"

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

0 comments on commit 0df19b1

Please sign in to comment.