Skip to content

Commit

Permalink
AU: 2 updated - electron fing
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Sep 29, 2023
1 parent b7c1783 commit cfb4768
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.3</version>
<version>26.2.4</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.3/electron-v26.2.3-win32-ia32.zip'
$checksum = 'd535a27d1824facb5b683ba64eb2fe89b39b1c1aca5b256d61e76d56c17df38a'
$url = 'https://github.com/electron/electron/releases/download/v26.2.4/electron-v26.2.4-win32-ia32.zip'
$checksum = '4253cb7ff9bf1279f0c59abf22691678c46e88a47d267dc3923deaf16445baae'
$checksumType = 'sha256'
$url64 = 'https://github.com/electron/electron/releases/download/v26.2.3/electron-v26.2.3-win32-x64.zip'
$checksum64 = '8438aa60732b329bb7f91ed680b8aa19875a6b1fd7c10b9aa795339700df4c51'
$url64 = 'https://github.com/electron/electron/releases/download/v26.2.4/electron-v26.2.4-win32-x64.zip'
$checksum64 = '840b8aa8580b73ef7e90b7c5b449a3e4132fe7ccef4402bdc36db8369e9b8f14'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Expand Down
2 changes: 1 addition & 1 deletion automatic/fing/fing.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>fing</id>
<version>3.4.0.615</version>
<version>3.4.1.618</version>
<title>Fing</title>
<authors>Fing</authors>
<owners>tunisiano</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/fing/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $packageName = $env:ChocolateyPackageName
$installerType = 'exe'
$silentArgs = '/S'
$url32 = 'https://get.fing.com/fing-desktop-releases/win/Fing.exe'
$checksum32 = 'bc1d9d3895c32bcb28cf77ebad43c0c8a6b3038680b171bfbf87ccbe367052c0'
$checksum32 = 'a8b3bcb4e1098c9cca1c64a84c709aee1e375df32f157c3d401b2a812e299e18'
$checksumType = 'sha256'
$validExitCodes = @(0)

Expand Down

0 comments on commit cfb4768

Please sign in to comment.