summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2022-12-08 15:38:25 -0300
committerGonzalo Exequiel Pedone2022-12-08 15:38:25 -0300
commit6c060220c249f304ea3fb26cdf586665b99036bb (patch)
tree29df289b89d96ef111b0bb1c6e259ec8ab857b38 /PKGBUILD
parentb1dcb61e732da06851536dbcbd6eeac4df285c07 (diff)
downloadaur-6c060220c249f304ea3fb26cdf586665b99036bb.tar.gz
Package updated to 1.2.4.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ce163db59cc..523888a36204 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_android_arch=x86
pkgname=android-${_android_arch}-libwebp
-pkgver=1.2.3
+pkgver=1.2.4
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=('a9d3c93923ab0e5eab649a965b7b2bcd')
+md5sums=('4f08244f88a39816c3e0719ca16c7a92')
prepare() {
cd "$srcdir/libwebp-${pkgver}"