mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/ccache: bump version to 4.13.3
https://ccache.dev/releasenotes.html#_ccache_4_13_3 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
188fad7af1
commit
4f08987479
@@ -1,5 +1,5 @@
|
||||
# From https://github.com/ccache/ccache/releases/tag/v4.13.2
|
||||
sha256 4a0d835f1b3fd7e2ac58a511718bbc902532941f377f7990a3d33b5cf8733ba6 ccache-4.13.2.tar.xz
|
||||
# From https://github.com/ccache/ccache/releases/tag/v4.13.3
|
||||
sha256 1aefc18ba43c237723d224eeecfe47fd0fc7d3c93ccdda31a619b8eb90c3e470 ccache-4.13.3.tar.xz
|
||||
# sha256 computed locally
|
||||
sha256 80b5112739a423dfac7bed1ca8a1df3cccda3d794425441997d4462b83db4dd5 GPL-3.0.txt
|
||||
sha256 072c40891d4ec8e1bcc93420031ebbbeb90b8f2c49fcd7c872d1bb05564c345c LICENSE.adoc
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CCACHE_VERSION = 4.13.2
|
||||
CCACHE_VERSION = 4.13.3
|
||||
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