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 a741fc1943..405e2ef259 100644
--- a/main/ccache/APKBUILD
+++ b/main/ccache/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=ccache
-pkgver=3.1.3
+pkgver=3.1.4
pkgrel=0
pkgdesc="ccache is a compiler cache"
url="http://ccache.samba.org/"
@@ -34,4 +34,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="b952d75e9ca37209d608ea58d84135cd ccache-3.1.3.tar.gz"
+md5sums="d43a8fbe83767978098ba7f8ee25d3d1 ccache-3.1.4.tar.gz"