summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2022-06-30 18:53:29 +0200
committerkfg2022-06-30 18:53:29 +0200
commitcf75ca6eb4e6b2ae0708d15167eeb34093456a53 (patch)
tree984bf92b1af50b80b2ec115e940236b01f602b3d
parente9f813e4bf35d118c335ab8a856bf891789e695a (diff)
downloadaur-cf75ca6eb4e6b2ae0708d15167eeb34093456a53.tar.gz
upgpkg: mingw-w64-libvpx 1.12.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 154ae7b20a2f..f59dcb582ec7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libvpx
pkgdesc = VP8 and VP9 codec (mingw-w64)
- pkgver = 1.11.0
+ pkgver = 1.12.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=626ff35955c2c35b806b3e0ecf551a1a8611cdbf
+ source = git+https://chromium.googlesource.com/webm/libvpx#tag=03265cd42b3783532de72f2ded5436652e6f5ce3
source = configure.patch
sha256sums = SKIP
sha256sums = 24861b8d90eee9a5a953807b002ea05b86769df668b5a72a0b6e95f10969c3b6
diff --git a/PKGBUILD b/PKGBUILD
index 998e4b0a6c7b..c892f131f36e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Karl-Felix Glatzer <karl.glatzer@gmx.de>
pkgname=mingw-w64-libvpx
-pkgver=1.11.0
+pkgver=1.12.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=626ff35955c2c35b806b3e0ecf551a1a8611cdbf
+_tag=03265cd42b3783532de72f2ded5436652e6f5ce3
source=(git+https://chromium.googlesource.com/webm/libvpx#tag=${_tag}
'configure.patch')
sha256sums=('SKIP'