diff options
Diffstat (limited to 'development/vscodium')
-rw-r--r-- | development/vscodium/vscodium.SlackBuild | 3 | ||||
-rw-r--r-- | development/vscodium/vscodium.info | 10 |
2 files changed, 7 insertions, 6 deletions
diff --git a/development/vscodium/vscodium.SlackBuild b/development/vscodium/vscodium.SlackBuild index 1ae7f45ffc..51fbef87ec 100644 --- a/development/vscodium/vscodium.SlackBuild +++ b/development/vscodium/vscodium.SlackBuild @@ -2,6 +2,7 @@ # Slackware build script for vscodium +# Copyright 20253 Ferenc Kurucz <ferenc.kurucz.6351@gmail.com> # Copyright 2022-2023 rc-05 <rc_o5@protonmail.com> # All rights reserved. # @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=vscodium -VERSION=${VERSION:-1.79.0.23159} +VERSION=${VERSION:-1.103.25610} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/vscodium/vscodium.info b/development/vscodium/vscodium.info index 34930bdef7..9c941f766e 100644 --- a/development/vscodium/vscodium.info +++ b/development/vscodium/vscodium.info @@ -1,10 +1,10 @@ PRGNAM="vscodium" -VERSION="1.79.0.23159" +VERSION="1.103.25610" HOMEPAGE="https://vscodium.com/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/VSCodium/vscodium/releases/download/1.79.0.23159/VSCodium-linux-x64-1.79.0.23159.tar.gz" -MD5SUM_x86_64="e1de145b481d45909d486bcbd26d90de" +DOWNLOAD_x86_64="https://github.com/VSCodium/vscodium/releases/download/1.103.25610/VSCodium-linux-x64-1.103.25610.tar.gz" +MD5SUM_x86_64="be46031eb5735e91ba1219cbf6152d80" REQUIRES="" -MAINTAINER="rc-05" -EMAIL="rc_o5@protonmail.com" +MAINTAINER="Ferenc Kurucz" +EMAIL="ferenc.kurucz.6351@gmail.com" |