aboutsummaryrefslogtreecommitdiff
path: root/development/vscode-bin/vscode-bin.SlackBuild
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-05-14 09:42:54 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-05-14 19:27:52 +0700
commitc0300eda5e77be053424fd8e0d60089d24a3e62f (patch)
tree4be9aea666ab3fba1400482dccc4f822f10253c5 /development/vscode-bin/vscode-bin.SlackBuild
parent4c299b84c53ce4b5c3fcf56878913966686126be (diff)
downloadslackbuilds-c0300eda5e77be053424fd8e0d60089d24a3e62f.tar.xz
development/vscode-bin: Updated for version 1.67.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/vscode-bin/vscode-bin.SlackBuild')
-rw-r--r--development/vscode-bin/vscode-bin.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/development/vscode-bin/vscode-bin.SlackBuild b/development/vscode-bin/vscode-bin.SlackBuild
index 0264c6d7b43c..fad00e7bb923 100644
--- a/development/vscode-bin/vscode-bin.SlackBuild
+++ b/development/vscode-bin/vscode-bin.SlackBuild
@@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=vscode-bin
SRCNAM=code-stable
-VERSION=${VERSION:-1.66.1}
-SRCVER=1648620864
+VERSION=${VERSION:-1.67.1}
+SRCVER=1651842173
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0