diff --git a/packages/libgnutls/build.sh b/packages/libgnutls/build.sh index 6c0330c7d..1b81d856e 100644 --- a/packages/libgnutls/build.sh +++ b/packages/libgnutls/build.sh @@ -1,9 +1,9 @@ TERMUX_PKG_HOMEPAGE=https://www.gnutls.org/ TERMUX_PKG_DESCRIPTION="Secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them" TERMUX_PKG_LICENSE="LGPL-2.1" -TERMUX_PKG_VERSION=3.6.10 +TERMUX_PKG_VERSION=3.6.11.1 TERMUX_PKG_SRCURL=https://www.gnupg.org/ftp/gcrypt/gnutls/v${TERMUX_PKG_VERSION:0:3}/gnutls-${TERMUX_PKG_VERSION}.tar.xz -TERMUX_PKG_SHA256=b1f3ca67673b05b746a961acf2243eaae0ffe658b6a6494265c648e7c7812293 +TERMUX_PKG_SHA256=fbba12f3db9a55dbf027e14111755817ec44b57eabec3e8089aac8ac6f533cf8 TERMUX_PKG_DEPENDS="libgmp, libnettle, ca-certificates, libidn2, libunistring" TERMUX_PKG_BREAKS="libgnutls-dev" TERMUX_PKG_REPLACES="libgnutls-dev"