aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/ccache/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/ccache/APKBUILD b/main/ccache/APKBUILD
index b7eb252eb7..bca01bbc66 100644
--- a/main/ccache/APKBUILD
+++ b/main/ccache/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=ccache
-pkgver=3.0
+pkgver=3.0.1
pkgrel=0
pkgdesc="ccache is a compiler cache"
url="http://ccache.samba.org/"
@@ -33,4 +33,4 @@ package() {
ln -sf /usr/bin/ccache "$pkgdir"/usr/lib/ccache/bin/${CHOST}-cpp
ln -sf /usr/bin/ccache "$pkgdir"/usr/lib/ccache/bin/${CHOST}-c++
}
-md5sums="98145b8ad69a96bf1abf9a52d550e507 ccache-3.0.tar.gz"
+md5sums="15f2449899d9e8dc3aff6b86f97ab63e ccache-3.0.1.tar.gz"