From: Gustavo Zacarias Date: Mon, 11 Apr 2016 18:12:28 +0000 (-0300) Subject: gvfs: bump to version 1.28.1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d06e0c6af03c9b17934072ef9a3b5b7982a49bfc;p=buildroot.git gvfs: bump to version 1.28.1 Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- diff --git a/package/gvfs/gvfs.hash b/package/gvfs/gvfs.hash index 38afe7b5b3..66411c14bb 100644 --- a/package/gvfs/gvfs.hash +++ b/package/gvfs/gvfs.hash @@ -1,2 +1,2 @@ -# From http://ftp.gnome.org/pub/GNOME/sources/gvfs/1.28/gvfs-1.28.0.sha256sum -sha256 cf72fc0adf0ca702ead5b3fab3c1fa46b09678eb7c1290de7e30bb7cbaf5f704 gvfs-1.28.0.tar.xz +# From http://ftp.gnome.org/pub/GNOME/sources/gvfs/1.28/gvfs-1.28.1.sha256sum +sha256 4ecfe5ac35c1b3e61d6abddc98902b6c7faf243308c60b165f01990783f17999 gvfs-1.28.1.tar.xz diff --git a/package/gvfs/gvfs.mk b/package/gvfs/gvfs.mk index f63d9dc7f2..5bf35fcc50 100644 --- a/package/gvfs/gvfs.mk +++ b/package/gvfs/gvfs.mk @@ -5,7 +5,7 @@ ################################################################################ GVFS_VERSION_MAJOR = 1.28 -GVFS_VERSION = $(GVFS_VERSION_MAJOR).0 +GVFS_VERSION = $(GVFS_VERSION_MAJOR).1 GVFS_SOURCE = gvfs-$(GVFS_VERSION).tar.xz GVFS_SITE = http://ftp.gnome.org/pub/GNOME/sources/gvfs/$(GVFS_VERSION_MAJOR) GVFS_INSTALL_STAGING = YES