ccache: update to 3.3.4
This commit is contained in:
parent
411eb4998d
commit
0022ee78ff
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ccache'
|
||||
pkgname=ccache
|
||||
version=3.3.3
|
||||
revision=3
|
||||
version=3.3.4
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
makedepends="zlib-devel"
|
||||
|
@ -9,8 +9,8 @@ short_desc="A Fast C/C++ Compiler Cache"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://ccache.samba.org"
|
||||
license="GPL-2"
|
||||
distfiles="https://samba.org/ftp/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=2985bc5e32ebe38d2958d508eb54ddcad39eed909489c0c2988035214597ca54
|
||||
distfiles="https://samba.org/ftp/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||
checksum=24f15bf389e38c41548c9c259532187774ec0cb9686c3497bbb75504c8dc404f
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/lib/ccache/bin
|
||||
|
|
Loading…
Reference in a new issue