Skip to content

Commit

Permalink
AU: 1 updated - electron
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Sep 12, 2024
1 parent 14dce72 commit 4923c13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions automatic/electron/electron.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>electron</id>
<title>Electron</title>
<version>32.0.2</version>
<version>32.1.0</version>
<authors>GitHub Inc</authors>
<owners>tunisiano</owners>
<summary>Build cross platform desktop apps with web technologies</summary>
Expand All @@ -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)
]]></description>
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/electron</packageSourceUrl>
<projectUrl>https://www.electronjs.org/</projectUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/electron/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -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)"

Expand Down

0 comments on commit 4923c13

Please sign in to comment.