diff --git a/automatic/geogebra-geometry/geogebra-geometry.nuspec b/automatic/geogebra-geometry/geogebra-geometry.nuspec index b5649b22f..785963f03 100644 --- a/automatic/geogebra-geometry/geogebra-geometry.nuspec +++ b/automatic/geogebra-geometry/geogebra-geometry.nuspec @@ -3,7 +3,7 @@ geogebra-geometry - 6.0.813.0 + 6.0.814.0 https://github.com/chtof/chocolatey-packages/tree/master/automatic/geogebra-geometry chtof GeoGebra Geometry (Portable) diff --git a/automatic/geogebra-geometry/legal/VERIFICATION.txt b/automatic/geogebra-geometry/legal/VERIFICATION.txt index c0139b04d..184b7a63a 100644 --- a/automatic/geogebra-geometry/legal/VERIFICATION.txt +++ b/automatic/geogebra-geometry/legal/VERIFICATION.txt @@ -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-813-0.exe - x64: https://download.geogebra.org/installers/6.0/geometry/GeoGebraGeometry-Windows-Installer-6-0-813-0.exe + 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 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: CBBF1E7CCDDCC1B0EDDA92C388AE2721100F53955DED48E0F042F122706542B2 - checksum64: CBBF1E7CCDDCC1B0EDDA92C388AE2721100F53955DED48E0F042F122706542B2 + checksum32: BD94C801513E3C1E79539728AED4FDEAF641EBA45CE425D44140B733F4D1C2C3 + checksum64: BD94C801513E3C1E79539728AED4FDEAF641EBA45CE425D44140B733F4D1C2C3 File 'LICENSE.txt' is obtained from: https://www.geogebra.org/license diff --git a/automatic/geogebra-geometry/tools/chocolateyinstall.ps1 b/automatic/geogebra-geometry/tools/chocolateyinstall.ps1 index c2617ab71..33843664f 100644 --- a/automatic/geogebra-geometry/tools/chocolateyinstall.ps1 +++ b/automatic/geogebra-geometry/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$file = 'GeoGebraGeometry-Windows-Installer-6-0-813-0.exe' +$file = 'GeoGebraGeometry-Windows-Installer-6-0-814-0.exe' $packageArgs = @{ packageName = $env:ChocolateyPackageName