Skip to content

Commit

Permalink
AU: 2 updated - gns3 kmymoney
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 6, 2023
1 parent 7890c53 commit e060aa3
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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.43</version>
<version>2.2.44</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.43/GNS3-2.2.43-all-in-one.exe
x64: https://github.com//GNS3/gns3-gui/releases/download/v2.2.43/GNS3-2.2.43-all-in-one.exe
x32: https://github.com//GNS3/gns3-gui/releases/download/v2.2.44/GNS3-2.2.44-all-in-one.exe
x64: https://github.com//GNS3/gns3-gui/releases/download/v2.2.44/GNS3-2.2.44-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: 833965BB401D5E8D779CB5828DC036BEB2A9F4893F8792EBF3A20899915777B3
checksum64: 833965BB401D5E8D779CB5828DC036BEB2A9F4893F8792EBF3A20899915777B3
checksum32: 31A0DB96654AA5C4DB3DC1D2E2756367608EA2B035F941367833B8FBEFA12D20
checksum64: 31A0DB96654AA5C4DB3DC1D2E2756367608EA2B035F941367833B8FBEFA12D20

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.43
GNS_Version = 2.2.44

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

; GNS3 Uninstall
winTitle1 = GNS3%A_Space%%GNS_Version%%A_Space%Uninstall
Expand Down
2 changes: 1 addition & 1 deletion automatic/kmymoney/kmymoney.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>kmymoney</id>
<version>5.1.1943</version>
<version>5.1.1944</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/kmymoney</packageSourceUrl>
<owners>chtof</owners>
<title>KMyMoney</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/kmymoney/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ $packageName= 'kmymoney'

$packageArgs = @{
packageName = $packageName
url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-1943-windows-cl-msvc2019-x86_64.exe'
url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-1944-windows-cl-msvc2019-x86_64.exe'

checksumType = 'sha256'
checksum64 = 'cfc5a8da24beae58c8d075b4ca9c989c587ede40ea7ef8e6cf0a4e4a37077962'
checksum64 = '0c05f1a977c09165c1bab9d2da33ed89eb0d4ac6a5418183aceac4a4bda31eb7'
checksumType64 = 'sha256'

silentArgs = '/S'
Expand Down

0 comments on commit e060aa3

Please sign in to comment.