ccache: Update from 3.7.2 to 3.7.3

This commit is contained in:
Fredrik Fornwall 2019-08-18 22:02:16 +02:00
parent d896610bdd
commit 87e3445d4a
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.2
TERMUX_PKG_VERSION=3.7.3
TERMUX_PKG_SRCURL=https://github.com/ccache/ccache/releases/download/v$TERMUX_PKG_VERSION/ccache-$TERMUX_PKG_VERSION.tar.xz
TERMUX_PKG_SHA256=a5da0008512ff9e882097acaffb3616fae98ec25827167bb4bd1e4acf0b66793
TERMUX_PKG_SHA256=73d2ec69fcf4fd3b956304036974a779b443d88882b69c5d81b62b5dc8630e04
TERMUX_PKG_DEPENDS="zlib"