diff options
author | Nicola Murino | 2022-08-05 15:32:31 +0200 |
---|---|---|
committer | Nicola Murino | 2022-08-05 15:32:31 +0200 |
commit | e63dc167c809b38c8c80d90f6aef1d399af066f5 (patch) | |
tree | 84229c028386ad0719acef8ff87685a83c020a1e /PKGBUILD | |
parent | 1cc0a4b937ef70488b0bf6d90eb8838eaf78f063 (diff) | |
download | aur-e63dc167c809b38c8c80d90f6aef1d399af066f5.tar.gz |
Update to 1.20.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # Maintainer: drakkan <nicola.murino at gmail dot com> pkgname=mingw-w64-gst-plugins-good -pkgver=1.20.2 +pkgver=1.20.3 pkgrel=1 pkgdesc="GStreamer Multimedia Framework Good Plugins (mingw-w64)" arch=(any) @@ -25,7 +25,7 @@ optdepends=( options=('!strip' '!buildflags' 'staticlibs') source=(${url}src/gst-plugins-good/gst-plugins-good-${pkgver}.tar.xz) -sha256sums=('83589007bf002b8f9ef627718f308c16d83351905f0db8e85c3060f304143aae') +sha256sums=('f8f3c206bf5cdabc00953920b47b3575af0ef15e9f871c0b6966f6d0aa5868b7') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" |