Skip to content

Commit

Permalink
Update to libsodium 0.4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd committed Oct 14, 2013
1 parent 669d84b commit 69adff9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libsodium/recipe.rb
Expand Up @@ -2,10 +2,10 @@ class Libsodium < FPM::Cookery::Recipe
description 'portable, cross-compilable, installable, packageable, API-compatible version of NaCl'

name 'libsodium'
version '0.4.1'
version '0.4.3'
revision 0
source "http://download.dnscrypt.org/libsodium/releases/libsodium-#{version}.tar.gz"
sha256 '65756c7832950401cc0e6ee0e99b165974244e749f40f33d465f56447bae8ce3'
source "https://github.com/jedisct1/libsodium/releases/download/#{version}/libsodium-#{version}.tar.gz"
sha256 '599ce19ae6ace2d30aee353b931088f720713c4e1d0b2918ed46de1914fb6042'
homepage 'https://github.com/jedisct1/libsodium'
license 'BSD'

Expand Down

0 comments on commit 69adff9

Please sign in to comment.