Skip to content

Commit

Permalink
AU: 10 updated - 1password Ghostscript Ghostscript.app googlechromebe…
Browse files Browse the repository at this point in the history
…ta kubescape openshift-cli simplewall simplewall.install simplewall.portable skype

[skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/69a266a3cc8a5daf21fd28b4dbc00960ebfdfa51
  • Loading branch information
Chocolatey Community committed Nov 1, 2023
1 parent 77f945b commit c2a4498
Show file tree
Hide file tree
Showing 22 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion automatic/1password/1password.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"OPW": "7.9.834",
"OPW": "7.9.835",
"OPW4": "4.6.2.626"
}
2 changes: 1 addition & 1 deletion automatic/1password/1password.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>1password</id>
<version>7.9.834</version>
<version>7.9.835</version>
<title>1Password</title>
<authors>AgileBits</authors>
<owners>chocolatey-community, AgileBits</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/1password/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.9.834.exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.9.835.exe'
softwareName = '1Password*'
checksum = '7b578e42ced2e8a36855dd0984668622a508ad82eb33257dc9b8f1eb586bdd77'
checksum = '3d43ea28c46a1dac9cc645c5d9f4692cd1be009145ffe5260a910a2d9c89dd52'
checksumType = 'sha256'
silentArgs = "--silent"
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/ghostscript.app/ghostscript.app.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>Ghostscript.app</id>
<version>10.02.0</version>
<version>10.02.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/ghostscript.app</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>Ghostscript (Install)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/ghostscript.app/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10020/gs10020w32.exe>
64-Bit software: <https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10020/gs10020w64.exe>
32-Bit software: <https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10021/gs10021w32.exe>
64-Bit software: <https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10021/gs10021w64.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: 9D2C07A903C10FF5947A3543444F787B8473E7CCCC84A6E09355772FD544C145
checksum64: A794AC78882A744B97ACEBED7A6A76AC8B3CFDEF9D38BD891AA262081E303D52
checksum32: 74D1D127F98255DC0058EB9FDBC81BFF881288A159EB71E9F3C5B42036B10308
checksum64: 40DCA8CC9156A448082670599D1779339738028A616B3C1047178CF0A0BAA6E5

The file 'LICENSE.txt' has been obtained from <http://git.ghostscript.com/?p=ghostpdl.git;a=blob_plain;f=LICENSE;h=572496a331cefa0933a9e997374f5e7dde3b95c8;hb=HEAD>
4 changes: 2 additions & 2 deletions automatic/ghostscript.app/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$filePath32 = "$toolsPath\gs10020w32.exe"
$filePath64 = "$toolsPath\gs10020w64.exe"
$filePath32 = "$toolsPath\gs10021w32.exe"
$filePath64 = "$toolsPath\gs10021w64.exe"

$filePath = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne $true) {
Write-Host "Installing 64 bit version" ; $filePath64
Expand Down
4 changes: 2 additions & 2 deletions automatic/ghostscript/ghostscript.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>Ghostscript</id>
<version>10.02.0</version>
<version>10.02.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/ghostscript</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>Ghostscript</title>
Expand Down Expand Up @@ -32,7 +32,7 @@
]]></description>
<releaseNotes>https://ghostscript.readthedocs.io/en/latest/News.html</releaseNotes>
<dependencies>
<dependency id="ghostscript.app" version="[10.02.0]" />
<dependency id="ghostscript.app" version="[10.02.1]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>119.0.6045.105-beta</version>
<version>120.0.6099.5-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey-community,nsleigh</owners>
<authors>Google LLC.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '119.0.6045.105-beta'
$version = '120.0.6099.5-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = '93065124d2a130c7ed1b196dede870282906dda89debc743a0bac8886137f38f'
checksum64 = 'f95346581ee72a03fdb25e66117429435fef13491eb1144c3de0a26316ff357b'
checksum = '2b1a29b3ccdc3d5e66487f0448f89038c42ffb73e2cc14ae9f21383f29520403'
checksum64 = '88e53d6fb3d9cc1a67273e6a911a82806587c72d55e6c6c59a13ca772b19749f'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
2 changes: 1 addition & 1 deletion automatic/kubescape/kubescape.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>kubescape</id>
<version>3.0.0</version>
<version>3.0.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/kubescape</packageSourceUrl>
<owners>chocolatey-community,hollowman</owners>
<title>kubescape: Kubernetes Security Platform</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/kubescape/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ location on <https://github.com/kubescape/kubescape/releases>
and can be verified by doing the following:

1. Download the following:
64-bit software: <https://github.com/kubescape/kubescape/releases/download/v3.0.0/kubescape.exe>
64-bit software: <https://github.com/kubescape/kubescape/releases/download/v3.0.1/kubescape.exe>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -17,6 +17,6 @@ and can be verified by doing the following:

3. The checksums should match the following:
checksum type: sha256
checksum64: 5844EA67469664A0CE6C36525A4FF85B8A1443DE437E6A46A649A745CF912FF9
checksum64: B2796EE877DDC828EEB5082978F8A9B9C340DF4DE97E7E022C41E2E34D328270

The file 'LICENSE.txt' has been obtained from <https://github.com/kubescape/kubescape/blob/92449bf564ca256263db0b185746553e7d0b3c96/LICENSE>
6 changes: 3 additions & 3 deletions automatic/openshift-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.14.0>
location on <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.14.1>
and can be verified by doing the following:

