From aee2d34d81286e67d9abf245d08f42edc47eca62 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 6 Jul 2017 11:50:41 +0200 Subject: [PATCH] main/gdb: bump pkgrel to refresh caches the 8.0 was reverted, but we need bump pkgrel since its getting rebuilt. This is so we dont get old gdb-7.12.1-r2 from cache which does not has same checksum in APKINDEX as the rebuild. --- main/gdb/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/gdb/APKBUILD b/main/gdb/APKBUILD index d488cab82a..d727eba06c 100644 --- a/main/gdb/APKBUILD +++ b/main/gdb/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=gdb pkgver=7.12.1 -pkgrel=2 +pkgrel=3 pkgdesc="The GNU Debugger" url="https://www.sourceware.org/gdb/" arch="all" -- GitLab