command-not-found: Update with latest commands
[termux-packages] / packages / libassuan / build.sh
index b208b36..a7db197 100644 (file)
@@ -1,6 +1,7 @@
-TERMUX_PKG_HOMEPAGE=http://www.gnupg.org/related_software/libassuan/
+TERMUX_PKG_HOMEPAGE=https://www.gnupg.org/related_software/libassuan/
 TERMUX_PKG_DESCRIPTION="Library implementing the Assuan IPC protocol used between most newer GnuPG components"
-TERMUX_PKG_VERSION=2.4.2
-TERMUX_PKG_SRCURL=ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-${TERMUX_PKG_VERSION}.tar.bz2
-TERMUX_PKG_RM_AFTER_INSTALL="bin/libassuan-config"
+TERMUX_PKG_VERSION=2.5.1
+TERMUX_PKG_SHA256=47f96c37b4f2aac289f0bc1bacfa8bd8b4b209a488d3d15e2229cb6cc9b26449
+TERMUX_PKG_SRCURL=https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-${TERMUX_PKG_VERSION}.tar.bz2
+TERMUX_PKG_INCLUDE_IN_DEVPACKAGE="bin/libassuan-config"
 TERMUX_PKG_DEPENDS="libgpg-error"