ccache: update to 3.7.9

This commit is contained in:
Leonid Pliushch 2020-03-29 22:02:35 +03:00
parent 1fed1baaf1
commit ac04f412cc
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,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_VERSION=3.7.8
TERMUX_PKG_VERSION=3.7.9
TERMUX_PKG_SRCURL=https://github.com/ccache/ccache/releases/download/v$TERMUX_PKG_VERSION/ccache-$TERMUX_PKG_VERSION.tar.xz
TERMUX_PKG_SHA256=99ea7b8fc34fdd5dc628169f452086c1f4d8ca3a1e52bd484fbdef3516893672
TERMUX_PKG_SHA256=f893da7543bfb9172bd55e603fcbdfcd83e6def176a28689c13235695b4cf44b
TERMUX_PKG_DEPENDS="zlib"