diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-02 16:49:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-02 16:49:29 +0700 |
commit | 128726e54154e70a22171d6c15b947f2459fbe04 (patch) | |
tree | 216dd35d38a436e422d259fa883d0cab05a4a8e5 /development/vscode-bin/vscode-bin.SlackBuild | |
parent | 89948a7a06f5d42cc91ecff92e9a23a6414eda8d (diff) |
development/vscode-bin: Updated for version 1.60.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 88cd94e479982..3ecbb1884c0dc 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.59.1} -SRCVER=1629375493 +VERSION=${VERSION:-1.60.2} +SRCVER=1632313902 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |