summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2020-11-27 10:16:15 +0100
committerNicola Murino2020-11-27 10:16:15 +0100
commitd5e242a185818198502b06c864f824e46b59005c (patch)
treec81dbd8e9ac81791822d92f591d0f2b62c7bf0be
parentefbfee95a4221dde2343965718ce198f64f8c42f (diff)
downloadaur-d5e242a185818198502b06c864f824e46b59005c.tar.gz
Update to 1.18.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00c841f67d6d..601b2ae1bce7 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.18.0
+ pkgver = 1.18.1
pkgrel = 1
url = http://gstreamer.freedesktop.org/
arch = any
@@ -14,8 +14,8 @@ 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.18.0.tar.xz
- sha256sums = 686644e45e08258ae240c4519376668ad8d34ea6d0f6ab556473c317bfb7e082
+ source = http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.18.1.tar.xz
+ sha256sums = 18cd6cb829eb9611ca63cbcbf46aca0f0de1dd28b2df18caa2834326a75ff725
pkgname = mingw-w64-gst-plugins-ugly
diff --git a/PKGBUILD b/PKGBUILD
index 32a1b92a523e..4d6226dc0e9c 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.18.0
+pkgver=1.18.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=('686644e45e08258ae240c4519376668ad8d34ea6d0f6ab556473c317bfb7e082')
+sha256sums=('18cd6cb829eb9611ca63cbcbf46aca0f0de1dd28b2df18caa2834326a75ff725')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"