Skip to content

Commit

Permalink
AU: 1 updated - geogebra-geometry
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 11, 2024
1 parent ce8b484 commit 9470390
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.846.0</version>
<version>6.0.848.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-846-0.exe
x64: https://download.geogebra.org/installers/6.0/geometry/GeoGebraGeometry-Windows-Installer-6-0-846-0.exe
x32: https://download.geogebra.org/installers/6.0/geometry/GeoGebraGeometry-Windows-Installer-6-0-848-0.exe
x64: https://download.geogebra.org/installers/6.0/geometry/GeoGebraGeometry-Windows-Installer-6-0-848-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: 49346766C620E66C65223C13555B4DB04E3C6F9F2DCC959CC489AB9EFCBFC72E
checksum64: 49346766C620E66C65223C13555B4DB04E3C6F9F2DCC959CC489AB9EFCBFC72E
checksum32: 3F9A0B0752A2C938681301DF97C7C0A7E68C4A99A5ABE3937C0F559741AAC431
checksum64: 3F9A0B0752A2C938681301DF97C7C0A7E68C4A99A5ABE3937C0F559741AAC431

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-846-0.exe'
$file = 'GeoGebraGeometry-Windows-Installer-6-0-848-0.exe'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down

0 comments on commit 9470390

Please sign in to comment.