Skip to content

Commit

Permalink
AU: 2 updated - geogebra6 geogebra-geometry
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 26, 2022
1 parent a1c702c commit aa7b4b6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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.729.0</version>
<version>6.0.732.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-729-0.exe
x64: https://download.geogebra.org/installers/6.0/geometry/GeoGebraGeometry-Windows-Installer-6-0-729-0.exe
x32: https://download.geogebra.org/installers/6.0/geometry/GeoGebraGeometry-Windows-Installer-6-0-732-0.exe
x64: https://download.geogebra.org/installers/6.0/geometry/GeoGebraGeometry-Windows-Installer-6-0-732-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: D5762E08390A27D3B384E4DF3BC3BFD38464EDA3E1220C46556812074A8E0C14
checksum64: D5762E08390A27D3B384E4DF3BC3BFD38464EDA3E1220C46556812074A8E0C14
checksum32: A679666CCA4BB93C173EEA08F3F56917190F20794C4577B5F8076E0BF1C5F7B7
checksum64: A679666CCA4BB93C173EEA08F3F56917190F20794C4577B5F8076E0BF1C5F7B7

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

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
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.729.0</version>
<version>6.0.732.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-729-0.exe
x64: https://download.geogebra.org/installers/6.0/graphing/GeoGebraGraphing-Windows-Installer-6-0-729-0.exe
x32: https://download.geogebra.org/installers/6.0/graphing/GeoGebraGraphing-Windows-Installer-6-0-732-0.exe
x64: https://download.geogebra.org/installers/6.0/graphing/GeoGebraGraphing-Windows-Installer-6-0-732-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: 4F40BCAFE49A433708C7789670AF98591B81B5EF2C8FBAD6DB7A2396267A28B9
checksum64: 4F40BCAFE49A433708C7789670AF98591B81B5EF2C8FBAD6DB7A2396267A28B9
checksum32: E6ADCD08A76890DA0CC2369274EC44D261BABC61BE44FFE1A7050E16AEFBE3F1
checksum64: E6ADCD08A76890DA0CC2369274EC44D261BABC61BE44FFE1A7050E16AEFBE3F1

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-729-0.exe'
$file = 'GeoGebraGraphing-Windows-Installer-6-0-732-0.exe'

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

0 comments on commit aa7b4b6

Please sign in to comment.