summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-01-19 21:11:03 +0000
committer Eric Hameleers <alien@slackware.com>2021-01-19 21:11:03 +0000
commitbb76db41a95319ac52e99b35d679e06bde6a60b0 (patch)
treeed39cfe7643a470a758f074db7644cb79212fbf9
parent02f99aef47b343a6f4d82aa48d272be408ee9b82 (diff)
downloadmultilib-bb76db41a95319ac52e99b35d679e06bde6a60b0.tar.gz
multilib-bb76db41a95319ac52e99b35d679e06bde6a60b0.tar.xz
gcc-multilib: update to 10.2.0
-rwxr-xr-xsource/current/gcc/gcc-multilib.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/current/gcc/gcc-multilib.SlackBuild b/source/current/gcc/gcc-multilib.SlackBuild
index bb9eb5f..07df880 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, 2019 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -60,9 +60,9 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=gcc
-SRCVER=${SRCVER:-"9.3.0"}
+SRCVER=${SRCVER:-"10.2.0"}
VERSION=$(echo $SRCVER | cut -f 1 -d _)
-BUILD=${BUILD:-3alien}
+BUILD=${BUILD:-2alien}
# How many jobs to run in parallel:
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}