development/vscodium: Updated for version 1.75.0.23033.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4710dbeb1d
commit
a95e307a94
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for vscodium
|
||||
|
||||
# Copyright 2022 rc-05 <rc_o5@protonmail.com>
|
||||
# Copyright 2022-2023 rc-05 <rc_o5@protonmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=vscodium
|
||||
VERSION=${VERSION:-1.74.1.22349}
|
||||
VERSION=${VERSION:-1.75.0.23033}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="vscodium"
|
||||
VERSION="1.74.1.22349"
|
||||
VERSION="1.75.0.23033"
|
||||
HOMEPAGE="https://vscodium.com/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/VSCodium/vscodium/releases/download/1.74.1.22349/VSCodium-linux-x64-1.74.1.22349.tar.gz"
|
||||
MD5SUM_x86_64="0d86453bb63205119e08e04220231a81"
|
||||
DOWNLOAD_x86_64="https://github.com/VSCodium/vscodium/releases/download/1.75.0.23033/VSCodium-linux-x64-1.75.0.23033.tar.gz"
|
||||
MD5SUM_x86_64="69678ffbe83879619b34b74ba3e86e24"
|
||||
REQUIRES=""
|
||||
MAINTAINER="rc-05"
|
||||
EMAIL="rc_05@protonmail.com"
|
||||
|
|
Loading…
Reference in New Issue