diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-03 21:17:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-03 21:17:16 +0700 |
commit | 03e64a2e4cf2bc9de9fb36879c867d08a58e4937 (patch) | |
tree | 65f4d57326fb7443082de0a50a5a117c921a7d90 /development/vscode-bin/vscode-bin.SlackBuild | |
parent | c7230ac49bd8539f43eb8f80b281ba33543ed158 (diff) |
development/vscode-bin: Updated for version 1.73.
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 13b6d742d16c9..39b3a60ac6d3b 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.72.2} -SRCVER=1665614670 +VERSION=${VERSION:-1.73} +SRCVER=1667319089 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |