development/vscode-bin: Updated for version 1.42.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
268aee4391
commit
dceffcaabd
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for vscode-bin
|
||||
|
||||
# Copyright 2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2019-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,8 +24,8 @@
|
|||
|
||||
PRGNAM=vscode-bin
|
||||
SRCNAM=code-stable
|
||||
VERSION=${VERSION:-1.41.1}
|
||||
SRCVER=1576682093
|
||||
VERSION=${VERSION:-1.42.0}
|
||||
SRCVER=1580986866
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="vscode-bin"
|
||||
VERSION="1.41.1"
|
||||
VERSION="1.42.0"
|
||||
HOMEPAGE="https://code.visualstudio.com/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://az764295.vo.msecnd.net/stable/26076a4de974ead31f97692a0d32f90d735645c0/code-stable-1576682093.tar.gz"
|
||||
MD5SUM_x86_64="5b007f590a69d16fe6e1f739a7840002"
|
||||
DOWNLOAD_x86_64="https://az764295.vo.msecnd.net/stable/ae08d5460b5a45169385ff3fd44208f431992451/code-stable-1580986866.tar.gz"
|
||||
MD5SUM_x86_64="fdd83ff31940362938b543ffc1ebbbe2"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackbuilds.org"
|
||||
|
|
Loading…
Reference in New Issue