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 Oct 5, 2023
1 parent 826c8f0 commit bbc0a5b
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.4</version>
<version>26.3.0</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.4/electron-v26.2.4-win32-ia32.zip'
$checksum = '4253cb7ff9bf1279f0c59abf22691678c46e88a47d267dc3923deaf16445baae'
$url = 'https://github.com/electron/electron/releases/download/v26.3.0/electron-v26.3.0-win32-ia32.zip'
$checksum = 'bea06b40937cace5ce5c11158ba4701fb656bd04aa007ccc4b8714f1dd124bd6'
$checksumType = 'sha256'
$url64 = 'https://github.com/electron/electron/releases/download/v26.2.4/electron-v26.2.4-win32-x64.zip'
$checksum64 = '840b8aa8580b73ef7e90b7c5b449a3e4132fe7ccef4402bdc36db8369e9b8f14'
$url64 = 'https://github.com/electron/electron/releases/download/v26.3.0/electron-v26.3.0-win32-x64.zip'
$checksum64 = 'e9b25f0a08b30601edbb8f4db1b441707bbf53490ab068729ba0a46c260c78c6'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Expand Down

0 comments on commit bbc0a5b

Please sign in to comment.