diff options
Diffstat (limited to 'development/vscode-bin/vscode-bin.SlackBuild')
-rw-r--r-- | development/vscode-bin/vscode-bin.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/vscode-bin/vscode-bin.SlackBuild b/development/vscode-bin/vscode-bin.SlackBuild index b0635acf09c64..37b07f17da46e 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.35.0} +VERSION=${VERSION:-1.35.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -42,10 +42,10 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "x86_64" ]; then - SRCVER=1559611337 + SRCVER=1560350233 ARC=x64 else - SRCVER=1559611112 + SRCVER=1560349812 ARC=ia32 fi |