diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-29 09:24:28 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-29 09:24:28 +0000 |
commit | 3d05dd60b958397347606263f1ef03d387fdf495 (patch) | |
tree | 0cb94c0b0037ab80082044589d453924b7f70014 | |
parent | 1287669e944b94f606a5204c91b86803c7b108c6 (diff) | |
download | aports-3d05dd60b958397347606263f1ef03d387fdf495.tar.bz2 aports-3d05dd60b958397347606263f1ef03d387fdf495.tar.xz |
main/ccache: rebuild with i586-alpine-linux-musl
to fix i486-alpine-linux-musl-* symlinks
-rw-r--r-- | main/ccache/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ccache/APKBUILD b/main/ccache/APKBUILD index 17a8892c19..b9685d19ea 100644 --- a/main/ccache/APKBUILD +++ b/main/ccache/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=ccache pkgver=3.2.2 -pkgrel=0 +pkgrel=1 pkgdesc="A fast C/C++ compiler cache" url="http://ccache.samba.org/" arch="all" |