diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-06-11 23:59:30 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-15 07:37:45 +0700 |
commit | 30e060376c3347275b479fae7f8f97f738628b22 (patch) | |
tree | 470de7ce59ad36183d4e6264a32bb35fb1542f24 /development/electron | |
parent | 560d921b99628f160055dbf1701bc47aa3ad613f (diff) |
development/electron: Update for 26.6.10
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/electron')
-rw-r--r-- | development/electron/electron.SlackBuild | 4 | ||||
-rw-r--r-- | development/electron/electron.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/electron/electron.SlackBuild b/development/electron/electron.SlackBuild index 4fdae7c4333d..b05fd8ffb210 100644 --- a/development/electron/electron.SlackBuild +++ b/development/electron/electron.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for electron # Copyright 2017 Dhaby Xiloj <slack.dhabyx@gmail.com> -# Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2022-2024 Isaac Yu <isaacyu@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=electron -VERSION=${VERSION:-20.3.12} +VERSION=${VERSION:-26.6.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/electron/electron.info b/development/electron/electron.info index 26a6c16d02dd..dd4ac0175ed2 100644 --- a/development/electron/electron.info +++ b/development/electron/electron.info @@ -1,10 +1,10 @@ PRGNAM="electron" -VERSION="20.3.12" +VERSION="26.6.10" HOMEPAGE="https://www.electronjs.org/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/electron/electron/releases/download/v20.3.12/electron-v20.3.12-linux-x64.zip" -MD5SUM_x86_64="6d24bae2deab47cacf16ba4ab4ac34e7" +DOWNLOAD_x86_64="https://github.com/electron/electron/releases/download/v26.6.10/electron-v26.6.10-linux-x64.zip" +MD5SUM_x86_64="3935110741a8cce639a57456b500477a" REQUIRES="" MAINTAINER="Isaac Yu" EMAIL="isaacyu@protonmail.com" |