development/vscode-bin: Updated for version 1.34.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2019-05-25 01:59:56 +07:00
parent 47f728929b
commit 1b55d76eaa
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 8 additions and 8 deletions

View File

@ -24,7 +24,7 @@
PRGNAM=vscode-bin PRGNAM=vscode-bin
SRCNAM=code-stable SRCNAM=code-stable
VERSION=${VERSION:-1.33.1} VERSION=${VERSION:-1.34.0}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -42,10 +42,10 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp} OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "x86_64" ]; then if [ "$ARCH" = "x86_64" ]; then
SRCVER=1554971043 SRCVER=1557957899
ARC=x64 ARC=x64
else else
SRCVER=1554971114 SRCVER=1557957538
ARC=ia32 ARC=ia32
fi fi

View File

@ -1,10 +1,10 @@
PRGNAM="vscode-bin" PRGNAM="vscode-bin"
VERSION="1.33.1" VERSION="1.34.0"
HOMEPAGE="https://code.visualstudio.com/" HOMEPAGE="https://code.visualstudio.com/"
DOWNLOAD="https://az764295.vo.msecnd.net/stable/51b0b28134d51361cf996d2f0a1c698247aeabd8/code-stable-1554971114.tar.gz" DOWNLOAD="https://az764295.vo.msecnd.net/stable/a622c65b2c713c890fcf4fbf07cf34049d5fe758/code-stable-1557957538.tar.gz"
MD5SUM="3a9add9a5d0026db26c6d4292022f3a6" MD5SUM="4ca1e4058bbec3b5bae5eab9e3a7756c"
DOWNLOAD_x86_64="https://az764295.vo.msecnd.net/stable/51b0b28134d51361cf996d2f0a1c698247aeabd8/code-stable-1554971043.tar.gz" DOWNLOAD_x86_64="https://az764295.vo.msecnd.net/stable/a622c65b2c713c890fcf4fbf07cf34049d5fe758/code-stable-1557957899.tar.gz"
MD5SUM_x86_64="e931f305fd8457ffb45b3f" MD5SUM_x86_64="ed31bf64356389144dc471e39525b56a"
REQUIRES="" REQUIRES=""
MAINTAINER="Willy Sudiarto Raharjo" MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackbuilds.org" EMAIL="willysr@slackbuilds.org"