summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2020-10-20 16:44:02 +0200
committerNicola Murino2020-10-20 16:44:02 +0200
commitb1b1adc6f38ac24a6632c1535f30b1df4f93bcd6 (patch)
treedd3f4b8ebdf1dcb5752c9e690e6674f752c68e19
parent570c895781e1c64c8d4dc672244e0dba487484f2 (diff)
downloadaur-b1b1adc6f38ac24a6632c1535f30b1df4f93bcd6.tar.gz
Update to 1.18.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9417051590ee..5f4ed4e19f85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-gst-plugins-good
pkgdesc = GStreamer Multimedia Framework Good Plugins (mingw-w64)
- pkgver = 1.16.2
+ pkgver = 1.18.0
pkgrel = 1
url = http://gstreamer.freedesktop.org/
arch = any
@@ -32,8 +32,8 @@ pkgbase = mingw-w64-gst-plugins-good
options = !strip
options = !buildflags
options = staticlibs
- source = http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.16.2.tar.xz
- sha256sums = 40bb3bafda25c0b739c8fc36e48380fccf61c4d3f83747e97ac3f9b0171b1319
+ source = http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.18.0.tar.xz
+ sha256sums = 6329bc377a3afea5cf1ab329a91cc4a906f075781780d1edc59e8bea8c1a8bac
pkgname = mingw-w64-gst-plugins-good
diff --git a/PKGBUILD b/PKGBUILD
index 2955834ffc44..139ac46af92a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-gst-plugins-good
-pkgver=1.16.2
+pkgver=1.18.0
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=('40bb3bafda25c0b739c8fc36e48380fccf61c4d3f83747e97ac3f9b0171b1319')
+sha256sums=('6329bc377a3afea5cf1ab329a91cc4a906f075781780d1edc59e8bea8c1a8bac')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"