summaryrefslogtreecommitdiff
path: root/ccache
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@crux.nu>2011-01-09 12:31:32 +0100
committerTilman Sauerbeck <tilman@crux.nu>2011-01-09 12:31:32 +0100
commitce245177fae4cc95376237f11d0024cc80c4763f (patch)
tree7675c58eddd2d67f104eba73775b8b58ca1a5a3c /ccache
parent432a0271b74a71624cc3b44d6edcb7e3e327f073 (diff)
downloadopt-ce245177fae4cc95376237f11d0024cc80c4763f.tar.gz
opt-ce245177fae4cc95376237f11d0024cc80c4763f.tar.xz
ccache: updated to 3.1.3.
Diffstat (limited to 'ccache')
-rw-r--r--ccache/.md5sum2
-rw-r--r--ccache/Pkgfile8
2 files changed, 5 insertions, 5 deletions
diff --git a/ccache/.md5sum b/ccache/.md5sum
index 7c7b031f2..9b264f5e6 100644
--- a/ccache/.md5sum
+++ b/ccache/.md5sum
@@ -1 +1 @@
-73c1ed1e767c1752dd0f548ec1e66ce7 ccache-2.4.tar.gz
+86c7b41d85787a383628fc888d62021a ccache-3.1.3.tar.xz
diff --git a/ccache/Pkgfile b/ccache/Pkgfile
index 3e25f3ae5..5921c4dbf 100644
--- a/ccache/Pkgfile
+++ b/ccache/Pkgfile
@@ -4,13 +4,13 @@
# URL: http://ccache.samba.org
name=ccache
-version=2.4
-release=2
-source=(http://samba.org/ftp/$name/$name-$version.tar.gz)
+version=3.1.3
+release=1
+source=(http://samba.org/ftp/$name/$name-$version.tar.xz)
build() {
cd $name-$version
- ./configure --prefix=/usr --disable-nls
+ ./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install

Generated by cgit