summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLouise2018-05-20 23:19:13 +0200
committerLouise2018-05-20 23:19:13 +0200
commit35b2f97f3ec05bab187c0e1bc8796e53be3eadcb (patch)
tree223bdb8bb201972b69c263ccb9a23220a2021a3e /PKGBUILD
parent67359da65277fd0450e8d2c01791e7edfd3e82cc (diff)
downloadaur-35b2f97f3ec05bab187c0e1bc8796e53be3eadcb.tar.gz
7.3.0 -> 8.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4834ddc14cda..50a9a9a98858 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_target="sh3eb-elf"
pkgname=${_target}-gcc
-pkgver=7.3.0
+pkgver=8.1.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=('832ca6ae04636adbb430e865a1451adf6979ab44ca1c8374f61fba65645ce15c')
+sha256sums=('1d1866f992626e61349a1ccd0b8d5253816222cdc13390dcfaa74b093aa2b153')
prepare() {
cd "${srcdir}/gcc-${pkgver}"