summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHarry Chen2019-03-31 15:54:58 +0800
committerHarry Chen2019-03-31 15:54:58 +0800
commitc20b71a0e705d2bb3974c98177631a41be4a3d06 (patch)
treeb6b4134edf961b23ed0c620220e7dda7c31e5a27 /PKGBUILD
parent735b20e361e9428ff7272f079d95f5c7397d2e06 (diff)
downloadaur-c20b71a0e705d2bb3974c98177631a41be4a3d06.tar.gz
Bump to gcc 8.3.0
Signed-off-by: Harry Chen <i@harrychen.xyz>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc44df7e9b58..cb04e73c8fab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=cross-mipsel-linux-gnu-gcc
_pkgname=gcc
_target="mipsel-linux-gnu"
-pkgver=8.2.0
+pkgver=8.3.0
pkgrel=1
pkgdesc="The GNU Compiler Collection for the MIPS architecture"
url="https://www.gnu.org/software/gcc/"
@@ -14,7 +14,7 @@ depends=('libmpc' 'xz' "cross-${_target}-binutils")
makedepends=('gmp' 'mpfr')
options=('!ccache' '!distcc' '!emptydirs' '!libtool' '!strip')
source=("ftp://ftp.gnu.org/gnu/gcc/gcc-${pkgver}/${_pkgname}-${pkgver}.tar.xz")
-md5sums=('4ab282f414676496483b3e1793d07862')
+md5sums=('65b210b4bfe7e060051f799e0f994896')
_sysroot="/usr/lib/cross-${_target}"
prepare() {