summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2022-07-30 15:54:48 -0300
committerGonzalo Exequiel Pedone2022-07-30 15:54:48 -0300
commitfff57e83dd188a4ddc96b04db78a9f66405263ca (patch)
treee335b7a62e61845195e5e0fd98a5b6951fe7cbbd /PKGBUILD
parent0219a70325927ed68da6d94248ebd178df0f6af5 (diff)
downloadaur-fff57e83dd188a4ddc96b04db78a9f66405263ca.tar.gz
Package updated to 1.12.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e338abd5aef0..f3324b407dff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_android_arch=x86
pkgname=android-${_android_arch}-libvpx
-pkgver=1.11.0
+pkgver=1.12.0
pkgrel=1
pkgdesc="VP8 and VP9 codec (android)"
arch=('any')
@@ -13,7 +13,7 @@ depends=('android-ndk')
options=(!strip !buildflags staticlibs !emptydirs)
makedepends=('android-environment' 'android-pkg-config' 'yasm')
source=(https://github.com/webmproject/libvpx/archive/v${pkgver}.tar.gz)
-md5sums=('82e5e527336b41281a582204db1f3457')
+md5sums=('10cf85debdd07be719a35ca3bfb8ea64')
prepare() {
source android-env ${_android_arch}