diff options
author | Peter Seiderer <ps.report@gmx.net> | 2015-10-07 23:30:02 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-10-12 22:36:58 +0200 |
commit | ef8b3c0fad13fcc39dac1fab64ee28e06074bfc9 (patch) | |
tree | 4638afa9a6ec621d7ca9fef89f699904fc081521 | |
parent | f91f5025b5bb192dce35f47de1e10cf24474946e (diff) | |
download | buildroot-ef8b3c0fad13fcc39dac1fab64ee28e06074bfc9.tar.gz buildroot-ef8b3c0fad13fcc39dac1fab64ee28e06074bfc9.zip |
gst1-plugins-bad: bump version to 1.6.0
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.hash | 4 | ||||
-rw-r--r-- | package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.hash b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.hash index d2322d301f..9f4004839f 100644 --- a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.hash +++ b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.hash @@ -1,2 +1,2 @@ -# From http://lists.freedesktop.org/archives/gstreamer-devel/2014-December/050904.html -sha256 152fad7250683d72f9deb36c5685428338365fe4a4c87ffe15e38783b14f983c gst-plugins-bad-1.4.5.tar.xz +# From http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.6.0.tar.xz.sha256sum +sha256 d8ff26128d4ecd2ffeb28e14843808d2d971b09056b7cee6f08afcae01fc0f49 gst-plugins-bad-1.6.0.tar.xz diff --git a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk index ee936fe703..2fbd49bc5b 100644 --- a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk +++ b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk @@ -4,7 +4,7 @@ # ################################################################################ -GST1_PLUGINS_BAD_VERSION = 1.4.5 +GST1_PLUGINS_BAD_VERSION = 1.6.0 GST1_PLUGINS_BAD_SOURCE = gst-plugins-bad-$(GST1_PLUGINS_BAD_VERSION).tar.xz GST1_PLUGINS_BAD_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-bad GST1_PLUGINS_BAD_LICENSE_FILES = COPYING COPYING.LIB |