diff --git a/automatic/k9s/k9s.nuspec b/automatic/k9s/k9s.nuspec index 03e6cde3eab..6d1f260990c 100644 --- a/automatic/k9s/k9s.nuspec +++ b/automatic/k9s/k9s.nuspec @@ -3,7 +3,7 @@ k9s - 0.32.1 + 0.32.2 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/k9s chocolatey-community,Matteo Dell'Aquila (moebius87) k9s: Kubernetes CLI To Manage Your Clusters In Style! @@ -53,7 +53,7 @@ Customize/Arrange which columns to display on a per resource basis. * Resource Graph Traversals * K9s provides for easy traversal of Kubernetes resources and their associated resources. ]]> - https://github.com/derailed/k9s/blob/v0.32.1/change_logs/release_v0.32.1.md + https://github.com/derailed/k9s/blob/v0.32.2/change_logs/release_v0.32.2.md diff --git a/automatic/k9s/legal/VERIFICATION.txt b/automatic/k9s/legal/VERIFICATION.txt index 059aa1ffc51..0dc0b8b7246 100644 --- a/automatic/k9s/legal/VERIFICATION.txt +++ b/automatic/k9s/legal/VERIFICATION.txt @@ -6,7 +6,7 @@ in verifying that this package's contents are trustworthy. The embedded software can be verified by doing the following: 1. Download the following: - 64-bit software: + 64-bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' @@ -15,6 +15,6 @@ The embedded software can be verified by doing the following: 3. The checksums should match the following: checksum type: sha256 - checksum64: 3EAEC10DA2964488CC5D1293C84D110ECF83AB6E8B028945332B220E515A7489 + checksum64: 6F15FEB07E81E6A93FDFCC68AA83C1D9840CA0FFECED7F150787F220DB5F8F97 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/mkdocs-material/mkdocs-material.nuspec b/automatic/mkdocs-material/mkdocs-material.nuspec index d558427218c..3314fb75bdf 100644 --- a/automatic/mkdocs-material/mkdocs-material.nuspec +++ b/automatic/mkdocs-material/mkdocs-material.nuspec @@ -4,7 +4,7 @@ mkdocs-material MkDocs Material Theme - 9.5.12 + 9.5.13 Martin Donath chocolatey-community http://squidfunk.github.io/mkdocs-material/ diff --git a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 index 69d1e605631..ea8e1d33e41 100644 --- a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 +++ b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 @@ -1,6 +1,6 @@ Update-SessionEnvironment -$version = '9.5.12' +$version = '9.5.13' $proxy = Get-EffectiveProxy if ($proxy) { diff --git a/automatic/seafile-client/legal/VERIFICATION.txt b/automatic/seafile-client/legal/VERIFICATION.txt index efa9ce420c1..5d66722e8be 100644 --- a/automatic/seafile-client/legal/VERIFICATION.txt +++ b/automatic/seafile-client/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download location on and can be verified by doing the following: -1. Download the following +1. Download the following 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 - checksum: A25B343309E2BB1B61572599C4A5A33D7EF28634130753FC4BA5DB2180A9087A + checksum: 36FCDBA97F767D8099B475D0D2B0BFE62F00FDE69658CF6C3170DAE4CB920B20 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/seafile-client/seafile-client.nuspec b/automatic/seafile-client/seafile-client.nuspec index 71af98a829b..823e80290af 100644 --- a/automatic/seafile-client/seafile-client.nuspec +++ b/automatic/seafile-client/seafile-client.nuspec @@ -3,7 +3,7 @@ seafile-client - 9.0.4 + 9.0.5 Seafile (Windows Client) chocolatey-community Seafile Ltd. diff --git a/automatic/seafile-client/tools/chocolateyInstall.ps1 b/automatic/seafile-client/tools/chocolateyInstall.ps1 index a3a75881d62..1f6eb0fc230 100644 --- a/automatic/seafile-client/tools/chocolateyInstall.ps1 +++ b/automatic/seafile-client/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'msi' - file = "$toolsPath\seafile-9.0.4-en.msi" + file = "$toolsPath\seafile-9.0.5-en.msi" softwareName = 'Seafile*' silentArgs = "/passive" validExitCodes = @(0, 2010, 1641)