summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise2018-04-25 22:23:13 +0200
committerLouise2018-04-25 22:23:13 +0200
commit64e51ebb56d0e0e61a817b9020ab24c4dc1c4612 (patch)
treed538da2e25e3501dbf4543a7e208daf5471ed021
parentb80d08ba339667de942ea4934d4a37226dbf5697 (diff)
downloadaur-64e51ebb56d0e0e61a817b9020ab24c4dc1c4612.tar.gz
GCC 7.2.0 -> 7.3.0
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7bf31b3c3ce9..4834ddc14cda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_target="sh3eb-elf"
pkgname=${_target}-gcc
-pkgver=7.2.0
+pkgver=7.3.0
pkgrel=1
pkgdesc="The GNU Compiler Collection for the ${_target} target."
arch=(i686 x86_64)
@@ -13,7 +13,7 @@ url="http://gcc.gnu.org"
depends=("${_target}-binutils" 'libmpc' 'elfutils')
options=('staticlibs' '!buildflags' '!libtool' '!emptydirs' 'zipman' 'docs' '!strip')
source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.xz)
-sha256sums=('1cf7adf8ff4b5aa49041c8734bbcf1ad18cc4c94d0029aae0f4e48841088479a')
+sha256sums=('832ca6ae04636adbb430e865a1451adf6979ab44ca1c8374f61fba65645ce15c')
prepare() {
cd "${srcdir}/gcc-${pkgver}"