Skip to content

Commit

Permalink
gnutls 3.7.3
Browse files Browse the repository at this point in the history
Closes #94155.

Signed-off-by: Carlo Cabrera <[email protected]>
Signed-off-by: Michka Popoff <[email protected]>
Signed-off-by: BrewTestBot <[email protected]>
  • Loading branch information
domrim authored and BrewTestBot committed Feb 1, 2022
1 parent 7a42a95 commit 6cd63d9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Formula/gnutls.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
class Gnutls < Formula
desc "GNU Transport Layer Security (TLS) Library"
homepage "https://gnutls.org/"
url "https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/gnutls-3.6.16.tar.xz"
mirror "https://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/gnutls/v3.6/gnutls-3.6.16.tar.xz"
sha256 "1b79b381ac283d8b054368b335c408fedcb9b7144e0c07f531e3537d4328f3b3"
url "https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/gnutls-3.7.3.tar.xz"
mirror "https://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/gnutls/v3.7/gnutls-3.7.3.tar.xz"
sha256 "fc59c43bc31ab20a6977ff083029277a31935b8355ce387b634fa433f8f6c49a"
license all_of: ["LGPL-2.1-or-later", "GPL-3.0-only"]
revision 1

livecheck do
url "https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/"
regex(/href=.*?gnutls[._-]v?(\d+(?:\.\d+)+)\.t/i)
url "https://www.gnutls.org/news.html"
regex(/>\s*GnuTLS\s*v?(\d+(?:\.\d+)+)\s*</i)
end

bottle do
Expand Down

0 comments on commit 6cd63d9

Please sign in to comment.