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 13, 2023
1 parent cde5fa8 commit 21f58c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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>26.2.0</version>
<version>26.2.1</version>
<authors>GitHub Inc</authors>
<owners>tunisiano</owners>
<summary>Build cross platform desktop apps with web technologies</summary>
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/v26.2.0/electron-v26.2.0-win32-ia32.zip'
$checksum = '9022c589d05e1431ca1727a73bdab450e9071d5e933dbd86106c5c9ffa9acb6d'
$url = 'https://github.com/electron/electron/releases/download/v26.2.1/electron-v26.2.1-win32-ia32.zip'
$checksum = 'a262b1fc0614b22f5d7fecb491a74790737588b5f8c7c724724a74730259446a'
$checksumType = 'sha256'
$url64 = 'https://github.com/electron/electron/releases/download/v26.2.0/electron-v26.2.0-win32-x64.zip'
$checksum64 = 'bee71e4fe599db6f7400f33d3d1b60123ee808867e32dee2134fefd32e135fbf'
$url64 = 'https://github.com/electron/electron/releases/download/v26.2.1/electron-v26.2.1-win32-x64.zip'
$checksum64 = '37f52aa5382900eb59911e8090b4521f1e02572190c69fb0e2f364c7562bb163'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Expand Down

0 comments on commit 21f58c7

Please sign in to comment.