diff options
Diffstat (limited to 'development/vstudio/vstudio.SlackBuild')
-rw-r--r-- | development/vstudio/vstudio.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/vstudio/vstudio.SlackBuild b/development/vstudio/vstudio.SlackBuild index 25f427645829f..5bf1ec0e83899 100644 --- a/development/vstudio/vstudio.SlackBuild +++ b/development/vstudio/vstudio.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for vstudio -# Copyright 2015 Antonio Leal, Lisbon, Portugal +# Copyright 2023 Antonio Leal, Porto Salvo, Oeiras, Portugal # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,13 +25,13 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=vstudio -VERSION=${VERSION:-12.1} +VERSION=${VERSION:-13.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} case "$( uname -m )" in - x86_64) ARCH=x86_64 ; BASENAME=${BASENAME:-vstudio_x64_12_lin} ;; + x86_64) ARCH=x86_64 ; BASENAME=${BASENAME:-vstudio_x64_13_lin} ;; *) echo "Package for $(uname -m) architecture is not available." ; exit 1 ;; esac |