summaryrefslogtreecommitdiffstats
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 37632e6545..b0635acf09 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.34.0}
+VERSION=${VERSION:-1.35.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -42,10 +42,10 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "x86_64" ]; then
- SRCVER=1557957899
+ SRCVER=1559611337
ARC=x64
else
- SRCVER=1557957538
+ SRCVER=1559611112
ARC=ia32
fi