package/ccache: bump version to 4.13.1

https://ccache.dev/releasenotes.html#_ccache_4_13_1

Updated license hash due to copyright year bump:
91a090aa02

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2026-03-11 18:58:11 +01:00
committed by Julien Olivain
parent f9cdca48a5
commit b2ca7b402d
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# From https://github.com/ccache/ccache/releases/tag/v4.12.3
sha256 c8e3ef79531966ecfa05bd1666c483b473df9af00896935cc468cb5ed573c16e ccache-4.12.3.tar.xz
# From https://github.com/ccache/ccache/releases/tag/v4.13.1
sha256 85638df95c4d3907d9dd686583f2e0b2bd4c232d36e025a5c48e91524b491c4b ccache-4.13.1.tar.xz
# sha256 computed locally
sha256 80b5112739a423dfac7bed1ca8a1df3cccda3d794425441997d4462b83db4dd5 GPL-3.0.txt
sha256 afe4bea7c75355e3a1c7bf6eec6f95fab01f2e8116d8e495e5af4c3a45513ae9 LICENSE.adoc
sha256 072c40891d4ec8e1bcc93420031ebbbeb90b8f2c49fcd7c872d1bb05564c345c LICENSE.adoc

View File

@@ -4,7 +4,7 @@
#
################################################################################
CCACHE_VERSION = 4.12.3
CCACHE_VERSION = 4.13.1
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