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 5, 2021
1 parent 3be2af0 commit 9732556
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.22</version>
<version>2.2.23</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.22/GNS3-2.2.22-all-in-one.exe
x64: https://github.com/GNS3/gns3-gui/releases/download/v2.2.22/GNS3-2.2.22-all-in-one.exe
x32: https://github.com/GNS3/gns3-gui/releases/download/v2.2.23/GNS3-2.2.23-all-in-one.exe
x64: https://github.com/GNS3/gns3-gui/releases/download/v2.2.23/GNS3-2.2.23-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: 9EA25A17F310D527482D59349397B6362277C8F5DD35FE109B4C7EB3C7737032
checksum64: 9EA25A17F310D527482D59349397B6362277C8F5DD35FE109B4C7EB3C7737032
checksum32: 9A95E9B3FBBFDCC0496CBC890974E44FBDB894CED432BB140F61275B872E2A48
checksum64: 9A95E9B3FBBFDCC0496CBC890974E44FBDB894CED432BB140F61275B872E2A48

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.22
GNS_Version = 2.2.23

; 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.22-all-in-one.exe"
file = "$toolsDir\GNS3-2.2.23-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.22
GNS_Version = 2.2.23

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

0 comments on commit 9732556

Please sign in to comment.