1. Download the following:
software: <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.14.0/openshift-client-windows-4.14.0.zip>
software: <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.14.1/openshift-client-windows-4.14.1.zip>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -17,6 +17,6 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type:
checksum: F68906A63C2C8ACB2112B19308C280EE6136FC750AB037EC39956011561D804E
checksum: CF6DE91F2C508E0D4CA9A01A38BDA354A7FE937345D0D09BAEC263664D316780

The file 'LICENSE.txt' has been obtained from <https://github.com/openshift/origin/blob/6366485d06c43fd526899510f02582484da25519/LICENSE>
4 changes: 2 additions & 2 deletions automatic/openshift-cli/openshift-cli.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>openshift-cli</id>
<version>4.14.0</version>
<version>4.14.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/openshift-cli</packageSourceUrl>
<owners>chocolatey-community,Andrei Bejenaru</owners>
<title>OpenShift Command Line Interface (CLI)</title>
Expand Down Expand Up @@ -45,7 +45,7 @@ Origin is the upstream community project that powers OpenShift. Built around a c
* Windows support is limited to 64bit systems.
* **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<releaseNotes>https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.14.0</releaseNotes>
<releaseNotes>https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.14.1</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
4 changes: 2 additions & 2 deletions automatic/simplewall.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer has been downloaded from the GitHub mirror and can be verified lik

1. Download the following installer(s):

x86: https://github.com/henrypp/simplewall/releases/download/v.3.7.4/simplewall-3.7.4-setup.exe
x86: https://github.com/henrypp/simplewall/releases/download/v.3.7.5/simplewall-3.7.5-setup.exe

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: A0311E84379B0EC8C9A83DCF9869B562C58BDBE552E06E8D4DF17F1A9DC6202D
checksum32: 7804EDC4A726F39A94CB08197A9CAD5818EDA2854C9CF64D84AADF58ECF3D4A9

The included 'LICENSE.txt' file have been obtained from:
https://github.com/henrypp/simplewall/blob/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/simplewall.install/simplewall.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>simplewall.install</id>
<version>3.7.4</version>
<version>3.7.5</version>
<authors>Henry++</authors>
<summary>Simple tool to configure Windows Filtering Platform.</summary>
<description><![CDATA[Simple tool to configure Windows Filtering Platform (WFP) which can configure network activity on your computer.
Expand Down
2 changes: 1 addition & 1 deletion automatic/simplewall.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "simplewall*"
file = "$toolsDir\simplewall-3.7.4-setup.exe"
file = "$toolsDir\simplewall-3.7.5-setup.exe"
fileType = "exe"
silentArgs = "/S"
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/simplewall.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The archive have been downloaded from the GitHub mirror and can be verified like

1. Download the following archive(s):

x86: https://github.com/henrypp/simplewall/releases/download/v.3.7.4/simplewall-3.7.4-bin.zip
x86: https://github.com/henrypp/simplewall/releases/download/v.3.7.5/simplewall-3.7.5-bin.zip

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: F5A3C827B3FF50A3749537009629E52326BEBBCD6C2D100DE13540946A7A451C
checksum32: 845787AFF72383CE148006EEE80A0B68624AC76B8FD5EE4A441C94DC1A9525B0

The included 'LICENSE.txt' file have been obtained from:
https://github.com/henrypp/simplewall/blob/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/simplewall.portable/simplewall.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>simplewall.portable</id>
<version>3.7.4</version>
<version>3.7.5</version>
<authors>Henry++</authors>
<summary>Simple tool to configure Windows Filtering Platform.</summary>
<description><![CDATA[Simple tool to configure Windows Filtering Platform (WFP) which can configure network activity on your computer.
Expand Down
2 changes: 1 addition & 1 deletion automatic/simplewall.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsDir\simplewall-3.7.4-bin.zip"
file = "$toolsDir\simplewall-3.7.5-bin.zip"
destination = $toolsDir
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/simplewall/simplewall.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>simplewall</id>
<version>3.7.4</version>
<version>3.7.5</version>
<authors>Henry++</authors>
<summary>Simple tool to configure Windows Filtering Platform.</summary>
<description><![CDATA[Simple tool to configure Windows Filtering Platform (WFP) which can configure network activity on your computer.
Expand Down Expand Up @@ -37,7 +37,7 @@ The lightweight application is less than a megabyte, and it is compatible with W
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/simplewall</packageSourceUrl>
<releaseNotes>https://github.com/henrypp/simplewall/blob/master/CHANGELOG.md</releaseNotes>
<dependencies>
<dependency id="simplewall.install" version="[3.7.4]" />
<dependency id="simplewall.install" version="[3.7.5]" />
</dependencies>
</metadata>
<files />
Expand Down
2 changes: 1 addition & 1 deletion automatic/skype/skype.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>skype</id>
<title>Skype</title>
<version>8.106.0.212</version>
<version>8.107.0.215</version>
<authors>Microsoft</authors>
<owners>chocolatey-community,Rob Reynolds</owners>
<summary>Skype - VOIP</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/skype/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Skype*'
fileType = 'msi'
url = 'https://download.skype.com/s4l/download/win/Skype-8.106.0.212.msi'
checksum = 'b024ef810c357dfb7a80993d3fd437f992a0efd0911ca891a0b8b20a3d9cb28d'
url = 'https://download.skype.com/s4l/download/win/Skype-8.107.0.215.msi'
checksum = 'b687788e011c4d0a366383f92accb9a30bc89478821e2c2703d2d5169d260668'
checksumType = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit c2a4498

Please sign in to comment.