development/vscode-bin: Updated for version 1.75.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
dc882b8967
commit
d5bbddaf5a
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for vscode-bin
|
||||
|
||||
# Copyright 2019-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2019-2023 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.74.2}
|
||||
SRCVER=1671533708
|
||||
VERSION=${VERSION:-1.75.1}
|
||||
SRCVER=1675893708
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="vscode-bin"
|
||||
VERSION="1.74.2"
|
||||
VERSION="1.75.1"
|
||||
HOMEPAGE="https://code.visualstudio.com/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://az764295.vo.msecnd.net/stable/e8a3071ea4344d9d48ef8a4df2c097372b0c5161/code-stable-x64-1671533708.tar.gz"
|
||||
MD5SUM_x86_64="6fbf0ebcb3b87d054b14d3a728174205"
|
||||
DOWNLOAD_x86_64="https://az764295.vo.msecnd.net/stable/441438abd1ac652551dbe4d408dfcec8a499b8bf/code-stable-x64-1675893708.tar.gz"
|
||||
MD5SUM_x86_64="f6a9c158a688ef52d92c1154f489cf20"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackbuilds.org"
|
||||
|
|
Loading…
Reference in New Issue