development/vscode-bin: Updated for version 2.9.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2019-07-27 07:56:07 +07:00
parent 4efd30d192
commit ec80fc5bb9
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 9 additions and 17 deletions

View file

@ -24,7 +24,8 @@
PRGNAM=vscode-bin
SRCNAM=code-stable
VERSION=${VERSION:-1.36.0}
VERSION=${VERSION:-1.36.1}
SRCVER=1562627471
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -41,23 +42,14 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "x86_64" ]; then
SRCVER=1562161049
ARC=x64
else
SRCVER=1560349812
ARC=ia32
fi
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf VSCode-linux-$ARC
rm -rf VSCode-linux-x64
tar xvf $CWD/$SRCNAM-$SRCVER.tar.gz
cd VSCode-linux-$ARC
cd VSCode-linux-x64
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

View file

@ -1,10 +1,10 @@
PRGNAM="vscode-bin"
VERSION="1.36.0"
VERSION="1.36.1"
HOMEPAGE="https://code.visualstudio.com/"
DOWNLOAD="https://az764295.vo.msecnd.net/stable/c7d83e57cd18f18026a8162d042843bda1bcf21f/code-stable-1560349812.tar.gz"
MD5SUM="84a862a69e9b94681f550528e17ce76b"
DOWNLOAD_x86_64="https://az764295.vo.msecnd.net/stable/0f3794b38477eea13fb47fbe15a42798e6129338/code-stable-1562161049.tar.gz"
MD5SUM_x86_64="5159ea20e2a542a60bf378efb6391512"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://az764295.vo.msecnd.net/stable/2213894ea0415ee8c85c5eea0d0ff81ecc191529/code-stable-1562627471.tar.gz"
MD5SUM_x86_64="e88aafb3a7ac85928ed6004e2e2b2b1a"
REQUIRES=""
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackbuilds.org"