summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordoragasu2020-04-24 11:59:28 +0200
committerdoragasu2020-04-24 11:59:28 +0200
commit3bb8e3666980d6f9ce1a6a7ebabf926b8e55beb3 (patch)
treec700b7d5a60745f909f2c8e6457f17c6e71aadc9
parent64f6d7f88b39ff8dcbaebf362506a24d5bec2ea6 (diff)
downloadaur-3bb8e3666980d6f9ce1a6a7ebabf926b8e55beb3.tar.gz
Update to version 9.3.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b9321b9ba93..6ee12a96232e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = m68k-elf-gcc-bootstrap
pkgdesc = The GNU Compiler Collection. Bootstrap for toolchain building (m68k-elf)
- pkgver = 9.2.0
+ pkgver = 9.3.0
pkgrel = 1
url = http://gcc.gnu.org
arch = i686
@@ -14,14 +14,14 @@ pkgbase = m68k-elf-gcc-bootstrap
options = !emptydirs
options = !distcc
options = !strip
- source = http://ftp.gnu.org/gnu/gcc/gcc-9.2.0/gcc-9.2.0.tar.xz
- source = http://ftp.gnu.org/gnu/gcc/gcc-9.2.0/gcc-9.2.0.tar.xz.sig
+ source = http://ftp.gnu.org/gnu/gcc/gcc-9.3.0/gcc-9.3.0.tar.xz
+ source = http://ftp.gnu.org/gnu/gcc/gcc-9.3.0/gcc-9.3.0.tar.xz.sig
source = http://ftp.gnu.org/gnu/mpfr/mpfr-4.0.2.tar.xz
source = http://ftp.gnu.org/gnu/mpfr/mpfr-4.0.2.tar.xz.sig
source = http://ftp.gnu.org/gnu/mpc/mpc-1.1.0.tar.gz
source = http://ftp.gnu.org/gnu/mpc/mpc-1.1.0.tar.gz.sig
- source = http://ftp.gnu.org/gnu/gmp/gmp-6.1.2.tar.xz
- source = http://ftp.gnu.org/gnu/gmp/gmp-6.1.2.tar.xz.sig
+ source = http://ftp.gnu.org/gnu/gmp/gmp-6.2.0.tar.xz
+ source = http://ftp.gnu.org/gnu/gmp/gmp-6.2.0.tar.xz.sig
validpgpkeys = 33C235A34C46AA3FFB293709A328C3A2C3C45C06
validpgpkeys = 07F3DBBECC1A39605078094D980C197698C3739D
validpgpkeys = AD17A21EF8AED8F1CC02DBD9F7D5C9BF765C61E3
diff --git a/PKGBUILD b/PKGBUILD
index 57f1e263906a..ef51353360e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,10 +9,10 @@
_target=m68k-elf
_target_cpu=m68000
pkgname=${_target}-gcc-bootstrap
-pkgver=9.2.0
+pkgver=9.3.0
_mpfrver=4.0.2
_mpcver=1.1.0
-_gmpver=6.1.2
+_gmpver=6.2.0
pkgrel=1
pkgdesc="The GNU Compiler Collection. Bootstrap for toolchain building (${_target})"
arch=('i686' 'x86_64')