Skip to content

Commit

Permalink
AU: 3 updated - electron fing transmission
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed May 30, 2024
1 parent cf678fc commit b66ca2a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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>30.0.8</version>
<version>30.0.9</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/v30.0.8/electron-v30.0.8-win32-ia32.zip'
$checksum = '0227ecdc127cef47dfc404f8ed8b58991be992d5f1565a81b908f568c8fce69b'
$url = 'https://github.com/electron/electron/releases/download/v30.0.9/electron-v30.0.9-win32-ia32.zip'
$checksum = '98f5e84a2f2d60d00cffd337fb5cceb90be3bbe005127cf900207e0a27a5ae5c'
$checksumType = 'sha256'
$url64 = 'https://github.com/electron/electron/releases/download/v30.0.8/electron-v30.0.8-win32-x64.zip'
$checksum64 = '17ac9e15a75370e2a031f877e44a5b38311085953e6b1c3048fecb44c1fff8fe'
$url64 = 'https://github.com/electron/electron/releases/download/v30.0.9/electron-v30.0.9-win32-x64.zip'
$checksum64 = 'c7af68cc73d4a3d5d706f014146d64c80a5928ed9b9e6b2ee2a683c7627c3548'
$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.6.0.624</version>
<version>3.6.3.631</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 = 'cba82eb1a0d1e1ca62aa057a1c8fc212fe829894344c282e14abf6aed8fe231f'
$checksum32 = '4fda471663f28d238af3e66a7ea99b1510a5ca4d36c12484ef4057c556f7f40d'
$checksumType = 'sha256'
$validExitCodes = @(0)

Expand Down
8 changes: 4 additions & 4 deletions automatic/transmission/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$ErrorActionPreference = 'Stop'
$url = 'https://github.com/transmission/transmission/releases/download/4.0.5/transmission-4.0.5-x86.msi'
$checksum = '416f6d6fd96b7481c9cf75a89ba66d61a0d9c1237703bad799e5574404cf6b14'
$url = 'https://github.com/transmission/transmission/releases/download/4.0.6/transmission-4.0.6-x86.msi'
$checksum = 'b7bdac970c686cfcdc249dc96fabb83fe85057e7d53f4c9aa55dc71891ba8c26'
$checksumType = 'sha256'
$url64 = 'https://github.com/transmission/transmission/releases/download/4.0.5/transmission-4.0.5-x64.msi'
$checksum64 = 'a698a6b39abf307c72f3a9152f320e290dc967927821161521f1460db74d7654'
$url64 = 'https://github.com/transmission/transmission/releases/download/4.0.6/transmission-4.0.6-x64.msi'
$checksum64 = '29417282f2a5405018a211aa94e60d324657cf347e7a496ca7a51798ede0f6c1'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/transmission/transmission.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>transmission</id>
<version>4.0.5</version>
<version>4.0.6</version>
<title>Transmission</title>
<authors>Transmission Project</authors>
<owners>tunisiano</owners>
Expand Down

0 comments on commit b66ca2a

Please sign in to comment.