Skip to content

Commit

Permalink
Restore "Update Rake tasks to libsodium 0.4.3"
Browse files Browse the repository at this point in the history
This reverts commit ad1cd17.
  • Loading branch information
tarcieri committed Sep 10, 2013
1 parent 1997663 commit fa91153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rbnacl/rake_tasks.rb
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 fa91153

Please sign in to comment.