diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-16 23:34:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-16 23:34:05 +0700 |
commit | 480d18b65b738a01e4388f479424d83e23b3b15e (patch) | |
tree | c28e6b4bddaeaa31b3332a17e2dad46bcda5e96a /development/vscode-bin/vscode-bin.SlackBuild | |
parent | d0fb92d62525b4da97d1d16e16fd72073599ee0c (diff) |
development/vscode-bin: Updated for version 1.82.2.
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 dcf6681e69..05cd0f355e 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.82.0} -SRCVER=1694038049 +VERSION=${VERSION:-1.82.2} +SRCVER=1694670691 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |