diff options
-rw-r--r-- | development/vscode-bin/vscode-bin.SlackBuild | 6 | ||||
-rw-r--r-- | development/vscode-bin/vscode-bin.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/vscode-bin/vscode-bin.SlackBuild b/development/vscode-bin/vscode-bin.SlackBuild index 54a5193384048..42e7d8f6df621 100644 --- a/development/vscode-bin/vscode-bin.SlackBuild +++ b/development/vscode-bin/vscode-bin.SlackBuild @@ -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} diff --git a/development/vscode-bin/vscode-bin.info b/development/vscode-bin/vscode-bin.info index bd7d267ac38a3..ed2958ac13bf0 100644 --- a/development/vscode-bin/vscode-bin.info +++ b/development/vscode-bin/vscode-bin.info @@ -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" |