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 f66344cc0..ed56c1762 100644 --- a/main/ccache/APKBUILD +++ b/main/ccache/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=ccache -pkgver=3.1 +pkgver=3.1.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="fb5e321d82dbb438347289f24ce6e46c ccache-3.1.tar.gz" +md5sums="b9132d867286f0184b8f6c5bb84e3865 ccache-3.1.1.tar.gz" |