diff options
| author | Tomasz Pajor | 2014-08-24 22:04:36 +0200 |
|---|---|---|
| committer | Jack Nagel | 2014-08-24 17:56:18 -0500 |
| commit | 32399dec860dc5bae92ad2e732c2558fd038650e (patch) | |
| tree | 7f3e18092e4b1c6da462d931274898eaa0070f51 /Library | |
| parent | accf2b83bd6f1bf90d856a156fc658362b636c14 (diff) | |
| download | homebrew-32399dec860dc5bae92ad2e732c2558fd038650e.tar.bz2 | |
libsodium 0.7.0
Closes #31850.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libsodium.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libsodium.rb b/Library/Formula/libsodium.rb index 8970e2e63..68888eb6b 100644 --- a/Library/Formula/libsodium.rb +++ b/Library/Formula/libsodium.rb @@ -2,8 +2,8 @@ require "formula" class Libsodium < Formula homepage "https://github.com/jedisct1/libsodium/" - url "https://github.com/jedisct1/libsodium/releases/download/0.6.1/libsodium-0.6.1.tar.gz" - sha256 "04ccfeebd23659f3a1f73a828d1b88b984f9c984176f388daf77fe3968cc3694" + url "https://github.com/jedisct1/libsodium/releases/download/0.7.0/libsodium-0.7.0.tar.gz" + sha256 "4ccaffd1a15be67786e28a61b602492a97eb5bcb83455ed53c02fa038b8e9168" bottle do cellar :any |
