libsodium 0.4.5

Closes Homebrew/homebrew#23435.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Tony Arcieri 2013-10-21 23:16:17 -07:00 committed by Jack Nagel
parent b4634eab4a
commit 48ca7d5dff

View file

@ -2,8 +2,8 @@ require 'formula'
class Libsodium < Formula
homepage 'https://github.com/jedisct1/libsodium/'
url 'http://download.dnscrypt.org/libsodium/releases/libsodium-0.4.2.tar.gz'
sha256 '1a7901cdd127471724e854a8eb478247dc0ca67be549345c75fc6f2d4e05ed39'
url 'https://github.com/jedisct1/libsodium/releases/download/0.4.5/libsodium-0.4.5.tar.gz'
sha256 '7ad5202df53eeac0eb29b064ae5d05b65d82b2fc1c082899c9c6a09b0ee1ac32'
head do
url 'https://github.com/jedisct1/libsodium.git'