summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValentin2017-08-10 15:00:17 +0200
committerValentin2017-08-10 15:00:17 +0200
commit95392424f13812b3a8c52e155be1576e57c3afd1 (patch)
tree5518244e5e8fa7b23f1bb4da00d523225f0a5132
parentb6abc3ed562f25a8d7dfc4f314f53c807bfe8eb6 (diff)
downloadaur-95392424f13812b3a8c52e155be1576e57c3afd1.tar.gz
Update to v7.1.0
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8792a06abb90..47c279b77f42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=cross-mips64-linux-gnu-gcc
_pkgname=gcc
_target="mips64-linux-gnu"
-pkgver=4.9.2
-pkgrel=1
+pkgver=7.1.0
+pkgrel=0
pkgdesc="The GNU Compiler Collection for the MIPS64 architecture(Big endian)"
url="http://www.gnu.org/software/gcc/"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('GPL')
depends=('mpfr' 'gmp' 'libmpc' 'sh' "cross-${_target}-binutils")
options=('!ccache' '!distcc' '!emptydirs' '!libtool' '!strip')
source=("ftp://ftp.gnu.org/gnu/gcc/gcc-${pkgver}/${_pkgname}-${pkgver}.tar.bz2")
-md5sums=('4df8ee253b7f3863ad0b86359cd39c43')
+md5sums=('6bf56a2bca9dac9dbbf8e8d1036964a8')
_sysroot="/usr/lib/cross-${_target}"
prepare() {