libsodium 0.4.5
Closes Homebrew/homebrew#23435. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
b4634eab4a
commit
48ca7d5dff
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue