package/ccache: bump to version 3.7.11

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Francois Perrad 2020-09-07 22:09:07 +02:00 committed by Thomas Petazzoni
parent 20e000161e
commit 8519994cde
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# sha256 computed locally
sha256 0c9566d8eafaec2c5e5c0d9a91e921c858fcf349284a105ab524407b9b54ed28 ccache-3.7.10.tar.xz
sha256 8d450208099a4d202bd7df87caaec81baee20ce9dd62da91e9ea7b95a9072f68 ccache-3.7.11.tar.xz
sha256 ec6b1a326ff93b2cc21df88a697ae470ff6927a55b8929e7e491b315e1563361 GPL-3.0.txt
sha256 4f63223bcdee822d55a6768cc8399ffe06401d7a03cfe79e1dc305f50dc22c59 LICENSE.adoc

View File

@ -4,7 +4,7 @@
#
################################################################################
CCACHE_VERSION = 3.7.10
CCACHE_VERSION = 3.7.11
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