diff options
Diffstat (limited to 'main/ccache')
-rw-r--r-- | main/ccache/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/ccache/APKBUILD b/main/ccache/APKBUILD index 89ea14bc46..8f63335610 100644 --- a/main/ccache/APKBUILD +++ b/main/ccache/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=ccache -pkgver=3.1.5 +pkgver=3.1.6 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="b1a9684828eae68382d6afc98ce80d24 ccache-3.1.5.tar.gz" +md5sums="e6565e7d6c95d1e35b7a0d67e39901e8 ccache-3.1.6.tar.gz" |