package/ccache: bump version to 3.7.5
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 26 Oct 2019 19:32:43 +0000 (21:32 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 27 Oct 2019 09:18:16 +0000 (10:18 +0100)
Release notes:
https://ccache.dev/releasenotes.html#_ccache_3_7_5

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/ccache/ccache.hash
package/ccache/ccache.mk

index 5b93c2ef8aabf360278aa346e9512e2eb6b0c873..5bbc8edb11b13f0664097633d52a7c1976e4025e 100644 (file)
@@ -1,4 +1,4 @@
 # sha256 computed locally
-sha256  04c0af414b8cf89e541daed59735547fbfd323b1aaa983da0216f6b6731e6836  ccache-3.7.4.tar.xz
+sha256  e51c611a3da865754cb0ff1ddd95bd7a6acac603576c0bd39583f8cc30af28d2  ccache-3.7.5.tar.xz
 sha256  ec6b1a326ff93b2cc21df88a697ae470ff6927a55b8929e7e491b315e1563361  GPL-3.0.txt
 sha256  d36644184e3fd668d10fbb292b58da3f2fe473d5109534a17e32339e0b372e99  LICENSE.adoc
index 47735850b1369504d346e09ba41d10bb8822d733..51fbf202f364a286936774b90c449a831da8cac1 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-CCACHE_VERSION = 3.7.4
+CCACHE_VERSION = 3.7.5
 CCACHE_SITE = https://github.com/ccache/ccache/releases/download/v$(CCACHE_VERSION)
 CCACHE_SOURCE = ccache-$(CCACHE_VERSION).tar.xz
 CCACHE_LICENSE = GPL-3.0+, others