From 7e89296ab44b239ea8d8afa6164ebb3e9c0a29f1 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 1 Oct 2018 09:59:04 +0200 Subject: [PATCH] */gcc6*: bump pkgrel [skip ci] --- cross/gcc6-aarch64/APKBUILD | 2 +- cross/gcc6-armhf/APKBUILD | 2 +- cross/gcc6-x86_64/APKBUILD | 2 +- main/gcc6/APKBUILD | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cross/gcc6-aarch64/APKBUILD b/cross/gcc6-aarch64/APKBUILD index dfdf6bfec..efa85df68 100644 --- a/cross/gcc6-aarch64/APKBUILD +++ b/cross/gcc6-aarch64/APKBUILD @@ -24,7 +24,7 @@ _cross_configure="--disable-bootstrap --with-sysroot=/usr/$CTARGET" pkgname="gcc6-aarch64" pkgver=6.4.0 -pkgrel=2 +pkgrel=3 pkgdesc="Stage2 cross-compiler for aarch64" url="http://gcc.gnu.org" arch="armhf x86_64 x86" diff --git a/cross/gcc6-armhf/APKBUILD b/cross/gcc6-armhf/APKBUILD index 4b76c206a..d820ef173 100644 --- a/cross/gcc6-armhf/APKBUILD +++ b/cross/gcc6-armhf/APKBUILD @@ -24,7 +24,7 @@ _cross_configure="--disable-bootstrap --with-sysroot=/usr/$CTARGET" pkgname="gcc6-armhf" pkgver=6.4.0 -pkgrel=2 +pkgrel=3 pkgdesc="Stage2 cross-compiler for armhf" url="http://gcc.gnu.org" arch="aarch64 x86_64 x86" diff --git a/cross/gcc6-x86_64/APKBUILD b/cross/gcc6-x86_64/APKBUILD index d14e37585..f7b7a94b6 100644 --- a/cross/gcc6-x86_64/APKBUILD +++ b/cross/gcc6-x86_64/APKBUILD @@ -24,7 +24,7 @@ _cross_configure="--disable-bootstrap --with-sysroot=/usr/$CTARGET" pkgname="gcc6-x86_64" pkgver=6.4.0 -pkgrel=2 +pkgrel=3 pkgdesc="Stage2 cross-compiler for x86_64" url="http://gcc.gnu.org" arch="armhf aarch64 x86" diff --git a/main/gcc6/APKBUILD b/main/gcc6/APKBUILD index da4c9ca83..4856ea14d 100644 --- a/main/gcc6/APKBUILD +++ b/main/gcc6/APKBUILD @@ -1,6 +1,6 @@ pkgname=gcc6 pkgver=6.4.0 -pkgrel=2 +pkgrel=3 pkgdesc="Old GCC for old vendor kernels (C compiler only)" url="http://gcc.gnu.org" arch="all"