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/electron.SlackBuild | |
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/electron.SlackBuild')
-rw-r--r-- | development/electron/electron.SlackBuild | 7 |
1 files changed, 2 insertions, 5 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 |