summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise2020-05-03 20:58:00 +0200
committerLouise2020-05-03 20:58:00 +0200
commita20d6f9a639cb6be6a32fed262097a15719da284 (patch)
tree55399b2cb07c96cbb5eea794b57002ad4444948b
parent3706c3d17c3cf4b8f48957e69d495bc050d7f65e (diff)
downloadaur-a20d6f9a639cb6be6a32fed262097a15719da284.tar.gz
Updated to GCC 9.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 627b0a8eb776..1656d972a8ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sh3eb-elf-gcc
pkgdesc = The GNU Compiler Collection for the sh3eb-elf target.
- pkgver = 9.2.0
+ pkgver = 9.3.0
pkgrel = 1
url = http://gcc.gnu.org
arch = i686
@@ -17,9 +17,9 @@ pkgbase = sh3eb-elf-gcc
options = zipman
options = docs
options = !strip
- source = https://gcc.gnu.org/pub/gcc/releases/gcc-9.2.0/gcc-9.2.0.tar.xz
+ source = https://gcc.gnu.org/pub/gcc/releases/gcc-9.3.0/gcc-9.3.0.tar.xz
source = https://isl.gforge.inria.fr/isl-0.19.tar.xz
- sha256sums = ea6ef08f121239da5695f76c9b33637a118dcf63e24164422231917fa61fb206
+ sha256sums = 71e197867611f6054aa1119b13a0c0abac12834765fe2d81f35ac57f84f742d1
sha256sums = 3971ac488fcaf2c0d9614f94eedb931a468a2ac0e672888f73fb01fa85156b07
pkgname = sh3eb-elf-gcc
diff --git a/PKGBUILD b/PKGBUILD
index 4a085cac69e5..65e9d9ac1a6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_target="sh3eb-elf"
pkgname=${_target}-gcc
-pkgver=9.2.0
+pkgver=9.3.0
pkgrel=1
_islver=0.19
pkgdesc="The GNU Compiler Collection for the ${_target} target."
@@ -15,7 +15,7 @@ depends=("${_target}-binutils" 'libmpc' 'elfutils')
options=('staticlibs' '!buildflags' '!libtool' '!emptydirs' 'zipman' 'docs' '!strip')
source=("https://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.xz"
"https://isl.gforge.inria.fr/isl-${_islver}.tar.xz")
-sha256sums=('ea6ef08f121239da5695f76c9b33637a118dcf63e24164422231917fa61fb206'
+sha256sums=('71e197867611f6054aa1119b13a0c0abac12834765fe2d81f35ac57f84f742d1'
'3971ac488fcaf2c0d9614f94eedb931a468a2ac0e672888f73fb01fa85156b07')
prepare() {