package/ccache: bump to version 3.7.4
- Update CCACHE_SITE to github. - The hash of the license file is updated. There were two changes: * The reference to the credits.html file changed from ccache.samba.org to ccache.dev * The MIT license text for minitrace.[ch] was added, but it doesn't change the fact that the whole is under GPL-3.0, and we anyway already had "GPL-3.0, others" in CCACHE_LICENSE Signed-off-by: Asaf Kahlon <asafka7@gmail.com> [Thomas: update the license file hash] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
8103460aa1
commit
f106a31654
@ -1,4 +1,4 @@
|
||||
# sha256 computed locally
|
||||
sha256 a6b129576328fcefad00cb72035bc87bc98b6a76aec0f4b59bed76d67a399b1f ccache-3.6.tar.xz
|
||||
sha256 04c0af414b8cf89e541daed59735547fbfd323b1aaa983da0216f6b6731e6836 ccache-3.7.4.tar.xz
|
||||
sha256 ec6b1a326ff93b2cc21df88a697ae470ff6927a55b8929e7e491b315e1563361 GPL-3.0.txt
|
||||
sha256 2af7b3ec0ea737e1542e58db016122f6d75df9ea3b4f00c8151ecfef7040b39b LICENSE.adoc
|
||||
sha256 d36644184e3fd668d10fbb292b58da3f2fe473d5109534a17e32339e0b372e99 LICENSE.adoc
|
||||
|
@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CCACHE_VERSION = 3.6
|
||||
CCACHE_SITE = https://www.samba.org/ftp/ccache
|
||||
CCACHE_VERSION = 3.7.4
|
||||
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
|
||||
CCACHE_LICENSE_FILES = LICENSE.adoc GPL-3.0.txt
|
||||
|
Loading…
Reference in New Issue
Block a user