summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHarry Chen2019-07-25 15:59:16 +0800
committerHarry Chen2019-07-25 15:59:16 +0800
commite88ccc452dbd2ff0cd5e478d27879fb4546d1c65 (patch)
tree14d85e950945110b071389beaa5d29fded298755 /PKGBUILD
parentc20b71a0e705d2bb3974c98177631a41be4a3d06 (diff)
downloadaur-e88ccc452dbd2ff0cd5e478d27879fb4546d1c65.tar.gz
Bump to gcc 9.1.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 cb04e73c8fab..b7efe9055002 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=cross-mipsel-linux-gnu-gcc
_pkgname=gcc
_target="mipsel-linux-gnu"
-pkgver=8.3.0
+pkgver=9.1.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=('65b210b4bfe7e060051f799e0f994896')
+md5sums=('6069ae3737cf02bf2cb44a391ef0e937')
_sysroot="/usr/lib/cross-${_target}"
prepare() {