diff options
author | DENG Qingfang <dengqf6@mail2.sysu.edu.cn> | 2019-11-24 20:27:53 +0800 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2019-11-24 21:48:54 +0100 |
commit | 3f5cf3872d078ca50849e08db3890718624bd0fb (patch) | |
tree | a7133b935059fe9b55692f02aa686c541e421253 /tools/ccache/Makefile | |
parent | 7c8f74c7c0fe3499c1c6d439eef20686e573e703 (diff) | |
download | upstream-3f5cf3872d078ca50849e08db3890718624bd0fb.tar.gz upstream-3f5cf3872d078ca50849e08db3890718624bd0fb.tar.bz2 upstream-3f5cf3872d078ca50849e08db3890718624bd0fb.zip |
ccache: update to 3.7.6
Update ccache to 3.7.6
Release notes:
https://ccache.dev/releasenotes.html#_ccache_3_7_6
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
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 a29474c02b..50a1a412a8 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:=3.7.4 +PKG_VERSION:=3.7.6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/ccache/ccache/releases/download/v$(PKG_VERSION) -PKG_HASH:=04c0af414b8cf89e541daed59735547fbfd323b1aaa983da0216f6b6731e6836 +PKG_HASH:=73e2633ac9bca387b5a39c72a8f85634670c4091dab639228c433898163c86c0 include $(INCLUDE_DIR)/host-build.mk |