ccache: update to 3.7.12 (#5874)

This commit is contained in:
Krishna Kanhaiya 2020-10-01 19:13:55 +05:30 committed by GitHub
parent abb4b52722
commit b0c5a8b749
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.11
TERMUX_PKG_VERSION=3.7.12
TERMUX_PKG_SRCURL=https://github.com/ccache/ccache/releases/download/v$TERMUX_PKG_VERSION/ccache-$TERMUX_PKG_VERSION.tar.xz
TERMUX_PKG_SHA256=8d450208099a4d202bd7df87caaec81baee20ce9dd62da91e9ea7b95a9072f68
TERMUX_PKG_SHA256=a02f4e8360dc6618bc494ca35b0ae21cea080f804a4898eab1ad3fcd108eb400
TERMUX_PKG_DEPENDS="zlib"