Skip to content

Commit

Permalink
AU: 6 updated - 1password audacity kitty mkdocs-material openshift-cl…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 24, 2023
1 parent 0347932 commit dc22fad
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 27 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.832",
"OPW": "7.9.833",
"OPW4": "4.6.2.626"
}
6 changes: 4 additions & 2 deletions 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.832</version>
<version>7.9.833</version>
<title>1Password</title>
<authors>AgileBits</authors>
<owners>chocolatey-community, AgileBits</owners>
Expand All @@ -15,11 +15,13 @@
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description><![CDATA[1Password can create strong, unique passwords for you, remember them, and restore them, all directly in your web browser.
![screenshot](https://github.com/chocolatey-community/chocolatey-coreteampackages/blob/master/automatic/1password/screenshot.png?raw=true)
## Notes
- This package provides only the latest version of 1Password. If there is a need for the 4.x version of 1Password, please install the [1password4](https://chocolatey.org/packages/1password4) package instead.
![screenshot](https://github.com/chocolatey-community/chocolatey-coreteampackages/blob/master/automatic/1password/screenshot.png?raw=true)
- **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>
<summary>1Password - Have you ever forgotten a password?</summary>
<copyright>©2021 AgileBits, Inc. All rights reserved.</copyright>
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.832.exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.9.833.exe'
softwareName = '1Password*'
checksum = '578022880cbb9f9dc1e0d61e77077ad105e51727ad09f2565fe512ba06107611'
checksum = '9263f86a3765f3afb5c87861d7f96f1bf8fdf35ef8029f3d030f558e1edd1d81'
checksumType = 'sha256'
silentArgs = "--silent"
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/audacity/audacity.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>audacity</id>
<title>Audacity</title>
<owners>chocolatey-community</owners>
<version>3.2.5</version>
<version>3.3.0</version>
<authors>Audacity Developers</authors>
<summary>Audacity is free, open source, cross-platform software for recording and editing sounds.</summary>
<description><![CDATA[Audacity is free, open source, cross-platform software for recording and editing sounds.
Expand Down
8 changes: 4 additions & 4 deletions automatic/audacity/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ Package can be verified like this:
1. Go to <https://www.audacityteam.org/download/windows/>

And download the following:
x32: https://github.com/audacity/audacity/releases/download/Audacity-3.2.5/audacity-win-3.2.5-x32.exe
x64: https://github.com/audacity/audacity/releases/download/Audacity-3.2.5/audacity-win-3.2.5-x64.exe
x32: https://github.com/audacity/audacity/releases/download/Audacity-3.3.0/audacity-win-3.3.0-x32.exe
x64: https://github.com/audacity/audacity/releases/download/Audacity-3.3.0/audacity-win-3.3.0-x64.exe

to acquire the installers.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: BDFE5BA5F2D51869FDC0C0CC713AAD5ACED06E0B8D16C72FE08311480854F906
checksum64: A0A34FACBCC28DBE0B6905B29F6AA17353D40383214414E5693D4640F5E4527D
checksum32: 1159C129CB2A736327462845B9377B4681B351156C1D410BE65952714B447752
checksum64: 6D6153FF44859541FDF9CEC487A525A4B0215B2F991AF415BF623EFF36DBD541

File 'LICENSE.txt' obtained from:
https://www.audacityteam.org/about/license/#license
4 changes: 2 additions & 2 deletions automatic/audacity/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsDir = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'audacity'
fileType = 'exe'
file = "$toolsDir\audacity-win-3.2.5-x32.exe"
file64 = "$toolsDir\audacity-win-3.2.5-x64.exe"
file = "$toolsDir\audacity-win-3.3.0-x32.exe"
file64 = "$toolsDir\audacity-win-3.3.0-x64.exe"
silentArgs = '/VERYSILENT'
validExitCodes = @(0, 1223)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/kitty/kitty.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>kitty</id>
<version>0.76.1.5</version>
<version>0.76.1.6</version>
<title>KiTTY</title>
<authors>Cyril Dupont</authors>
<owners>chocolatey-community, Andre-Patrick Bubel, Miodrag Milic</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/kitty/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ in verifying that this package's contents are trustworthy.

Package can be verified like this:

1. Download the zip file: https://github.com/cyd01/KiTTY/releases/download/v0.76.1.5/kitty-bin-0.76.1.5.zip
1. Download the zip file: https://github.com/cyd01/KiTTY/releases/download/v0.76.1.6/kitty-bin-0.76.1.6.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'

SHA256: 2556ad7ab075831a9479351a9cff88f9ca4e0e16807688f9eff2313190f1d5bd
SHA256: dd540ca2bc74fb327a36cd688d448c6fb0ba35275136d33f7b4331c150440845

Using AU:

Get-RemoteChecksum https://github.com/cyd01/KiTTY/releases/download/v0.76.1.5/kitty-bin-0.76.1.5.zip
Get-RemoteChecksum https://github.com/cyd01/KiTTY/releases/download/v0.76.1.6/kitty-bin-0.76.1.6.zip

File 'LICENSE.TXT' is obtained from:
https://raw.githubusercontent.com/cyd01/KiTTY/master/LICENCE.TXT
Expand Down
2 changes: 1 addition & 1 deletion automatic/kitty/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ StopProcesses

$packageArgs = @{
PackageName = 'kitty'
FileFullPath = "$toolsPath\kitty-bin-0.76.1.5.zip"
FileFullPath = "$toolsPath\kitty-bin-0.76.1.6.zip"
Destination = $toolsPath
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/mkdocs-material.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>mkdocs-material</id>
<title>MkDocs Material Theme</title>
<version>9.1.7</version>
<version>9.1.8</version>
<authors>Martin Donath</authors>
<owners>chocolatey-community</owners>
<projectUrl>http://squidfunk.github.io/mkdocs-material/</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Update-SessionEnvironment

$version = '9.1.7'
$version = '9.1.8'

$proxy = Get-EffectiveProxy
if ($proxy) {
Expand Down
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.12.11>
location on <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.12.13>
and can be verified by doing the following:

1. Download the following:
software: <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.12.11/openshift-client-windows-4.12.11.zip>
software: <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.12.13/openshift-client-windows-4.12.13.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: 35EDB6D4ED70FA6E18AC0847CE09F805C8F0C95646A4497C21F8CD4C91E2B87E
checksum: 43DF6828DCFD4481930DA26F1795B792FA5715F6DAF1E9F9B639A8C7352D673A

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.12.11</version>
<version>4.12.13</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.12.11</releaseNotes>
<releaseNotes>https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.12.13</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
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.96.0.409</version>
<version>8.97.0.203</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.96.0.409.msi'
checksum = 'f6d63a563079435b3d5cd26113046655f17101039619881b9b27563c0e2d2d5f'
url = 'https://download.skype.com/s4l/download/win/Skype-8.97.0.203.msi'
checksum = '923f947b4583dfc09f8ff07d4964d134d45e659024f1f0ea11e8c121fbc940cb'
checksumType = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit dc22fad

Please sign in to comment.