mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/vscode-bin: Updated for version 1.72.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f1e54e75d3
commit
5fb6ddf195
2 changed files with 5 additions and 5 deletions
|
@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=vscode-bin
|
||||
SRCNAM=code-stable
|
||||
VERSION=${VERSION:-1.71.2}
|
||||
SRCVER=1663191492
|
||||
VERSION=${VERSION:-1.72.0}
|
||||
SRCVER=1664927249
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="vscode-bin"
|
||||
VERSION="1.71.2"
|
||||
VERSION="1.72.0"
|
||||
HOMEPAGE="https://code.visualstudio.com/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://az764295.vo.msecnd.net/stable/74b1f979648cc44d385a2286793c226e611f59e7/code-stable-x64-1663191492.tar.gz"
|
||||
MD5SUM_x86_64="a73d82341d1971a6faca4b6d466008fb"
|
||||
DOWNLOAD_x86_64="https://az764295.vo.msecnd.net/stable/64bbfbf67ada9953918d72e1df2f4d8e537d340e/code-stable-x64-1664927249.tar.gz"
|
||||
MD5SUM_x86_64="a34f54d78df9988cf175a9150c81fded"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackbuilds.org"
|
||||
|
|
Loading…
Reference in a new issue