diff options
author | Joey Dumont | 2020-09-02 08:06:04 -0400 |
---|---|---|
committer | Joey Dumont | 2020-09-02 08:06:04 -0400 |
commit | 67171b602435f408a97f24432d406fb63a1991ba (patch) | |
tree | 098d9a0cfabae76420298eecf9d6cdcd3ba8d2af | |
parent | 6811bc692fcaee079ffa3fa2e98d9c786fc9e7f0 (diff) | |
download | aur-67171b602435f408a97f24432d406fb63a1991ba.tar.gz |
Updated to 10.2.0.
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = mips64-elf-gcc pkgdesc = The GNU Compiler Collection (mips64-elf) - pkgver = 10.1.0 + pkgver = 10.2.0 pkgrel = 1 url = http://www.gnu.org/software/gcc/ arch = x86_64 @@ -18,10 +18,10 @@ pkgbase = mips64-elf-gcc replaces = mips64-elf-gcc-stage1 options = !emptydirs options = !strip - source = http://gcc.gnu.org/pub/gcc/releases/gcc-10.1.0/gcc-10.1.0.tar.xz + source = http://gcc.gnu.org/pub/gcc/releases/gcc-10.2.0/gcc-10.2.0.tar.xz source = http://isl.gforge.inria.fr/isl-0.22.tar.xz source = mabi32.patch - sha256sums = b6898a23844b656f1b68691c5c012036c2e694ac4b53a8918d4712ad876e7ea2 + sha256sums = b8dd4368bb9c7f0b98188317ee0254dd8cc99d1e3a18d0ff146c855fe16c1d8c sha256sums = 6c8bc56c477affecba9c59e2c9f026967ac8bad01b51bdd07916db40a517b9fa sha256sums = 368e2287adba14718dbd84dc75b2a7a2f65cb907e988b56813640ea8d9d2e951 @@ -3,7 +3,7 @@ _target=mips64-elf pkgname=${_target}-gcc -pkgver=10.1.0 +pkgver=10.2.0 _islver=0.22 pkgrel=1 pkgdesc="The GNU Compiler Collection (${_target})" @@ -19,7 +19,7 @@ replaces=("${_target}-gcc-stage1") source=("http://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.xz" "http://isl.gforge.inria.fr/isl-${_islver}.tar.xz" "mabi32.patch") -sha256sums=('b6898a23844b656f1b68691c5c012036c2e694ac4b53a8918d4712ad876e7ea2' +sha256sums=('b8dd4368bb9c7f0b98188317ee0254dd8cc99d1e3a18d0ff146c855fe16c1d8c' '6c8bc56c477affecba9c59e2c9f026967ac8bad01b51bdd07916db40a517b9fa' '368e2287adba14718dbd84dc75b2a7a2f65cb907e988b56813640ea8d9d2e951') |