summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2022-02-25 18:25:59 +0100
committerNicola Murino2022-02-25 18:25:59 +0100
commit5f1c7a82047f36667ccc36ddccfad9efeabff97d (patch)
tree4dfc8f01f2848d4c018edaa94e1ff5071c9b589d
parent24922c357fd2750f867f57782998c0a034cf77f9 (diff)
downloadaur-5f1c7a82047f36667ccc36ddccfad9efeabff97d.tar.gz
Update to 2.2.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1935ee0612f..be1543ff21e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-openh264
pkgdesc = OpenH264 is a codec library which supports H.264 encoding and decoding (mingw-w64)
- pkgver = 2.1.1
+ pkgver = 2.2.0
pkgrel = 1
url = http://www.openh264.org/
arch = any
@@ -11,8 +11,7 @@ pkgbase = mingw-w64-openh264
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/cisco/openh264/archive/v2.1.1.tar.gz
- sha256sums = af173e90fce65f80722fa894e1af0d6b07572292e76de7b65273df4c0a8be678
+ source = https://github.com/cisco/openh264/archive/v2.2.0.tar.gz
+ sha256sums = e4e5c8ba48e64ba6ce61e8b6e2b76b2d870c74c270147649082feabb40f25905
pkgname = mingw-w64-openh264
-
diff --git a/PKGBUILD b/PKGBUILD
index ccc120136849..3e09f4e3a7a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-openh264
-pkgver=2.1.1
+pkgver=2.2.0
pkgrel=1
pkgdesc="OpenH264 is a codec library which supports H.264 encoding and decoding (mingw-w64)"
arch=(any)
@@ -10,7 +10,7 @@ depends=('mingw-w64-gcc')
makedepends=('nasm' 'mingw-w64-make')
options=(!strip !buildflags staticlibs)
source=("https://github.com/cisco/openh264/archive/v${pkgver}.tar.gz")
-sha256sums=('af173e90fce65f80722fa894e1af0d6b07572292e76de7b65273df4c0a8be678')
+sha256sums=('e4e5c8ba48e64ba6ce61e8b6e2b76b2d870c74c270147649082feabb40f25905')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"