diff options
Diffstat (limited to 'main/ccache/APKBUILD')
-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 5f97d1c32..89ea14bc4 100644 --- a/main/ccache/APKBUILD +++ b/main/ccache/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=ccache -pkgver=3.1.4 +pkgver=3.1.5 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="d43a8fbe83767978098ba7f8ee25d3d1 ccache-3.1.4.tar.gz" +md5sums="b1a9684828eae68382d6afc98ce80d24 ccache-3.1.5.tar.gz" |