diff options
| author | Tomasz Pajor | 2014-07-03 12:01:34 +0200 |
|---|---|---|
| committer | Mike McQuaid | 2014-07-03 13:07:25 +0100 |
| commit | 96fb1abd6632bab6d4451bbb89171309f00400be (patch) | |
| tree | c56fcdf2769e74968788d87bb9a161596f20777c /Library | |
| parent | 51dd41c9404885fdbe440a62a34f900ae2a47d3e (diff) | |
| download | homebrew-96fb1abd6632bab6d4451bbb89171309f00400be.tar.bz2 | |
libsodium 0.6.0
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libsodium.rb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Library/Formula/libsodium.rb b/Library/Formula/libsodium.rb index 4ef8002de..c9662c752 100644 --- a/Library/Formula/libsodium.rb +++ b/Library/Formula/libsodium.rb @@ -1,16 +1,16 @@ -require 'formula' +require "formula" class Libsodium < Formula - homepage 'https://github.com/jedisct1/libsodium/' - url 'https://github.com/jedisct1/libsodium/releases/download/0.5.0/libsodium-0.5.0.tar.gz' - sha256 '3ca0a0619199a2adb3449eb7f1bf6e1f4fb2ef8514da9133f7f043b8b5cdf9f0' + homepage "https://github.com/jedisct1/libsodium/" + url "https://github.com/jedisct1/libsodium/releases/download/0.6.0/libsodium-0.6.0.tar.gz" + sha256 "84cdb6bf8ae3384f3ef78636f93bc689df748c1d36f87d4b6ab1e31c2d4dd145" head do - url 'https://github.com/jedisct1/libsodium.git' + url "https://github.com/jedisct1/libsodium.git" - depends_on 'libtool' => :build - depends_on 'autoconf' => :build - depends_on 'automake' => :build + depends_on "libtool" => :build + depends_on "autoconf" => :build + depends_on "automake" => :build end option :universal |
