diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 07:32:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:19:08 +0700 |
commit | f7556976fb2f840541447bac15f5a15aed47f4c1 (patch) | |
tree | 78df18740f50e6a0244f3d1afb78ef28bdbb2d92 /development/vscode-bin/vscode-bin.SlackBuild | |
parent | 1b4eb900c82e4794b92e9eceb2570b9a6095616b (diff) |
development/vscode-bin: Updated for version 1.66.0.
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.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/vscode-bin/vscode-bin.SlackBuild b/development/vscode-bin/vscode-bin.SlackBuild index 83ba617dc6398..7a0afc2676fab 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.65.2} -SRCVER=1646928009 +VERSION=${VERSION:-1.66.0} +SRCVER=1648620864 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |