libraw: bump version.

SONAME changed.
This commit is contained in:
Jerome Duval
2019-09-07 15:37:20 +02:00
parent b6e7252489
commit 4d9dadb452
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ LICENSE="GNU LGPL v2.1
CDDL v1"
REVISION="1"
SOURCE_URI="https://www.libraw.org/data/LibRaw-$portVersion.tar.gz"
CHECKSUM_SHA256="cb1f9d0d1fabc8967d501d95c05d2b53d97a2b917345c66553b1abbea06757ca"
CHECKSUM_SHA256="40a262d7cc71702711a0faec106118ee004f86c86cc228281d12d16da03e02f5"
SOURCE_DIR="LibRaw-$portVersion"
PATCHES="libraw-$portVersion.patchset"
@@ -26,7 +26,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then
commandBinDir=$prefix/bin
fi
libVersion="16.0.0"
libVersion="19.0.2"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
portVersionCompat="$portVersion compat >= 0"