Skip to content

Commit

Permalink
AU: 1 updated - geogebra6
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 19, 2021
1 parent 1367f15 commit 76623bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/geogebra6/geogebra6.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>geogebra6</id>
<version>6.0.631.0</version>
<version>6.0.637.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/geogebra6</packageSourceUrl>
<owners>chtof</owners>
<title>GeoGebra Graphing Calculator (Portable)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/geogebra6/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/graphing/GeoGebraGraphing-Windows-Installer-6-0-631-0.exe
x64: https://download.geogebra.org/installers/6.0/graphing/GeoGebraGraphing-Windows-Installer-6-0-631-0.exe
x32: https://download.geogebra.org/installers/6.0/graphing/GeoGebraGraphing-Windows-Installer-6-0-637-0.exe
x64: https://download.geogebra.org/installers/6.0/graphing/GeoGebraGraphing-Windows-Installer-6-0-637-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: C2EBCBB955F41A88BA57C3F33C1C6C7B91F6039F3FCFE4FD3CFBBAD708ECE184
checksum64: C2EBCBB955F41A88BA57C3F33C1C6C7B91F6039F3FCFE4FD3CFBBAD708ECE184
checksum32: 03086CF9E66735A1DD9AC2691C224287A87F7E6282687249D0F07BB8FE51644E
checksum64: 03086CF9E66735A1DD9AC2691C224287A87F7E6282687249D0F07BB8FE51644E

File 'LICENSE.txt' is obtained from:
https://www.geogebra.org/license
2 changes: 1 addition & 1 deletion automatic/geogebra6/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 = 'GeoGebraGraphing-Windows-Installer-6-0-631-0.exe'
$file = 'GeoGebraGraphing-Windows-Installer-6-0-637-0.exe'

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

0 comments on commit 76623bb

Please sign in to comment.