Browse Source

gnupg2: Update from 2.1.17 to 2.1.18

android-5
Fredrik Fornwall 8 years ago
parent
commit
9cf008aa63
  1. 5
      packages/gnupg2/build.sh

5
packages/gnupg2/build.sh

@ -1,9 +1,8 @@
TERMUX_PKG_HOMEPAGE=https://www.gnupg.org/
TERMUX_PKG_DESCRIPTION="Implementation of the OpenPGP standard for encrypting and signing data and communication"
TERMUX_PKG_VERSION=2.1.17
TERMUX_PKG_REVISION=1
TERMUX_PKG_VERSION=2.1.18
TERMUX_PKG_SRCURL=https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=c5dc54db432209fa8f9bdb071c8fb60a765ff28e363150e30bdd4543160243cb
TERMUX_PKG_SHA256=d04c6fab7e5562ce4b915b22020e34d4c1a256847690cf149842264fc7cef994
TERMUX_PKG_DEPENDS="libassuan,libbz2,libgcrypt,libksba,libnpth,readline,pinentry"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-ldap --disable-sqlite"
# Remove non-english help files and man pages shipped with the gnupg (1) package:

Loading…
Cancel
Save