ccache: bump to version 3.3.5
authorMark Hirota <markhirota@gmail.com>
Sat, 27 Jan 2018 01:08:43 +0000 (17:08 -0800)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 27 Jan 2018 09:04:52 +0000 (10:04 +0100)
(Likely) fixes #10536

https://bugs.buildroot.org/show_bug.cgi?id=10536

Signed-off-by: Mark Hirota <markhirota@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/ccache/ccache.hash
package/ccache/ccache.mk

index 535457263888cb5aa8a47387e9741ac39bc5296d..c22394b13bf3d33549da10b4e75c231b118e83df 100644 (file)
@@ -1,2 +1,3 @@
 # Verified key https://samba.org/ftp/ccache/ccache-3.3.4.tar.xz.asc - sha256 computed locally
 sha256  24f15bf389e38c41548c9c259532187774ec0cb9686c3497bbb75504c8dc404f  ccache-3.3.4.tar.xz
+sha256  190576a6e938760ec8113523e6fd380141117303e90766cc4802e770422b30c6  ccache-3.3.5.tar.xz
index afbec44facd1c388f3ed89245b7a6bde79d40169..552a611f429117b6a8f6eedfdfdc32344d3c5bfa 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-CCACHE_VERSION = 3.3.4
+CCACHE_VERSION = 3.3.5
 CCACHE_SITE = https://www.samba.org/ftp/ccache
 CCACHE_SOURCE = ccache-$(CCACHE_VERSION).tar.xz
 CCACHE_LICENSE = GPL-3.0+, others