diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2017-07-04 14:19:12 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-04 17:02:02 +0200 |
commit | 88cf6927f19e587c0c374c5a0e5ebefd4a6d0d92 (patch) | |
tree | 89530e63a72781a3371124c60810b230efb5bb7a | |
parent | 16810f059f030b9a0b8b539e7aba84d169425d60 (diff) | |
download | buildroot-88cf6927f19e587c0c374c5a0e5ebefd4a6d0d92.tar.gz buildroot-88cf6927f19e587c0c374c5a0e5ebefd4a6d0d92.zip |
gst1-plugins-good: bump version to 1.12.1
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/gstreamer1/gst1-plugins-good/gst1-plugins-good.hash | 4 | ||||
-rw-r--r-- | package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.hash b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.hash index ef9f757749..54ad40de48 100644 --- a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.hash +++ b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.hash @@ -1,2 +1,2 @@ -# From http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.12.0.tar.xz.sha256sum -sha256 8a1d734db7338e00c28b794a7f0a5a9e67d1c5c8b0074075b50638207d372ebc gst-plugins-good-1.12.0.tar.xz +# From https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.12.1.tar.xz.sha256sum +sha256 121e8e46a7f0e622f09ec9be012607b89d737dd72d48b0f2f0680821ae2cf54b gst-plugins-good-1.12.1.tar.xz diff --git a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk index febb141cf7..bd56628911 100644 --- a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk +++ b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk @@ -4,7 +4,7 @@ # ################################################################################ -GST1_PLUGINS_GOOD_VERSION = 1.12.0 +GST1_PLUGINS_GOOD_VERSION = 1.12.1 GST1_PLUGINS_GOOD_SOURCE = gst-plugins-good-$(GST1_PLUGINS_GOOD_VERSION).tar.xz GST1_PLUGINS_GOOD_SITE = https://gstreamer.freedesktop.org/src/gst-plugins-good GST1_PLUGINS_GOOD_LICENSE_FILES = COPYING |