Skip to content

Commit

Permalink
Update pinned libsodium to 0.7.0 in rake_tasks.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Aug 30, 2014
1 parent 29bb438 commit 980135d
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.5.0"
LIBSODIUM_DIGEST = "3ca0a0619199a2adb3449eb7f1bf6e1f4fb2ef8514da9133f7f043b8b5cdf9f0"
LIBSODIUM_VERSION = "0.7.0"
LIBSODIUM_DIGEST = "4ccaffd1a15be67786e28a61b602492a97eb5bcb83455ed53c02fa038b8e9168"

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

0 comments on commit 980135d

Please sign in to comment.