summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2023-02-18 16:32:31 +0100
committerkfg2023-02-18 16:32:31 +0100
commita67e858b6f70379b36b7fc1b25a458813d9d15b5 (patch)
tree955e1dd4a9a66890b21f442b4e959eabae6d53a4
parentcf75ca6eb4e6b2ae0708d15167eeb34093456a53 (diff)
downloadaur-a67e858b6f70379b36b7fc1b25a458813d9d15b5.tar.gz
upgpkg: mingw-w64-libvpx 1.13.0-1
new upstream release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f59dcb582ec7..ee6a424eb0ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libvpx
pkgdesc = VP8 and VP9 codec (mingw-w64)
- pkgver = 1.12.0
+ pkgver = 1.13.0
pkgrel = 1
url = http://www.webmproject.org/
arch = any
@@ -12,7 +12,7 @@ pkgbase = mingw-w64-libvpx
options = !strip
options = !buildflags
options = staticlibs
- source = git+https://chromium.googlesource.com/webm/libvpx#tag=03265cd42b3783532de72f2ded5436652e6f5ce3
+ source = git+https://chromium.googlesource.com/webm/libvpx#tag=d6eb9696aa72473c1a11d34d928d35a3acc0c9a9
source = configure.patch
sha256sums = SKIP
sha256sums = 24861b8d90eee9a5a953807b002ea05b86769df668b5a72a0b6e95f10969c3b6
diff --git a/PKGBUILD b/PKGBUILD
index c892f131f36e..ef581cd71649 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Karl-Felix Glatzer <karl.glatzer@gmx.de>
pkgname=mingw-w64-libvpx
-pkgver=1.12.0
+pkgver=1.13.0
pkgrel=1
pkgdesc="VP8 and VP9 codec (mingw-w64)"
arch=('any')
@@ -9,7 +9,7 @@ license=('BSD')
depends=('mingw-w64-crt')
options=(!strip !buildflags staticlibs)
makedepends=('mingw-w64-gcc' 'yasm' 'git')
-_tag=03265cd42b3783532de72f2ded5436652e6f5ce3
+_tag=d6eb9696aa72473c1a11d34d928d35a3acc0c9a9
source=(git+https://chromium.googlesource.com/webm/libvpx#tag=${_tag}
'configure.patch')
sha256sums=('SKIP'