mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 13:18:36 -09:00
package/ccache: bump version to 4.13.6
https://ccache.dev/releasenotes.html#_ccache_4_13_6 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
ea67c920a9
commit
256eb4b881
@@ -1,5 +1,5 @@
|
||||
# From https://github.com/ccache/ccache/releases/tag/v4.13.5
|
||||
sha256 7a8945f4ac7d4bb79c0055cd3db7857a6934c2b7ab3d80bb11a0f5271e36fd94 ccache-4.13.5.tar.xz
|
||||
# From https://github.com/ccache/ccache/releases/tag/v4.13.6
|
||||
sha256 a7de667ca08cf67c3c8af9f213f6aa701a1188a2b3163fb74483858ce5e79fbb ccache-4.13.6.tar.xz
|
||||
# sha256 computed locally
|
||||
sha256 80b5112739a423dfac7bed1ca8a1df3cccda3d794425441997d4462b83db4dd5 GPL-3.0.txt
|
||||
sha256 072c40891d4ec8e1bcc93420031ebbbeb90b8f2c49fcd7c872d1bb05564c345c LICENSE.adoc
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CCACHE_VERSION = 4.13.5
|
||||
CCACHE_VERSION = 4.13.6
|
||||
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