diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2014-12-07 23:08:37 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-12-08 08:53:38 +0100 |
commit | 938ec17be25ac3b0f4285cce5e900b414e13f79c (patch) | |
tree | 6f3f6c210fe2bf81afea9a3ced644112e995c6ea | |
parent | 62f7a99c38e35eaf1daf15ced9fda0578852b208 (diff) | |
download | buildroot-938ec17be25ac3b0f4285cce5e900b414e13f79c.tar.gz buildroot-938ec17be25ac3b0f4285cce5e900b414e13f79c.zip |
gst1-plugins-base: bump version
Signed-off-by: Peter Korsgaard <peter@korsgaard.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 0c8bdad4a9..84c003cf28 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-announce/2014-September/000329.html -sha256 f7b4d2b3ba2bcac485896e2c1c36459cb091ebe8b49e91635c27d40f66792d9d gst-plugins-base-1.4.3.tar.xz +# From http://lists.freedesktop.org/archives/gstreamer-devel/2014-November/050375.html +sha256 49cd9e8f23c416b1607b43837a09833fa03e0106929d81ead2ddfde6c0ade44b gst-plugins-base-1.4.4.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 15368a2dc4..35c95a6096 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.3 +GST1_PLUGINS_BASE_VERSION = 1.4.4 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 |