diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-07-06 11:50:41 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-07-06 11:52:20 +0200 |
commit | aee2d34d81286e67d9abf245d08f42edc47eca62 (patch) | |
tree | 10a6945a2a10d4e60b9ceea89860665b14249e8a /main/gdb | |
parent | 3655f7307b90c095fdeb20d5bac24897b2948204 (diff) | |
download | aports-aee2d34d81286e67d9abf245d08f42edc47eca62.tar.bz2 aports-aee2d34d81286e67d9abf245d08f42edc47eca62.tar.xz |
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.
Diffstat (limited to 'main/gdb')
-rw-r--r-- | main/gdb/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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 <ncopa@alpinelinux.org> pkgname=gdb pkgver=7.12.1 -pkgrel=2 +pkgrel=3 pkgdesc="The GNU Debugger" url="https://www.sourceware.org/gdb/" arch="all" |