Skip to content

Commit

Permalink
development/electron: Update for 33.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isaackwy committed Dec 14, 2024
1 parent 1db48d6 commit b2d7837
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion development/electron/README
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Electron accomplishes this by combining Chromium and Node.js into a
single runtime, and apps can be packaged for Mac, Windows, and Linux.

This is electron binary repackaged in Slackware style. This SlackBuild
is for version 19 of Electron. The binary for Electron 19 is only
is for version 33 of Electron. The binary for Electron 33 is only
available for x86_64, arm64 and arm7vl systems.

Optional features
Expand Down
3 changes: 2 additions & 1 deletion development/electron/electron.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=electron
VERSION=${VERSION:-26.6.10}
VERSION=${VERSION:-33.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down Expand Up @@ -80,6 +80,7 @@ cp -a *.bin *.pak *.so $PRGNAM icudtl.dat version locales resources \
(
cd $PKG/usr/bin
ln -sf ../share/$PRGNAM/$PRGNAM ${PRGNAM}${VERSION}
ln -sf ../share/$PRGNAM/$PRGNAM ${PRGNAM}
)

find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
Expand Down
6 changes: 3 additions & 3 deletions development/electron/electron.info
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PRGNAM="electron"
VERSION="26.6.10"
VERSION="33.3.0"
HOMEPAGE="https://www.electronjs.org/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/electron/electron/releases/download/v26.6.10/electron-v26.6.10-linux-x64.zip"
MD5SUM_x86_64="3935110741a8cce639a57456b500477a"
DOWNLOAD_x86_64="https://github.com/electron/electron/releases/download/v33.3.0/electron-v33.3.0-linux-x64.zip"
MD5SUM_x86_64="54b882b43897efca6fbfd46b105b7701"
REQUIRES=""
MAINTAINER="Isaac Yu"
EMAIL="[email protected]"

0 comments on commit b2d7837

Please sign in to comment.