development/vscode-bin: Updated for version 1.64.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2022-02-11 14:10:49 +07:00
parent 7acc22ad71
commit 8f5fc55475
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for vscode-bin
# Copyright 2019-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2019-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=vscode-bin
SRCNAM=code-stable
VERSION=${VERSION:-1.63.2}
SRCVER=1639562789
VERSION=${VERSION:-1.64.2}
SRCVER=1644446282
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="vscode-bin"
VERSION="1.63.2"
VERSION="1.64.2"
HOMEPAGE="https://code.visualstudio.com/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://az764295.vo.msecnd.net/stable/899d46d82c4c95423fb7e10e68eba52050e30ba3/code-stable-x64-1639562789.tar.gz"
MD5SUM_x86_64="a5ffa60aaaf341ca06e015af2150418f"
DOWNLOAD_x86_64="https://az764295.vo.msecnd.net/stable/f80445acd5a3dadef24aa209168452a3d97cc326/code-stable-x64-1644446282.tar.gz"
MD5SUM_x86_64="81abd0fc21f946e0a6079b7dd68b1a37"
REQUIRES=""
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackbuilds.org"