libsodium 1.0.4
Closes Homebrew/homebrew#45109. Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
parent
d769cdae2d
commit
7767715bd0
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Libsodium < Formula
|
||||
desc "NaCl networking and cryptography library"
|
||||
homepage "https://github.com/jedisct1/libsodium/"
|
||||
url "https://github.com/jedisct1/libsodium/releases/download/1.0.3/libsodium-1.0.3.tar.gz"
|
||||
sha256 "cbcfc63cc90c05d18a20f229a62c7e7054a73731d0aa858c0517152c549b1288"
|
||||
url "https://github.com/jedisct1/libsodium/releases/download/1.0.4/libsodium-1.0.4.tar.gz"
|
||||
sha256 "e4f75d4b2bd860068e0401163207415c9d41048d7601409897ff2951839fd310"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
Loading…
Reference in a new issue