diff --git a/build-electron.sh b/build-electron.sh index d1b83b3..4f0ab32 100755 --- a/build-electron.sh +++ b/build-electron.sh @@ -2,7 +2,7 @@ # ----------------------------------------------------------------------------- # # Package : Electron -# Version : 32.2.6 +# Version : 32.2.7 # Source repo : https://github.com/electron/electron # Tested on : RHEL 8.10 # Language : C++ @@ -20,7 +20,7 @@ # shellcheck disable=SC2034 PACKAGE_NAME="electron" -PACKAGE_VERSION=${1:-"v32.2.6"} +PACKAGE_VERSION=${1:-"v32.2.7"} PACKAGE_URL="https://github.com/electron/electron" set -eux