ccache: update to 3.1.7.
This commit is contained in:
parent
3c33fae3d9
commit
8442a082c3
1 changed files with 2 additions and 3 deletions
|
@ -1,14 +1,13 @@
|
||||||
# Template file for 'ccache'
|
# Template file for 'ccache'
|
||||||
pkgname=ccache
|
pkgname=ccache
|
||||||
version=3.1.6
|
version=3.1.7
|
||||||
revision=3
|
|
||||||
distfiles="http://samba.org/ftp/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="http://samba.org/ftp/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="compiler cache"
|
short_desc="compiler cache"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://cache.samba.org"
|
homepage="http://cache.samba.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=1e333149f30671499513e22fb6ec41c485003cad82802fb4c064fa219194ebf3
|
checksum=4931aab14fb1f824b7d349a4366861a82ac19090097e9960f15a0ac8762b4941
|
||||||
long_desc="
|
long_desc="
|
||||||
ccache is a compiler cache. It speeds up recompilation by caching previous
|
ccache is a compiler cache. It speeds up recompilation by caching previous
|
||||||
compilations and detecting when the same compilation is being done again.
|
compilations and detecting when the same compilation is being done again.
|
||||||
|
|
Loading…
Reference in a new issue