diff options
Diffstat (limited to 'development/vscode-bin/vscode-bin.SlackBuild')
-rw-r--r-- | development/vscode-bin/vscode-bin.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/vscode-bin/vscode-bin.SlackBuild b/development/vscode-bin/vscode-bin.SlackBuild index 352c4090098c7..39d2fd4b0faf8 100644 --- a/development/vscode-bin/vscode-bin.SlackBuild +++ b/development/vscode-bin/vscode-bin.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for vscode-bin -# Copyright 2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2019-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,8 +24,8 @@ PRGNAM=vscode-bin SRCNAM=code-stable -VERSION=${VERSION:-1.41.1} -SRCVER=1576682093 +VERSION=${VERSION:-1.42.0} +SRCVER=1580986866 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |