diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-12-18 01:30:57 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-21 11:59:03 +0700 |
commit | 755e2895bf28251538768bedeed43af1abd4e401 (patch) | |
tree | da0416dfe194e83693944a0397a6fd1bdadeb44e | |
parent | 9a27b06d2a98694356bc2c1970ae7f47bfc72a86 (diff) |
development/electron: Update for 19.1.9
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/electron/electron.SlackBuild | 2 | ||||
-rw-r--r-- | development/electron/electron.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/electron/electron.SlackBuild b/development/electron/electron.SlackBuild index 84de21f442ff..8c14a88b15d0 100644 --- a/development/electron/electron.SlackBuild +++ b/development/electron/electron.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=electron -VERSION=${VERSION:-19.1.4} +VERSION=${VERSION:-19.1.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/electron/electron.info b/development/electron/electron.info index f22f0d425c06..a72261849c8a 100644 --- a/development/electron/electron.info +++ b/development/electron/electron.info @@ -1,10 +1,10 @@ PRGNAM="electron" -VERSION="19.1.4" +VERSION="19.1.9" HOMEPAGE="https://www.electronjs.org/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/electron/electron/releases/download/v19.1.4/electron-v19.1.4-linux-x64.zip" -MD5SUM_x86_64="0efb007e871464f2d7babf567abc7557" +DOWNLOAD_x86_64="https://github.com/electron/electron/releases/download/v19.1.9/electron-v19.1.9-linux-x64.zip" +MD5SUM_x86_64="26a40bf331b29dfefef272c748406221" REQUIRES="" MAINTAINER="Isaac Yu" EMAIL="isaacyu1@isaacyu1.com" |