libgcrypt: bump version.

This commit is contained in:
Jerome Duval
2016-02-18 22:03:59 +00:00
parent 312f24b72c
commit a7f4fe18fb
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ COPYRIGHT="2000-2013 Free Software Foundation, Inc."
LICENSE="GNU LGPL v3"
REVISION="1"
SOURCE_URI="ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-$portVersion.tar.bz2"
CHECKSUM_SHA256="c9bc2c7fe2e5f4ea13b0c74f9d24bcbb1ad889bb39297d8082aebf23f4336026"
CHECKSUM_SHA256="f49ebc5842d455ae7019def33eb5a014a0f07a2a8353dc3aa50a76fd1dafa924"
PATCHES="libgcrypt-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
@@ -14,7 +14,7 @@ SECONDARY_ARCHITECTURES="x86"
PROVIDES="
libgcrypt${secondaryArchSuffix} = $portVersion compat >= 1.6
lib:libgcrypt${secondaryArchSuffix} = 20.0.4 compat >= 20
lib:libgcrypt${secondaryArchSuffix} = 20.0.5 compat >= 20
"
REQUIRES="
haiku${secondaryArchSuffix}
@@ -23,7 +23,7 @@ REQUIRES="
PROVIDES_devel="
libgcrypt${secondaryArchSuffix}_devel = $portVersion compat >= 1.6
devel:libgcrypt$secondaryArchSuffix = 20.0.4 compat >= 20
devel:libgcrypt$secondaryArchSuffix = 20.0.5 compat >= 20
cmd:dumpsexp$secondaryArchSuffix = $portVersion compat >= 1.6
cmd:libgcrypt_config$secondaryArchSuffix = $portVersion compat >= 1.6
cmd:hmac256$secondaryArchSuffix = $portVersion compat >= 1.6
@@ -59,5 +59,5 @@ INSTALL()
prepareInstalledDevelLibs libgcrypt
packageEntries devel \
$developDir $binDir
$developDir $binDir $manDir $dataDir $infoDir
}