summaryrefslogtreecommitdiff
path: root/development/vscode-bin/vscode-bin.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/vscode-bin/vscode-bin.SlackBuild')
-rw-r--r--development/vscode-bin/vscode-bin.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/development/vscode-bin/vscode-bin.SlackBuild b/development/vscode-bin/vscode-bin.SlackBuild
index 4dd705f79c..37632e6545 100644
--- a/development/vscode-bin/vscode-bin.SlackBuild
+++ b/development/vscode-bin/vscode-bin.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=vscode-bin
SRCNAM=code-stable
-VERSION=${VERSION:-1.33.1}
+VERSION=${VERSION:-1.34.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -42,10 +42,10 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "x86_64" ]; then
- SRCVER=1554971043
+ SRCVER=1557957899
ARC=x64
else
- SRCVER=1554971114
+ SRCVER=1557957538
ARC=ia32
fi