package/ccache: bump version to 4.11.3

Release notes: https://ccache.dev/releasenotes.html#_ccache_4_11_3

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2025-06-17 23:03:06 +02:00
committed by Julien Olivain
parent f1adb7952d
commit db0c48f41a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# sha256 computed locally
sha256 319390f276123968cfa565acc3da0b1e18414374b40ff25274230e6860352125 ccache-4.11.2.tar.xz
sha256 d5a340e199977b7b1e89c0add794132c977fdc2ecc7ca5451e03d43627a1b1be ccache-4.11.3.tar.xz
sha256 80b5112739a423dfac7bed1ca8a1df3cccda3d794425441997d4462b83db4dd5 GPL-3.0.txt
sha256 115fd61246934e8581b1ef9263017cae89e61b5f11599d7f7d6b98f69a700e66 LICENSE.adoc

View File

@@ -4,7 +4,7 @@
#
################################################################################
CCACHE_VERSION = 4.11.2
CCACHE_VERSION = 4.11.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