summaryrefslogtreecommitdiffstats
path: root/source/current/gcc/gcc-multilib.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/current/gcc/gcc-multilib.SlackBuild')
-rwxr-xr-xsource/current/gcc/gcc-multilib.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/current/gcc/gcc-multilib.SlackBuild b/source/current/gcc/gcc-multilib.SlackBuild
index ad07d73..47b7594 100755
--- a/source/current/gcc/gcc-multilib.SlackBuild
+++ b/source/current/gcc/gcc-multilib.SlackBuild
@@ -2,7 +2,7 @@
# GCC package build script (written by volkerdi@slackware.com)
#
# Copyright 2003, 2004 Slackware Linux, Inc., Concord, California, USA
-# Copyright 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -60,7 +60,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=gcc
-SRCVER=${SRCVER:-"8.2.0"}
+SRCVER=${SRCVER:-"8.3.0"}
VERSION=$(echo $SRCVER | cut -f 1 -d _)
BUILD=${BUILD:-1alien}