summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2022-03-16 13:24:42 +0100
committerNicola Murino2022-03-16 13:24:42 +0100
commit00cbf16a988089926d5660e9281f4b793907c5f2 (patch)
treec3966ea21a892c4f403bac1d4d4296d2042db09f
parent243d62b8c1f157b23f6f86ebde535056c0447d22 (diff)
downloadaur-00cbf16a988089926d5660e9281f4b793907c5f2.tar.gz
Update to 1.20.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cb7472ba447..446073042a68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-gst-plugins-ugly
pkgdesc = GStreamer Multimedia Framework Ugly Plugins (mingw-w64)
- pkgver = 1.20.0
+ pkgver = 1.20.1
pkgrel = 1
url = http://gstreamer.freedesktop.org/
arch = any
@@ -14,7 +14,7 @@ pkgbase = mingw-w64-gst-plugins-ugly
options = !strip
options = !buildflags
options = staticlibs
- source = http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.20.0.tar.xz
- sha256sums = 4e8dcb5d26552f0a4937f6bc6279bd9070f55ca6ae0eaa32d72d264c44001c2e
+ source = http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.20.1.tar.xz
+ sha256sums = 42035145e29983308d2828207bb4ef933ed0407bb587fb3a569738c6a57fdb19
pkgname = mingw-w64-gst-plugins-ugly
diff --git a/PKGBUILD b/PKGBUILD
index 80ebf090a125..8df827cf9948 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-gst-plugins-ugly
-pkgver=1.20.0
+pkgver=1.20.1
pkgrel=1
pkgdesc="GStreamer Multimedia Framework Ugly Plugins (mingw-w64)"
arch=(any)
@@ -16,7 +16,7 @@ optdepends=(
options=('!strip' '!buildflags' 'staticlibs')
source=(${url}src/gst-plugins-ugly/gst-plugins-ugly-${pkgver}.tar.xz)
-sha256sums=('4e8dcb5d26552f0a4937f6bc6279bd9070f55ca6ae0eaa32d72d264c44001c2e')
+sha256sums=('42035145e29983308d2828207bb4ef933ed0407bb587fb3a569738c6a57fdb19')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"