From 739b4a35dbfa10006271d3ef11e7ac595c3fb74f Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 18 Jan 2018 09:51:16 +0100 Subject: [PATCH] gcc: Update version from 5.3 to 5.5 List of problems fixed in the 5.4 release: * https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=5.4 List of problems fixed in the 5.5 release: * https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=5.5 --- gcc.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc.be0 b/gcc.be0 index 9ffedd6a8..5d8c876b5 100755 --- a/gcc.be0 +++ b/gcc.be0 @@ -1,6 +1,6 @@ #!/bin/env beesh -# BEE_VERSION gcc-5.3.0-1 +# BEE_VERSION gcc-5.5.0-0 SRCURL[0]="https://ftp.gnu.org/gnu/gcc/gcc-${PKGVERSION}/gcc-${PKGVERSION}.tar.bz2"