diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2018-01-20 23:52:27 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-01-22 22:28:38 +0100 |
commit | e68a51a938b3927134f0e74a44b95f1ee703c58a (patch) | |
tree | c0191e7c135c3a6a3b9a4838a55f1b60eac34173 | |
parent | 1b86d43d7bf73d6f76f09c9ce70101e47d03712c (diff) | |
download | buildroot-e68a51a938b3927134f0e74a44b95f1ee703c58a.tar.gz buildroot-e68a51a938b3927134f0e74a44b95f1ee703c58a.zip |
gtksourceview: bump to version 3.24.6
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/gtksourceview/gtksourceview.hash | 4 | ||||
-rw-r--r-- | package/gtksourceview/gtksourceview.mk | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/gtksourceview/gtksourceview.hash b/package/gtksourceview/gtksourceview.hash index c6052531b7..feaae5e29f 100644 --- a/package/gtksourceview/gtksourceview.hash +++ b/package/gtksourceview/gtksourceview.hash @@ -1,5 +1,5 @@ -# Hash from: http://ftp.gnome.org/pub/gnome/sources/gtksourceview/3.24/gtksourceview-3.24.5.sha256sum: -sha256 0246185fcc20c4734d01419a83f58f251a82e2a902fe60bb0335187fcf658181 gtksourceview-3.24.5.tar.xz +# Hash from: http://ftp.gnome.org/pub/gnome/sources/gtksourceview/3.24/gtksourceview-3.24.6.sha256sum: +sha256 7aa6bdfebcdc73a763dddeaa42f190c40835e6f8495bb9eb8f78587e2577c188 gtksourceview-3.24.6.tar.xz # Locally computed: sha256 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a COPYING diff --git a/package/gtksourceview/gtksourceview.mk b/package/gtksourceview/gtksourceview.mk index b9bf4a3743..2a33ed4bdb 100644 --- a/package/gtksourceview/gtksourceview.mk +++ b/package/gtksourceview/gtksourceview.mk @@ -5,7 +5,7 @@ ################################################################################ GTKSOURCEVIEW_VERSION_MAJOR = 3.24 -GTKSOURCEVIEW_VERSION = $(GTKSOURCEVIEW_VERSION_MAJOR).5 +GTKSOURCEVIEW_VERSION = $(GTKSOURCEVIEW_VERSION_MAJOR).6 GTKSOURCEVIEW_SOURCE = gtksourceview-$(GTKSOURCEVIEW_VERSION).tar.xz GTKSOURCEVIEW_SITE = \ http://ftp.gnome.org/pub/gnome/sources/gtksourceview/$(GTKSOURCEVIEW_VERSION_MAJOR) |