Skip to content

Commit

Permalink
AU: 5 updated - chirp chirp.install chirp.portable geogebra6 geogebra…
Browse files Browse the repository at this point in the history
…-geometry

[skip ci]
  • Loading branch information
Chocolatey committed Aug 30, 2021
1 parent 9491cf6 commit 0543b83
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion automatic/chirp.install/chirp.install.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>chirp.install</id>
<version>2021.08.26</version>
<version>2021.08.30</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/chirp.install</packageSourceUrl>
<owners>chtof</owners>
<title>CHIRP (Install)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chirp.install/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://trac.chirp.danplanet.com/chirp_daily/daily-20210826/chirp-daily-20210826-installer.exe
x64: https://trac.chirp.danplanet.com/chirp_daily/daily-20210826/chirp-daily-20210826-installer.exe
x32: https://trac.chirp.danplanet.com/chirp_daily/daily-20210830/chirp-daily-20210830-installer.exe
x64: https://trac.chirp.danplanet.com/chirp_daily/daily-20210830/chirp-daily-20210830-installer.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: 1F21436AFAEC17E749E5F1A1C447F105A558DA6FB70EB174CCC8B48108E99793
checksum64: 1F21436AFAEC17E749E5F1A1C447F105A558DA6FB70EB174CCC8B48108E99793
checksum32: A6BAA66337EEFFB1FC9976B1FA4F241785B4F6DF3F30CD3416E1C59D08D85CBF
checksum64: A6BAA66337EEFFB1FC9976B1FA4F241785B4F6DF3F30CD3416E1C59D08D85CBF

File 'LICENSE.txt' is obtained from:
http://chirp.danplanet.com/projects/chirp/repository/revisions/222c1830b798/entry/COPYING
2 changes: 1 addition & 1 deletion automatic/chirp.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsDir\chirp-daily-20210826-installer.exe"
file = "$toolsDir\chirp-daily-20210830-installer.exe"
silentArgs = '/S'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/chirp.portable/chirp.portable.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>chirp.portable</id>
<version>2021.08.26</version>
<version>2021.08.30</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/chirp.portable</packageSourceUrl>
<owners>chtof</owners>
<title>CHIRP (Portable)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/chirp.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Package can be verified like this:

1. Download:

x32: https://trac.chirp.danplanet.com/chirp_daily/daily-20210826/chirp-daily-20210826-win32.zip
x32: https://trac.chirp.danplanet.com/chirp_daily/daily-20210830/chirp-daily-20210830-win32.zip

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: D3D34AD464E1CA2B5900BB85BA1406C6A34BEEABF1677492D5A679EF5502D467
checksum32: 2D65A30521436A736334E3AA8D485BD4863E4E27CC81034007EBE6A3D3CA0C72

File 'LICENSE.txt' is obtained from:
http://chirp.danplanet.com/projects/chirp/repository/revisions/222c1830b798/entry/COPYING
2 changes: 1 addition & 1 deletion automatic/chirp.portable/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
destination = "$toolsDir"
file = "$toolsDir\chirp-daily-20210826-win32.zip"
file = "$toolsDir\chirp-daily-20210830-win32.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand Down
4 changes: 2 additions & 2 deletions automatic/chirp/chirp.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>chirp</id>
<version>2021.08.26</version>
<version>2021.08.30</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/chirp</packageSourceUrl>
<owners>chtof</owners>
<title>CHIRP</title>
Expand All @@ -26,7 +26,7 @@ CHIRP is distributed as a series of automatically-generated builds. Any time we
]]></description>
<releaseNotes>http://chirp.danplanet.com/projects/chirp/repository/revisions</releaseNotes>
<dependencies>
<dependency id="chirp.install" version="[2021.08.26]" />
<dependency id="chirp.install" version="[2021.08.30]" />
</dependencies>
</metadata>
<files>
Expand Down
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.659.0</version>
<version>6.0.662.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-659-0.exe
x64: https://download.geogebra.org/installers/6.0/geometry/GeoGebraGeometry-Windows-Installer-6-0-659-0.exe
x32: https://download.geogebra.org/installers/6.0/geometry/GeoGebraGeometry-Windows-Installer-6-0-662-0.exe
x64: https://download.geogebra.org/installers/6.0/geometry/GeoGebraGeometry-Windows-Installer-6-0-662-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: 5EED3E2746CA976D786BD02DF18C4AB08ECB1D594561A3C7180F99AF812568FA
checksum64: 5EED3E2746CA976D786BD02DF18C4AB08ECB1D594561A3C7180F99AF812568FA
checksum32: 9DF36592143A2A6879EE3AE47826313DA66D0BF892C145BE362E7D2E0575F611
checksum64: 9DF36592143A2A6879EE3AE47826313DA66D0BF892C145BE362E7D2E0575F611

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-659-0.exe'
$file = 'GeoGebraGeometry-Windows-Installer-6-0-662-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.659.0</version>
<version>6.0.662.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-659-0.exe
x64: https://download.geogebra.org/installers/6.0/graphing/GeoGebraGraphing-Windows-Installer-6-0-659-0.exe
x32: https://download.geogebra.org/installers/6.0/graphing/GeoGebraGraphing-Windows-Installer-6-0-662-0.exe
x64: https://download.geogebra.org/installers/6.0/graphing/GeoGebraGraphing-Windows-Installer-6-0-662-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: 1BDEB977E595DBF703C1DC45D8E62F0D320D04538886FC0E655FE9B4C5C73249
checksum64: 1BDEB977E595DBF703C1DC45D8E62F0D320D04538886FC0E655FE9B4C5C73249
checksum32: 6D7C33A170F14A6A2C8E6CA5233822C2A25D33CB53BE9B1F654B1D04F6AE6DEA
checksum64: 6D7C33A170F14A6A2C8E6CA5233822C2A25D33CB53BE9B1F654B1D04F6AE6DEA

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

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

0 comments on commit 0543b83

Please sign in to comment.