Skip to content

Commit

Permalink
AU: 9 updated - afedteated chirp chirp.install chirp.portable geogebr…
Browse files Browse the repository at this point in the history
…a6 geogebra-geometry ospray ospray.install ospray.portable

[skip ci] https://gist.github.com/chtof/393704c64c2344f0f8e029cd57bebd2b/b37cf2dea18fb81cb065e9d9dcaa7aae116e4c3c
  • Loading branch information
Chocolatey committed Jun 19, 2023
1 parent 5e66b71 commit 656a80c
Show file tree
Hide file tree
Showing 23 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion automatic/afedteated/afedteated.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>afedteated</id>
<version>16.4.0.225</version>
<version>16.4.0.226</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/afedteated</packageSourceUrl>
<owners>chtof</owners>
<title>Advanced SystemCare Free</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/afedteated/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"1765111992"|16.4.0.225
"297870848"|16.4.0.226
2 changes: 1 addition & 1 deletion automatic/afedteated/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'https://cdn.iobit.com/dl/advanced-systemcare-setup.exe'
checksum = '6aca0b115da718dbb2c0b82abde141798aaf37b32edbba0773caf112517f7c253f0f4a8f0af57cd5773f98212468ce2f8b3aeae2c5eb82d91ab601c85b824215'
checksum = '8a33dc6312be41d585a76d0055c5f50a937445547fb4064327749b120fe2099b008b224e2a86477a66d676a5d59b60fb52f4b081ac448e179dc7d1c50d9fd368'
checksumType = 'sha512'

silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
Expand Down
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>2023.06.17</version>
<version>2023.06.19</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_next/next-20230617/chirp-next-20230617-installer.exe
x64: https://trac.chirp.danplanet.com/chirp_next/next-20230617/chirp-next-20230617-installer.exe
x32: https://trac.chirp.danplanet.com/chirp_next/next-20230619/chirp-next-20230619-installer.exe
x64: https://trac.chirp.danplanet.com/chirp_next/next-20230619/chirp-next-20230619-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: 3AF46BA8D8C39AEB28A39AFC058D486604F8D6A93A17B9A634B3FC9FDB447421
checksum64: 3AF46BA8D8C39AEB28A39AFC058D486604F8D6A93A17B9A634B3FC9FDB447421
checksum32: D6094B2583EF7852985A766279D92B000FF83C4917EFABD16D7BCAEC12DCA70F
checksum64: D6094B2583EF7852985A766279D92B000FF83C4917EFABD16D7BCAEC12DCA70F

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-next-20230617-installer.exe"
file = "$toolsDir\chirp-next-20230619-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>2023.06.17</version>
<version>2023.06.19</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_next/next-20230617/chirp-next-20230617-win32.zip
x32: https://trac.chirp.danplanet.com/chirp_next/next-20230619/chirp-next-20230619-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: B9D12287874C4FD06A6C8852E805BD990CD845401F00CCA93CA00ECA05B732F0
checksum32: 7F0CD782F0598AD70AD733CE8D28F4536CF758897C4B43DFA6802A522F585C3F

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-next-20230617-win32.zip"
file = "$toolsDir\chirp-next-20230619-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>2023.06.17</version>
<version>2023.06.19</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="[2023.06.17]" />
<dependency id="chirp.install" version="[2023.06.19]" />
</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.779.0</version>
<version>6.0.783.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-779-0.exe
x64: https://download.geogebra.org/installers/6.0/geometry/GeoGebraGeometry-Windows-Installer-6-0-779-0.exe
x32: https://download.geogebra.org/installers/6.0/geometry/GeoGebraGeometry-Windows-Installer-6-0-783-0.exe
x64: https://download.geogebra.org/installers/6.0/geometry/GeoGebraGeometry-Windows-Installer-6-0-783-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: DE811444E61FA63809E095C23974D746EBB46712FFF243B5339D99929AFA8ACA
checksum64: DE811444E61FA63809E095C23974D746EBB46712FFF243B5339D99929AFA8ACA
checksum32: 0E3543EDB15C4CEB4CEF39F0D85574319C62D178C26A4203E9FD5A46BB7327D8
checksum64: 0E3543EDB15C4CEB4CEF39F0D85574319C62D178C26A4203E9FD5A46BB7327D8

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-779-0.exe'
$file = 'GeoGebraGeometry-Windows-Installer-6-0-783-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.779.0</version>
<version>6.0.783.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-779-0.exe
x64: https://download.geogebra.org/installers/6.0/graphing/GeoGebraGraphing-Windows-Installer-6-0-779-0.exe
x32: https://download.geogebra.org/installers/6.0/graphing/GeoGebraGraphing-Windows-Installer-6-0-783-0.exe
x64: https://download.geogebra.org/installers/6.0/graphing/GeoGebraGraphing-Windows-Installer-6-0-783-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: A16442CFA1D9EA5E801C1595EF1EBCC08C4F5C43A254179FAD994AE34611E79A
checksum64: A16442CFA1D9EA5E801C1595EF1EBCC08C4F5C43A254179FAD994AE34611E79A
checksum32: 8EC363EF901C1762B47D1DC0A3DD34324A1074402A76B76F1FD2D85EEC4970D2
checksum64: 8EC363EF901C1762B47D1DC0A3DD34324A1074402A76B76F1FD2D85EEC4970D2

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

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
8 changes: 4 additions & 4 deletions automatic/ospray.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://github.com//ospray/ospray/releases/download/v2.11.0/ospray-2.11.0.x86_64.windows.msi
x64: https://github.com//ospray/ospray/releases/download/v2.11.0/ospray-2.11.0.x86_64.windows.msi
x32: https://github.com//ospray/ospray/releases/download/v2.12.0/ospray-2.12.0.x86_64.windows.msi
x64: https://github.com//ospray/ospray/releases/download/v2.12.0/ospray-2.12.0.x86_64.windows.msi

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: A91538FD5EB17BA8A30BEF1A519D658071820EC4B875357FCD52E71CB8F6A3D5
checksum64: A91538FD5EB17BA8A30BEF1A519D658071820EC4B875357FCD52E71CB8F6A3D5
checksum32: F982EA207C9DEBF4C9C8F3A62D5E47E8604BFA5F4D40162AA6E8317AB9AFB2AE
checksum64: F982EA207C9DEBF4C9C8F3A62D5E47E8604BFA5F4D40162AA6E8317AB9AFB2AE

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/ospray/ospray/master/LICENSE.txt
2 changes: 1 addition & 1 deletion automatic/ospray.install/ospray.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>ospray.install</id>
<version>2.11.0</version>
<version>2.12.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/ospray.install</packageSourceUrl>
<owners>chtof</owners>
<title>Intel® OSPRay (Install)</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/ospray.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 = 'MSI'
file = "$toolsDir\ospray-2.11.0.x86_64.windows.msi"
file = "$toolsDir\ospray-2.12.0.x86_64.windows.msi"
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
}

