summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2022-08-05 15:22:07 +0200
committerNicola Murino2022-08-05 15:22:07 +0200
commitd8823eb77af6d6c7f918ed8ef26c41cc0f229c02 (patch)
tree47559dece966108264b63cb456f01df98965fa9f
parent5f1c7a82047f36667ccc36ddccfad9efeabff97d (diff)
downloadaur-d8823eb77af6d6c7f918ed8ef26c41cc0f229c02.tar.gz
Update to 2.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be1543ff21e0..2d0a9fb3d96a 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.2.0
+ pkgver = 2.3.0
pkgrel = 1
url = http://www.openh264.org/
arch = any
@@ -11,7 +11,7 @@ pkgbase = mingw-w64-openh264
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/cisco/openh264/archive/v2.2.0.tar.gz
- sha256sums = e4e5c8ba48e64ba6ce61e8b6e2b76b2d870c74c270147649082feabb40f25905
+ source = https://github.com/cisco/openh264/archive/v2.3.0.tar.gz
+ sha256sums = 99b0695272bee73a3b3a5fcb1afef462c11a142d1dc35a2c61fef5a4b7d60bc0
pkgname = mingw-w64-openh264
diff --git a/PKGBUILD b/PKGBUILD
index 3e09f4e3a7a7..b21b08beddbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-openh264
-pkgver=2.2.0
+pkgver=2.3.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=('e4e5c8ba48e64ba6ce61e8b6e2b76b2d870c74c270147649082feabb40f25905')
+sha256sums=('99b0695272bee73a3b3a5fcb1afef462c11a142d1dc35a2c61fef5a4b7d60bc0')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"