mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/ccache: bump version to 4.14
https://ccache.dev/releasenotes.html#_ccache_4_14 Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
d9e8462570
commit
f77c8cf14e
@@ -1,5 +1,5 @@
|
||||
# From https://github.com/ccache/ccache/releases/tag/v4.13.6
|
||||
sha256 a7de667ca08cf67c3c8af9f213f6aa701a1188a2b3163fb74483858ce5e79fbb ccache-4.13.6.tar.xz
|
||||
# From https://github.com/ccache/ccache/releases/tag/v4.14
|
||||
sha256 b093ac5d38204cb4d9f29b0bbd570675aa5a592a78e6675b2c506dbe045234e7 ccache-4.14.tar.xz
|
||||
# sha256 computed locally
|
||||
sha256 80b5112739a423dfac7bed1ca8a1df3cccda3d794425441997d4462b83db4dd5 GPL-3.0.txt
|
||||
sha256 072c40891d4ec8e1bcc93420031ebbbeb90b8f2c49fcd7c872d1bb05564c345c LICENSE.adoc
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CCACHE_VERSION = 4.13.6
|
||||
CCACHE_VERSION = 4.14
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user