libsodium 1.0.17
Closes #35771. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
8041781581
commit
6fc62ce98a
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.16/libsodium-1.0.16.tar.gz"
|
||||
sha256 "eeadc7e1e1bcef09680fb4837d448fbdf57224978f865ac1c16745868fbd0533"
|
||||
url "https://github.com/jedisct1/libsodium/releases/download/1.0.17/libsodium-1.0.17.tar.gz"
|
||||
sha256 "0cc3dae33e642cc187b5ceb467e0ad0e1b51dcba577de1190e9ffa17766ac2b1"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
Loading…
Reference in a new issue