Skip to content

Commit

Permalink
AU: 2 updated - gitextensions.portable kmymoney
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 27, 2023
1 parent e1af1b4 commit 368a856
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
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>gitextensions.portable</id>
<version>4.2</version>
<version>4.2.1</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/gitextensions.portable</packageSourceUrl>
<owners>chtof</owners>
<title>Git Extensions (Portable)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/gitextensions.portable/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//gitextensions/gitextensions/releases/download/v4.2/GitExtensions-Portable-4.2.0.17591-bf814d4f1.zip
x64: https://github.com//gitextensions/gitextensions/releases/download/v4.2/GitExtensions-Portable-4.2.0.17591-bf814d4f1.zip
x32: https://github.com//gitextensions/gitextensions/releases/download/v4.2.1/GitExtensions-Portable-4.2.1.17611-b0c0b2848.zip
x64: https://github.com//gitextensions/gitextensions/releases/download/v4.2.1/GitExtensions-Portable-4.2.1.17611-b0c0b2848.zip

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: 299E283EE812D01B7BB6B7F3C8EFBB4E4A1AD3A9D7FCD9F5DA0C4DF3F5D9C024
checksum64: 299E283EE812D01B7BB6B7F3C8EFBB4E4A1AD3A9D7FCD9F5DA0C4DF3F5D9C024
checksum32: 372C9CEF9B2B19C8BBA9EA9424B9262F68EDFBE61E4711D6D5F0F904462F871B
checksum64: 372C9CEF9B2B19C8BBA9EA9424B9262F68EDFBE61E4711D6D5F0F904462F871B

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/gitextensions/gitextensions/master/LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"
file = "$toolsDir\GitExtensions-Portable-4.2.0.17591-bf814d4f1.zip"
file = "$toolsDir\GitExtensions-Portable-4.2.1.17611-b0c0b2848.zip"
}

# Prevent chocolatey from creating shims for supplementary executables
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.1964</version>
<version>5.1.1965</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-1964-windows-cl-msvc2019-x86_64.exe'
url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-1965-windows-cl-msvc2019-x86_64.exe'

checksumType = 'sha256'
checksum64 = '5de60c44e208f8e993a34cee582b8bc38fc56d5be9ac2abe0d5a0c556d922efe'
checksum64 = 'd31d6c13d83a8d8f5c7471402e0476e2df6c5ffc4a2710128fb1f1f7dd0c28cc'
checksumType64 = 'sha256'

silentArgs = '/S'
Expand Down

0 comments on commit 368a856

Please sign in to comment.