diff options
author | fanquake <fanquake@gmail.com> | 2018-02-10 09:00:14 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2018-02-15 18:44:44 +0800 |
commit | 61647a4b868f3d798cdac2404de0f474720ba1fa (patch) | |
tree | 6b3788d119e55975fee6dc7ec8b36182c74ed519 /depends | |
parent | 5a10859a80bd571fa3d8fd8b527269f2e6f8488f (diff) |
[depends] ccache 3.4.1
Diffstat (limited to 'depends')
-rw-r--r-- | depends/packages/native_ccache.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/depends/packages/native_ccache.mk b/depends/packages/native_ccache.mk index 966804ce8b..8f4eb22538 100644 --- a/depends/packages/native_ccache.mk +++ b/depends/packages/native_ccache.mk @@ -1,8 +1,8 @@ package=native_ccache -$(package)_version=3.3.4 +$(package)_version=3.4.1 $(package)_download_path=https://samba.org/ftp/ccache $(package)_file_name=ccache-$($(package)_version).tar.bz2 -$(package)_sha256_hash=fa9d7f38367431bc86b19ad107d709ca7ecf1574fdacca01698bdf0a47cd8567 +$(package)_sha256_hash=ca5a01fb4868cdb5176c77b8b4a390be7929a6064be80741217e0686f03f8389 define $(package)_set_vars $(package)_config_opts= |