aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDominyk Tiller2015-02-26 21:36:19 +0000
committerTim D. Smith2015-03-02 18:23:09 -0800
commitee8ccfd209f009f01bf6c4eca7e1e7010f28deeb (patch)
tree17abdc0a0edf81409003e27904804ac5657b116e /Library/Formula
parent186c59de3bb53c46710dbbcfef59a55e61980e96 (diff)
downloadhomebrew-ee8ccfd209f009f01bf6c4eca7e1e7010f28deeb.tar.bz2
gnutls 3.3.13
Simple version bump. Just a bug fix release, no API/ABI changes. Closes #37226. Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gnutls.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/gnutls.rb b/Library/Formula/gnutls.rb
index 4c8410476..83102c585 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.12.tar.xz"
- mirror "http://mirrors.dotsrc.org/gcrypt/gnutls/v3.3/gnutls-3.3.12.tar.xz"
- sha256 "67ab3e92c5d48f3323b897d7c1aa0bb2af6f3a84f5bd9931cda163a7ff32299b"
+ 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"
bottle do
cellar :any
@@ -56,6 +56,6 @@ class Gnutls < Formula
end
test do
- system "#{bin}/gnutls-cli", "--version"
+ system bin/"gnutls-cli", "--version"
end
end