[openwrt/openwrt] tools/ccache: update to 4.7.2
LEDE Commits
lede-commits at lists.infradead.org
Mon Oct 31 14:12:12 PDT 2022
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/7fd764dc5225e853e732cc091533dbaee6dc5419
commit 7fd764dc5225e853e732cc091533dbaee6dc5419
Author: Raihaan Shouhell <raihaanhimself at gmail.com>
AuthorDate: Mon Oct 31 11:16:57 2022 +0800
tools/ccache: update to 4.7.2
Release Notes:
https://ccache.dev/releasenotes.html#_ccache_4_7_2
Signed-off-by: Raihaan Shouhell <raihaanhimself at gmail.com>
---
tools/ccache/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/ccache/Makefile b/tools/ccache/Makefile
index 4a009d9765..6d92c2f141 100644
--- a/tools/ccache/Makefile
+++ b/tools/ccache/Makefile
@@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/target.mk
PKG_NAME:=ccache
-PKG_VERSION:=4.7.1
+PKG_VERSION:=4.7.2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/ccache/ccache/releases/download/v$(PKG_VERSION)
-PKG_HASH:=04ccc746524cb7fb914ccdfc66e7c54504204afee0e270ac75e8f66196521b6d
+PKG_HASH:=17ca75a577d49c1e4f2ac86d53126859de52b789cfe85dd532758518db114eaf
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/cmake.mk
More information about the lede-commits
mailing list