Skip to content

Commit

Permalink
AU: 2 updated - geogebra-geometry kmymoney
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 10, 2023
1 parent 89a3593 commit 4acafc0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/geogebra-geometry/geogebra-geometry.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>geogebra-geometry</id>
<version>6.0.814.0</version>
<version>6.0.817.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/geogebra-geometry</packageSourceUrl>
<owners>chtof</owners>
<title>GeoGebra Geometry (Portable)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/geogebra-geometry/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://download.geogebra.org/installers/6.0/geometry/GeoGebraGeometry-Windows-Installer-6-0-814-0.exe
x64: https://download.geogebra.org/installers/6.0/geometry/GeoGebraGeometry-Windows-Installer-6-0-814-0.exe
x32: https://download.geogebra.org/installers/6.0/geometry/GeoGebraGeometry-Windows-Installer-6-0-817-0.exe
x64: https://download.geogebra.org/installers/6.0/geometry/GeoGebraGeometry-Windows-Installer-6-0-817-0.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: BD94C801513E3C1E79539728AED4FDEAF641EBA45CE425D44140B733F4D1C2C3
checksum64: BD94C801513E3C1E79539728AED4FDEAF641EBA45CE425D44140B733F4D1C2C3
checksum32: 023C2AE5C31F6BA9BCFEC844A62DBD579B4282DEE3B2ADC394C42427A7F8EE02
checksum64: 023C2AE5C31F6BA9BCFEC844A62DBD579B4282DEE3B2ADC394C42427A7F8EE02

File 'LICENSE.txt' is obtained from:
https://www.geogebra.org/license
2 changes: 1 addition & 1 deletion automatic/geogebra-geometry/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$file = 'GeoGebraGeometry-Windows-Installer-6-0-814-0.exe'
$file = 'GeoGebraGeometry-Windows-Installer-6-0-817-0.exe'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
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.1977</version>
<version>5.1.1978</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-1977-windows-cl-msvc2019-x86_64.exe'
url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-1978-windows-cl-msvc2019-x86_64.exe'

checksumType = 'sha256'
checksum64 = '5d9a600ea3b51232e99da331e78a02edefebc49fe37b2e7bc69758ba5a1c0cb2'
checksum64 = '7a5c1a33bcf60b7d04087bfdd54f5e2f5118648e1a4baff02a7a065d4785c6c7'
checksumType64 = 'sha256'

silentArgs = '/S'
Expand Down

0 comments on commit 4acafc0

Please sign in to comment.