diff options
author | Nick Hainke <vincent@systemli.org> | 2022-08-28 15:00:54 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2022-09-27 18:22:31 +0200 |
commit | 83ea2e11b4b7872642bc7ac587361ccd783308f2 (patch) | |
tree | 73c4a2370f4ed7b84146ea512c338815ed000118 /tools/ccache/Makefile | |
parent | ac61cf596cc4cdfb93981361b093c1d97e4a1b96 (diff) | |
download | upstream-83ea2e11b4b7872642bc7ac587361ccd783308f2.tar.gz upstream-83ea2e11b4b7872642bc7ac587361ccd783308f2.tar.bz2 upstream-83ea2e11b4b7872642bc7ac587361ccd783308f2.zip |
ccache: update to 4.6.3
Release Notes:
https://ccache.dev/releasenotes.html#_ccache_4_6_3
Refresh patch:
- 100-honour-copts.patch
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools/ccache/Makefile')
-rw-r--r-- | tools/ccache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ccache/Makefile b/tools/ccache/Makefile index 8c95fc6a50..0cf528bb5f 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.6.2 +PKG_VERSION:=4.6.3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/ccache/ccache/releases/download/v$(PKG_VERSION) -PKG_HASH:=789a2435d7fde2eaef5ec7b3ecf2366e546f764253e9999fdf008d2dd7f3b10c +PKG_HASH:=1e3a251bb112632553b8255a78661fe526c3a16598496d51128c32b218fd8b22 include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/cmake.mk |