summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-06-09 05:29:01 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-06-09 05:32:09 +0700
commitb6528f6223e259e350d6a74516d5ffed91729a59 (patch)
treeaa974ba866b0f0fd97dee066245acc2378e3c7e3
parent07aad56c3f7c1224f8a2e4bf0129bf18c971d315 (diff)
downloadslackbuilds-b6528f6223e259e350d6a74516d5ffed91729a59.tar.gz
slackbuilds-b6528f6223e259e350d6a74516d5ffed91729a59.tar.xz
development/vscode-bin: Updated for version 1.35.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/vscode-bin/vscode-bin.SlackBuild6
-rw-r--r--development/vscode-bin/vscode-bin.info10
2 files changed, 8 insertions, 8 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
diff --git a/development/vscode-bin/vscode-bin.info b/development/vscode-bin/vscode-bin.info
index 171386b5df..2591ccd59d 100644
--- a/development/vscode-bin/vscode-bin.info
+++ b/development/vscode-bin/vscode-bin.info
@@ -1,10 +1,10 @@
PRGNAM="vscode-bin"
-VERSION="1.34.0"
+VERSION="1.35.0"
HOMEPAGE="https://code.visualstudio.com/"
-DOWNLOAD="https://az764295.vo.msecnd.net/stable/a622c65b2c713c890fcf4fbf07cf34049d5fe758/code-stable-1557957538.tar.gz"
-MD5SUM="4ca1e4058bbec3b5bae5eab9e3a7756c"
-DOWNLOAD_x86_64="https://az764295.vo.msecnd.net/stable/a622c65b2c713c890fcf4fbf07cf34049d5fe758/code-stable-1557957899.tar.gz"
-MD5SUM_x86_64="ed31bf64356389144dc471e39525b56a"
+DOWNLOAD="https://az764295.vo.msecnd.net/stable/553cfb2c2205db5f15f3ee8395bbd5cf066d357d/code-stable-1559611112.tar.gz"
+MD5SUM="9fc327a4348945211d51b308c8499dd4"
+DOWNLOAD_x86_64="https://az764295.vo.msecnd.net/stable/553cfb2c2205db5f15f3ee8395bbd5cf066d357d/code-stable-1559611337.tar.gz"
+MD5SUM_x86_64="68c70c42ccdee50b24a25b9ed1c5009b"
REQUIRES=""
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackbuilds.org"