summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 851b3ba912b3..38e49e913633 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
_target=riscv64-unknown-elf
pkgname=$_target-gcc
-pkgver=8.2.0
-_islver=0.19
+pkgver=9.1.0
+_islver=0.21
_newlibver=3.1.0.20181231
-pkgrel=2
+pkgrel=1
#_snapshot=7-20170504
pkgdesc='The GNU Compiler Collection - cross compiler for 32bit and 64bit RISC-V bare-metal'
arch=('i686' 'x86_64')
@@ -16,8 +16,8 @@ options=(!emptydirs !strip)
source=("https://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.xz"
"http://isl.gforge.inria.fr/isl-$_islver.tar.bz2"
"https://sourceware.org/pub/newlib/newlib-$_newlibver.tar.gz")
-sha256sums=('196c3c04ba2613f893283977e6011b2345d1cd1af9abeac58e916b1aab3e0080'
- 'd59726f34f7852a081fbd3defd1ab2136f174110fc2e0c8d10bb122173fa9ed8'
+sha256sums=('79a66834e96a6050d8fe78db2c3b32fb285b230b855d0a66288235bc04b327a0'
+ 'd18ca11f8ad1a39ab6d03d3dcb3365ab416720fcb65b42d69f34f51bf0a0e859'
'9e12fea7297648b114434033ed4458755afe7b9b6c7d58123389e82bd37681c0')
if [[ -n "$_snapshot" ]]; then