Skip to content

Commit

Permalink
AU: 1 updated - gns3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 9, 2023
1 parent c571a02 commit d6ae70a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/gns3/gns3.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>gns3</id>
<version>2.2.41</version>
<version>2.2.42</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/gns3</packageSourceUrl>
<owners>chtof</owners>
<title>GNS3</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/gns3/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Package can be verified like this:

1. Download:

x32: https://github.com//GNS3/gns3-gui/releases/download/v2.2.41/GNS3-2.2.41-all-in-one.exe
x64: https://github.com//GNS3/gns3-gui/releases/download/v2.2.41/GNS3-2.2.41-all-in-one.exe
x32: https://github.com//GNS3/gns3-gui/releases/download/v2.2.42/GNS3-2.2.42-all-in-one.exe
x64: https://github.com//GNS3/gns3-gui/releases/download/v2.2.42/GNS3-2.2.42-all-in-one.exe

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 7C59FCB8B301C169911A3435037C7D491336B8FA3A5E96596E41886F6AFC8F77
checksum64: 7C59FCB8B301C169911A3435037C7D491336B8FA3A5E96596E41886F6AFC8F77
checksum32: 1B754D1B18EE149DE0F38A6AD991FB1C8BAFB15241F3A1C156FCDCFB218D97BB
checksum64: 1B754D1B18EE149DE0F38A6AD991FB1C8BAFB15241F3A1C156FCDCFB218D97BB

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/GNS3/gns3-gui/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/gns3/tools/chocolateyinstall.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SendMode Input ; Recommended for new scripts due to its superior speed and reli
SetTitleMatchMode, 1 ; A windows's title must start with the specified WinTitle to be a match.
SetControlDelay 0
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
GNS_Version = 2.2.41
GNS_Version = 2.2.42

; Welcome to GNS3 Setup
winTitle1 = GNS3%A_Space%%GNS_Version%%A_Space%Setup
Expand Down
2 changes: 1 addition & 1 deletion automatic/gns3/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsDir\GNS3-2.2.41-all-in-one.exe"
file = "$toolsDir\GNS3-2.2.42-all-in-one.exe"
}

Start-Process "AutoHotKey" -Verb runas -ArgumentList "`"$toolsDir\chocolateyinstall.ahk`""
Expand Down
2 changes: 1 addition & 1 deletion automatic/gns3/tools/chocolateyuninstall.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SendMode Input ; Recommended for new scripts due to its superior speed and reli
SetTitleMatchMode, 1 ; A windows's title must start with the specified WinTitle to be a match.
SetControlDelay 0
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
GNS_Version = 2.2.41
GNS_Version = 2.2.42

; GNS3 Uninstall
winTitle1 = GNS3%A_Space%%GNS_Version%%A_Space%Uninstall
Expand Down

0 comments on commit d6ae70a

Please sign in to comment.