diff options
author | David P <megver83@parabola.nu> | 2018-08-28 15:45:19 -0300 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2018-08-28 15:45:19 -0300 |
commit | 23c037f0bd4cf7c7a7f36013dcc2cea4e44651c3 (patch) | |
tree | 6a1c314c828154614efa7429253fba81012e383c /cross | |
parent | beef27c03ae2e8a09ca462ff0d3b193e33484fb9 (diff) | |
download | abslibre-23c037f0bd4cf7c7a7f36013dcc2cea4e44651c3.tar.gz abslibre-23c037f0bd4cf7c7a7f36013dcc2cea4e44651c3.tar.bz2 abslibre-23c037f0bd4cf7c7a7f36013dcc2cea4e44651c3.zip |
upgpkg: cross/cross-gcc 8.2.0-1
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'cross')
-rw-r--r-- | cross/cross-gcc/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cross/cross-gcc/PKGBUILD b/cross/cross-gcc/PKGBUILD index ddbdc95e5..df357c06d 100644 --- a/cross/cross-gcc/PKGBUILD +++ b/cross/cross-gcc/PKGBUILD @@ -103,11 +103,11 @@ case ${_target%%-*} in esac pkgname=$_target-gcc -_pkgver=8.1.0 -pkgver=$_pkgver+20180427 +_pkgver=8.2.0 +pkgver=$_pkgver${_snapshot/*-/+} _islver=0.19 pkgrel=1 -_snapshot=${pkgver:0:1}-${pkgver##$_pkgver+} +_snapshot=8-20180824 pkgdesc="The GNU Compiler Collection - cross compiler for $_target_name target" arch=('i686' 'x86_64' 'armv7h' 'aarch64' 'mips64el') url='http://gcc.gnu.org/' @@ -116,10 +116,10 @@ depends=($_target-binutils libmpc zlib) makedepends=(gmp mpfr) #optdepends=("$_target-newlib: Standard C library ($_target target)") # Uncomment if building --with-newlib support options=(!emptydirs !strip) -source=(#https://gcc.gnu.org/pub/gcc/releases/gcc-$_pkgver/gcc-$_pkgver.tar.bz2 +source=(#https://gcc.gnu.org/pub/gcc/releases/gcc-$_pkgver/gcc-$_pkgver.tar.xz https://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz http://isl.gforge.inria.fr/isl-$_islver.tar.bz2) -sha512sums=('c38c382f2246e2164d5f8d0402c4cfad7de0084f0d63d2ef9b489b7fa1695b157a2983f282811b6089dcb447432866d80dae4e84561c7f41395558cd96901d67' +sha512sums=('9407170278549eb48c3fd7bd47c75dc24286f45e0a21d241ce1cf7a8c4e5b2d58c62b02ba36f412508b9f86fcc73f11c510746972fba6b827a171ca9ecdc8ab0' '08f4db964d9e02ec8aa9779378ed76e0ddf1d56f81f87664dbf787555ce496cdc87e836f8a51ae137f45e648c604870cce07ee45919eafb549e404afb8f27083') if [ -n "$_snapshot" ]; then |