diff options
Diffstat (limited to 'development/racer/racer.SlackBuild')
-rw-r--r-- | development/racer/racer.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/racer/racer.SlackBuild b/development/racer/racer.SlackBuild index 1b4573cef41a..67f8f0f6bf23 100644 --- a/development/racer/racer.SlackBuild +++ b/development/racer/racer.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for racer -# Copyright 2017-2018,2020 Andrew Clemons, Wellington New Zealand +# Copyright 2017-2018,2020-2021 Andrew Clemons, Wellington New Zealand # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=racer -VERSION=${VERSION:-2.1.41} +VERSION=${VERSION:-2.1.44} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -139,7 +139,7 @@ find -L . \ PATH="$(pwd)/rustup-bin:$PATH" \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ -rustup run nightly-2020-11-27 cargo build --release $CARGOTARGET +rustup run nightly-2021-02-06 cargo build --release $CARGOTARGET mkdir -p $PKG/usr/bin/ |