diff options
| author | fanquake <[email protected]> | 2015-09-02 22:20:54 +0800 |
|---|---|---|
| committer | fanquake <[email protected]> | 2015-09-03 00:05:35 +0800 |
| commit | 42cf08905f786ebd4acf74ca9d17984d8be0d32d (patch) | |
| tree | db46cfd325d153aa693dffe255270b10c3686352 /depends | |
| parent | depends: bump miniupnpc to 1.9.20150730 (diff) | |
| download | discoin-42cf08905f786ebd4acf74ca9d17984d8be0d32d.tar.xz discoin-42cf08905f786ebd4acf74ca9d17984d8be0d32d.zip | |
depends: bump ccache to 3.2.3
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 745d7a398..317674f79 100644 --- a/depends/packages/native_ccache.mk +++ b/depends/packages/native_ccache.mk @@ -1,8 +1,8 @@ package=native_ccache -$(package)_version=3.2.2 +$(package)_version=3.2.3 $(package)_download_path=http://samba.org/ftp/ccache $(package)_file_name=ccache-$($(package)_version).tar.bz2 -$(package)_sha256_hash=440f5e15141cc72d2bfff467c977020979810eb800882e3437ad1a7153cce7b2 +$(package)_sha256_hash=b07165d4949d107d17f2f84b90b52953617bf1abbf249d5cc20636f43337c98c define $(package)_set_vars $(package)_config_opts= |