package/ccache: bump version to 3.7.9
authorBernd Kuhls <bernd.kuhls@t-online.de>
Tue, 14 Apr 2020 16:32:43 +0000 (18:32 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 15 Apr 2020 19:42:29 +0000 (21:42 +0200)
Release notes: https://ccache.dev/releasenotes.html#_ccache_3_7_9

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 3b9dac28b6336a7b51107d26929304580ea1a6cb..0bd00e07d0de4b886abb1aa0123ced68be0938a6 100644 (file)
@@ -1,4 +1,4 @@
 # sha256 computed locally
-sha256  99ea7b8fc34fdd5dc628169f452086c1f4d8ca3a1e52bd484fbdef3516893672  ccache-3.7.8.tar.xz
+sha256  f893da7543bfb9172bd55e603fcbdfcd83e6def176a28689c13235695b4cf44b  ccache-3.7.9.tar.xz
 sha256  ec6b1a326ff93b2cc21df88a697ae470ff6927a55b8929e7e491b315e1563361  GPL-3.0.txt
 sha256  4f63223bcdee822d55a6768cc8399ffe06401d7a03cfe79e1dc305f50dc22c59  LICENSE.adoc
index 1e8b9b7c252c466103c2f537abe6fcbaaf89ff44..276665c3fc3cc817f9b8c014aada2ab8fa8025ba 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-CCACHE_VERSION = 3.7.8
+CCACHE_VERSION = 3.7.9
 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