diff --git a/automatic/electron/electron.nuspec b/automatic/electron/electron.nuspec index 43186b978..71f3304b7 100644 --- a/automatic/electron/electron.nuspec +++ b/automatic/electron/electron.nuspec @@ -4,7 +4,7 @@ electron Electron - 32.0.2 + 32.1.0 GitHub Inc tunisiano Build cross platform desktop apps with web technologies @@ -23,7 +23,7 @@ With Electron, creating a desktop application for your company or idea is easy. ### Package-specific issue If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose) -Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/tunisiano) +Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/bePatron?u=39585820) ]]> https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/electron https://www.electronjs.org/ diff --git a/automatic/electron/tools/chocolateyInstall.ps1 b/automatic/electron/tools/chocolateyInstall.ps1 index b2ca23e63..67db2429f 100644 --- a/automatic/electron/tools/chocolateyInstall.ps1 +++ b/automatic/electron/tools/chocolateyInstall.ps1 @@ -1,10 +1,10 @@ $ErrorActionPreference = 'Stop' $packageName = $env:ChocolateyPackageName -$url = 'https://github.com/electron/electron/releases/download/v32.0.2/electron-v32.0.2-win32-ia32.zip' -$checksum = 'db51395aa835773b21390c3cd12d14c632f990b909621f01139234eb87a4c394' +$url = 'https://github.com/electron/electron/releases/download/v32.1.0/electron-v32.1.0-win32-ia32.zip' +$checksum = '23cbecd7114a69a507ab27659d904e2ea3a3c2a82ac65a9635af89dec2a0544f' $checksumType = 'sha256' -$url64 = 'https://github.com/electron/electron/releases/download/v32.0.2/electron-v32.0.2-win32-x64.zip' -$checksum64 = '16edf270a25c60f97e1efa86680ca53d5724d1a24ead250b0d40c0ce0119ce42' +$url64 = 'https://github.com/electron/electron/releases/download/v32.1.0/electron-v32.1.0-win32-x64.zip' +$checksum64 = 'af31750386553869fd8ec0ad65e75621d2426443a51282b19ec3c4f5e80ae607' $checksumType64 = 'sha256' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"