Expand Down
8 changes: 4 additions & 4 deletions automatic/ospray.portable/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://github.com//ospray/ospray/releases/download/v2.11.0/ospray-2.11.0.x86_64.windows.zip
x64: https://github.com//ospray/ospray/releases/download/v2.11.0/ospray-2.11.0.x86_64.windows.zip
x32: https://github.com//ospray/ospray/releases/download/v2.12.0/ospray-2.12.0.x86_64.windows.zip
x64: https://github.com//ospray/ospray/releases/download/v2.12.0/ospray-2.12.0.x86_64.windows.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: A9BAC87804B6BA6933E2C785ED62E8BD980AB3BF940988ECBD4F78901A35B105
checksum64: A9BAC87804B6BA6933E2C785ED62E8BD980AB3BF940988ECBD4F78901A35B105
checksum32: C8F5EF8C279A78FB0E63DE39471BCE4C356C0FB4AD452E1CC9517B12BF406036
checksum64: C8F5EF8C279A78FB0E63DE39471BCE4C356C0FB4AD452E1CC9517B12BF406036

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/ospray/ospray/master/LICENSE.txt
2 changes: 1 addition & 1 deletion automatic/ospray.portable/ospray.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>ospray.portable</id>
<version>2.11.0</version>
<version>2.12.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/ospray.portable</packageSourceUrl>
<owners>chtof</owners>
<title>Intel® OSPRay (Portable)</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/ospray.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\ospray-2.11.0.x86_64.windows.zip"
file = "$toolsDir\ospray-2.12.0.x86_64.windows.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand Down
4 changes: 2 additions & 2 deletions automatic/ospray/ospray.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>ospray</id>
<version>2.11.0</version>
<version>2.12.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/ospray</packageSourceUrl>
<owners>chtof</owners>
<title>Intel® OSPRay</title>
Expand Down Expand Up @@ -37,7 +37,7 @@ OSPRay internally builds on top of [Intel Embree](http://www.apache.org/licenses
]]></description>
<releaseNotes>http://www.ospray.org/news.html</releaseNotes>
<dependencies>
<dependency id="ospray.install" version="[2.11.0]" />
<dependency id="ospray.install" version="[2.12.0]" />
</dependencies>
</metadata>
<files></files>
Expand Down

0 comments on commit 656a80c

Please sign in to comment.