ccache: update to 3.7.4

This commit is contained in:
Leonid Pliushch 2019-09-18 15:26:06 +03:00
parent e0aecd6284
commit 219a79a437
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://ccache.samba.org
TERMUX_PKG_DESCRIPTION="Compiler cache for fast recompilation of C/C++ code"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="Vishal Biswas @vishalbiswas"
TERMUX_PKG_VERSION=3.7.3
TERMUX_PKG_VERSION=3.7.4
TERMUX_PKG_SRCURL=https://github.com/ccache/ccache/releases/download/v$TERMUX_PKG_VERSION/ccache-$TERMUX_PKG_VERSION.tar.xz
TERMUX_PKG_SHA256=73d2ec69fcf4fd3b956304036974a779b443d88882b69c5d81b62b5dc8630e04
TERMUX_PKG_SHA256=04c0af414b8cf89e541daed59735547fbfd323b1aaa983da0216f6b6731e6836
TERMUX_PKG_DEPENDS="zlib"