diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-14 09:42:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-14 19:27:52 +0700 |
commit | c0300eda5e77be053424fd8e0d60089d24a3e62f (patch) | |
tree | 4be9aea666ab3fba1400482dccc4f822f10253c5 /development/vscode-bin | |
parent | 4c299b84c53ce4b5c3fcf56878913966686126be (diff) | |
download | slackbuilds-c0300eda5e77be053424fd8e0d60089d24a3e62f.tar.gz |
development/vscode-bin: Updated for version 1.67.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/vscode-bin')
-rw-r--r-- | development/vscode-bin/vscode-bin.SlackBuild | 7 | ||||
-rw-r--r-- | development/vscode-bin/vscode-bin.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/development/vscode-bin/vscode-bin.SlackBuild b/development/vscode-bin/vscode-bin.SlackBuild index 0264c6d7b4..fad00e7bb9 100644 --- a/development/vscode-bin/vscode-bin.SlackBuild +++ b/development/vscode-bin/vscode-bin.SlackBuild @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=vscode-bin SRCNAM=code-stable -VERSION=${VERSION:-1.66.1} -SRCVER=1648620864 +VERSION=${VERSION:-1.67.1} +SRCVER=1651842173 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/development/vscode-bin/vscode-bin.info b/development/vscode-bin/vscode-bin.info index c99d0918d3..6b24cb4327 100644 --- a/development/vscode-bin/vscode-bin.info +++ b/development/vscode-bin/vscode-bin.info @@ -1,10 +1,10 @@ PRGNAM="vscode-bin" -VERSION="1.66.1" +VERSION="1.67.1" HOMEPAGE="https://code.visualstudio.com/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://az764295.vo.msecnd.net/stable/e18005f0f1b33c29e81d732535d8c0e47cafb0b5/code-stable-x64-1648620864.tar.gz" -MD5SUM_x86_64="8c317618c389817f8ec957babe83d0e3" +DOWNLOAD_x86_64="https://az764295.vo.msecnd.net/stable/da15b6fd3ef856477bf6f4fb29ba1b7af717770d/code-stable-x64-1651842173.tar.gz" +MD5SUM_x86_64="31f3cbff96445ea08f2dec78f7e7dff7" REQUIRES="" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |