summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7206022d9343..2b86d7d8928e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=cross-mips-elf-gcc
_pkgname=gcc
_target="mips-elf"
-pkgver=11.1.0
+pkgver=11.2.0
pkgrel=1
pkgdesc="The GNU Compiler Collection for the MIPS-elf architecture"
url="http://www.gnu.org/software/gcc/"
@@ -13,9 +13,9 @@ license=('GPL')
depends=('libmpc' "cross-${_target}-binutils")
options=('!ccache' '!distcc' '!emptydirs' '!libtool' '!strip')
source=("ftp://ftp.gnu.org/gnu/gcc/gcc-${pkgver}/${_pkgname}-${pkgver}.tar.gz"{,.sig})
-md5sums=('333068a65c119e74c9d7bfcc75a8eeba'
+md5sums=('dc6886bd44bb49e2d3d662aed9729278'
'SKIP')
-validpgpkeys=('D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62')
+validpgpkeys=('13975A70E63C361C73AE69EF6EEB81F8981C74C7')
_sysroot="/usr/lib/cross-${_target}"
prepare() {