summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2022-07-30 16:59:01 -0300
committerGonzalo Exequiel Pedone2022-07-30 16:59:01 -0300
commitb1dcb61e732da06851536dbcbd6eeac4df285c07 (patch)
tree918bdea7fb60294ccea30eef751e05b19f114c2f /PKGBUILD
parent405713d684f392e0d3da72420207aa4d6994d4e4 (diff)
downloadaur-b1dcb61e732da06851536dbcbd6eeac4df285c07.tar.gz
Package updated to 1.2.3.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 47c86bab3ef1..5ce163db59cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_android_arch=x86
pkgname=android-${_android_arch}-libwebp
-pkgver=1.2.2
+pkgver=1.2.3
pkgrel=1
pkgdesc="WebP library and conversion tools (android)"
arch=('any')
@@ -18,7 +18,7 @@ groups=(android-libwebp)
options=(!strip !buildflags staticlibs !emptydirs)
makedepends=('android-configure')
source=("https://github.com/webmproject/libwebp/archive/v${pkgver}.tar.gz")
-md5sums=('cafb3f64313daa7492cd08c06dd76801')
+md5sums=('a9d3c93923ab0e5eab649a965b7b2bcd')
prepare() {
cd "$srcdir/libwebp-${pkgver}"