From: Fredrik Fornwall Date: Tue, 8 Aug 2017 12:25:59 +0000 (+0200) Subject: libassuan: Bump revision after package update X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/d9001887eb6dbf5fc2c745a6b27db84c9cc2696f?ds=inline libassuan: Bump revision after package update --- diff --git a/packages/libassuan/build.sh b/packages/libassuan/build.sh index 766341c1..340dcf69 100644 --- a/packages/libassuan/build.sh +++ b/packages/libassuan/build.sh @@ -1,6 +1,7 @@ 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.3 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-${TERMUX_PKG_VERSION}.tar.bz2 TERMUX_PKG_SHA256=22843a3bdb256f59be49842abf24da76700354293a066d82ade8134bb5aa2b71 TERMUX_PKG_INCLUDE_IN_DEVPACKAGE="bin/libassuan-config"