diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-03-05 14:39:15 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-12 08:48:14 +0700 |
commit | 51ecad152c1ce5ea706450b33e986e86415106d9 (patch) | |
tree | 51d1ca82864bcccb0a5a091059ed3038baf2a1f1 /development/electron | |
parent | f4eb13835f20fa331696ac736ed044cccd9aa749 (diff) |
development/electron: Updated for version 20.3.12.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/electron')
-rw-r--r-- | development/electron/electron.SlackBuild | 7 | ||||
-rw-r--r-- | development/electron/electron.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/development/electron/electron.SlackBuild b/development/electron/electron.SlackBuild index 8c14a88b15d0..726178a4b5d5 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 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.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:-19.1.9} +VERSION=${VERSION:-20.3.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -39,9 +39,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/electron/electron.info b/development/electron/electron.info index a72261849c8a..d3257e11a55c 100644 --- a/development/electron/electron.info +++ b/development/electron/electron.info @@ -1,10 +1,10 @@ PRGNAM="electron" -VERSION="19.1.9" +VERSION="20.3.12" HOMEPAGE="https://www.electronjs.org/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/electron/electron/releases/download/v19.1.9/electron-v19.1.9-linux-x64.zip" -MD5SUM_x86_64="26a40bf331b29dfefef272c748406221" +DOWNLOAD_x86_64="https://github.com/electron/electron/releases/download/v20.3.12/electron-v20.3.12-linux-x64.zip" +MD5SUM_x86_64="6d24bae2deab47cacf16ba4ab4ac34e7" REQUIRES="" MAINTAINER="Isaac Yu" EMAIL="isaacyu1@isaacyu1.com" |