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 Jan 4, 2023
1 parent 9dd2072 commit 4180848
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.35.1</version>
<version>2.2.36</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.35.1/GNS3-2.2.35.1-all-in-one.exe
x64: https://github.com//GNS3/gns3-gui/releases/download/v2.2.35.1/GNS3-2.2.35.1-all-in-one.exe
x32: https://github.com//GNS3/gns3-gui/releases/download/v2.2.36/GNS3-2.2.36-all-in-one.exe
x64: https://github.com//GNS3/gns3-gui/releases/download/v2.2.36/GNS3-2.2.36-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: D900CE2A7E0BF04AF42B302CA7BDD2BC910C9722AC427340170143FF41F6F6DB
checksum64: D900CE2A7E0BF04AF42B302CA7BDD2BC910C9722AC427340170143FF41F6F6DB
checksum32: 2A81095DB3DCD2A93FBCBBCAC69819F064B7913568E7435171EAC13A786A46A5
checksum64: 2A81095DB3DCD2A93FBCBBCAC69819F064B7913568E7435171EAC13A786A46A5

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.35.1
GNS_Version = 2.2.36

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

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

0 comments on commit 4180848

Please sign in to comment.