diff options
author | Peter Seiderer <ps.report@gmx.net> | 2015-10-07 23:30:00 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-10-12 22:36:52 +0200 |
commit | 5f54f33ce035e39cb1d8d16b330d47534a296375 (patch) | |
tree | 508ca6976064740f71978881dce0acdd217a63aa | |
parent | b2d7106218f40dc4ece618477b9e16abb06eaad2 (diff) | |
download | buildroot-5f54f33ce035e39cb1d8d16b330d47534a296375.tar.gz buildroot-5f54f33ce035e39cb1d8d16b330d47534a296375.zip |
gst1-plugins-base: 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-base/gst1-plugins-base.hash | 4 | ||||
-rw-r--r-- | package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.hash b/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.hash index 4d5d63b7ae..46e2791c05 100644 --- a/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.hash +++ b/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.hash @@ -1,2 +1,2 @@ -# From http://lists.freedesktop.org/archives/gstreamer-devel/2014-December/050904.html -sha256 77bd8199e7a312d3d71de9b7ddf761a3b78560a2c2a80829d0815ca39cbd551d gst-plugins-base-1.4.5.tar.xz +# From http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.6.0.tar.xz.sha256sum +sha256 314fd1b707f65caf8eb6164d9422fc51e2b220a890ccd2de6ec03a2883d77231 gst-plugins-base-1.6.0.tar.xz diff --git a/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk b/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk index 9c833fc0e2..08ebe03b24 100644 --- a/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk +++ b/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk @@ -4,7 +4,7 @@ # ################################################################################ -GST1_PLUGINS_BASE_VERSION = 1.4.5 +GST1_PLUGINS_BASE_VERSION = 1.6.0 GST1_PLUGINS_BASE_SOURCE = gst-plugins-base-$(GST1_PLUGINS_BASE_VERSION).tar.xz GST1_PLUGINS_BASE_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-base GST1_PLUGINS_BASE_INSTALL_STAGING = YES |