diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-06-06 17:52:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-06-06 17:55:04 +0000 |
commit | 71ee258c3c51aa40342ad30de2e2bad8c5880abc (patch) | |
tree | 185a9b16e6ae2b139c5e09ac8dc1410ba0019a4d /main | |
parent | e56bb3d51c689721ee640072c07233cb9c336f41 (diff) | |
download | aports-71ee258c3c51aa40342ad30de2e2bad8c5880abc.tar.bz2 aports-71ee258c3c51aa40342ad30de2e2bad8c5880abc.tar.xz |
main/make: bump pkgrel
we previously reverted the 4.2-r0, but it may still be in caches. we
bump pkgrel to avoid getting the old version from cache which will cause
signature error.
fixes gliderlabs/docker-alpine#177
Diffstat (limited to 'main')
-rw-r--r-- | main/make/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/make/APKBUILD b/main/make/APKBUILD index cb7761a432..55fc1bea90 100644 --- a/main/make/APKBUILD +++ b/main/make/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=make pkgver=4.2 -pkgrel=0 +pkgrel=1 pkgdesc="GNU make utility to maintain groups of programs" url="http://www.gnu.org/software/make" arch="all" |