From 71ee258c3c51aa40342ad30de2e2bad8c5880abc Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 6 Jun 2016 17:52:02 +0000 Subject: 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 --- main/make/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/make/APKBUILD') 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 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" -- cgit v1.2.3