summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHarry Chen2019-12-25 11:15:57 +0800
committerHarry Chen2019-12-25 11:15:57 +0800
commita20b5b2b66a955c1bfb1778b46ee237c7a26ca72 (patch)
treebbdcdf7ea19b6bc34a7db0754d48818867d074ac /PKGBUILD
parente88ccc452dbd2ff0cd5e478d27879fb4546d1c65 (diff)
downloadaur-a20b5b2b66a955c1bfb1778b46ee237c7a26ca72.tar.gz
Bump to v9.2.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 b7efe9055002..820ce3ed259f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=cross-mipsel-linux-gnu-gcc
_pkgname=gcc
_target="mipsel-linux-gnu"
-pkgver=9.1.0
+pkgver=9.2.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=('6069ae3737cf02bf2cb44a391ef0e937')
+md5sums=('3818ad8600447f05349098232c2ddc78')
_sysroot="/usr/lib/cross-${_target}"
prepare() {