summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed39cbfc3f4e..da9ec23657e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-gst-plugins-base
pkgdesc = GStreamer Multimedia Framework Base Plugins (mingw-w64)
- pkgver = 1.22.10
+ pkgver = 1.24.1
pkgrel = 1
url = http://gstreamer.freedesktop.org/
arch = any
@@ -23,7 +23,7 @@ pkgbase = mingw-w64-gst-plugins-base
options = !strip
options = !buildflags
options = staticlibs
- source = http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.22.10.tar.xz
- sha256sums = 843a3a2da28e1ee6aeea56dd2be9bffcc3b4bbcd0f974eba4abfc3aa31f0399c
+ source = http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.24.1.tar.xz
+ sha256sums = 884045d1d7c5d6bb8605e45c7ee0e9f1341888e81c2b7c42dff52bb98ede8ec3
pkgname = mingw-w64-gst-plugins-base
diff --git a/PKGBUILD b/PKGBUILD
index 2595079909c0..1fc935572031 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-gst-plugins-base
-pkgver=1.22.10
+pkgver=1.24.1
pkgrel=1
pkgdesc="GStreamer Multimedia Framework Base Plugins (mingw-w64)"
arch=(any)
@@ -18,7 +18,7 @@ optdepends=(
options=('!strip' '!buildflags' 'staticlibs')
source=("${url}src/gst-plugins-base/gst-plugins-base-${pkgver}.tar.xz")
-sha256sums=('843a3a2da28e1ee6aeea56dd2be9bffcc3b4bbcd0f974eba4abfc3aa31f0399c')
+sha256sums=('884045d1d7c5d6bb8605e45c7ee0e9f1341888e81c2b7c42dff52bb98ede8ec3')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"