diff options
| author | Dominyk Tiller | 2015-03-30 18:31:05 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-30 19:23:23 +0100 |
| commit | 30fca7b55952ed17e8ddef222277ad9593132fff (patch) | |
| tree | 9a22edafbe0a18017db593ab3e8b42b25e858153 /Library/Formula | |
| parent | 60849f111bf581d5201d269a4874e406c16027db (diff) | |
| download | homebrew-30fca7b55952ed17e8ddef222277ad9593132fff.tar.bz2 | |
gnutls 3.3.14
Just a bug-fix release. No API/ABI changes.
Closes #38199.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gnutls.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/gnutls.rb b/Library/Formula/gnutls.rb index e6721a416..701dc39dd 100644 --- a/Library/Formula/gnutls.rb +++ b/Library/Formula/gnutls.rb @@ -3,9 +3,9 @@ # http://nmav.gnutls.org/2014/10/what-about-poodle.html class Gnutls < Formula homepage "http://gnutls.org" - url "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/gnutls-3.3.13.tar.xz" - mirror "http://mirrors.dotsrc.org/gcrypt/gnutls/v3.3/gnutls-3.3.13.tar.xz" - sha256 "91bf1ef5c159b7f2176f972184545b287af6507ab55a543f6007d31406b97a99" + url "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/gnutls-3.3.14.tar.xz" + mirror "http://mirrors.dotsrc.org/gcrypt/gnutls/v3.3/gnutls-3.3.14.tar.xz" + sha256 "0dfa0030faad8909c1e904105198232d6bc0123cae8cf4933b2bac85ee7cec52" bottle do cellar :any |
