mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
libwebp: bump version.
This commit is contained in:
@@ -13,7 +13,7 @@ COPYRIGHT="2011 Google Inc."
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://downloads.webmproject.org/releases/webp/libwebp-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="84259c4388f18637af3c5a6361536d754a5394492f91be1abc2e981d4983225b"
|
||||
CHECKSUM_SHA256="3d47b48c40ed6476e8047b2ddb81d93835e0ca1b8d3e8c679afbb3004dd564b1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
@@ -24,10 +24,10 @@ webpLibs="\
|
||||
libwebpdemux \
|
||||
libwebpmux \
|
||||
"
|
||||
libwebpVersion="7.0.2"
|
||||
libwebpdecoderVersion="3.0.2"
|
||||
libwebpdemuxVersion="2.0.4"
|
||||
libwebpmuxVersion="3.0.2"
|
||||
libwebpVersion="7.0.4"
|
||||
libwebpdecoderVersion="3.0.4"
|
||||
libwebpdemuxVersion="2.0.6"
|
||||
libwebpmuxVersion="3.0.4"
|
||||
for i in $webpLibs; do
|
||||
eval "${i}VersionCompat=\"\$${i}Version compat >= \${${i}Version%%.*}\""
|
||||
done
|
||||
Reference in New Issue
Block a user