Skip to content

Commit

Permalink
AU: 4 updated - dropbox k9s protoc sysinternals
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 10, 2024
1 parent ddd40d0 commit aba897b
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "190.3.6326-beta",
"stable": "189.4.8427"
"stable": "190.4.6383"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>189.4.8427</version>
<version>190.4.6383</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
10 changes: 5 additions & 5 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '189.4.8427'
$version = '190.4.6383'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20189.4.8427%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20189.4.8427%20Offline%20Installer.x64.exe'
checksum = '1e6facdba4528d1e761db3577ad6a42e9fdcd0eb6eb16d8dbe0c4aff06044a30'
checksum64 = '2013395cb9d37178209bfcc73ab00c6e6eee0d56e5ec3aafab40839196997fc6'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20190.4.6383%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20190.4.6383%20Offline%20Installer.x64.exe'
checksum = '3852a8a4cae4ff64ddafb05510f747ebba03da540d9ce6ef404c34ccdb224595'
checksum64 = '82c8929670e2cd6a57277e30e85c2f97422cca23d909aef1e430e9b0567ce455'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down
4 changes: 2 additions & 2 deletions automatic/k9s/k9s.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>k9s</id>
<version>0.31.1</version>
<version>0.31.2</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/k9s</packageSourceUrl>
<owners>chocolatey-community,Matteo Dell'Aquila (moebius87)</owners>
<title>k9s: Kubernetes CLI To Manage Your Clusters In Style!</title>
Expand Down Expand Up @@ -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.
]]></description>
<releaseNotes>https://github.com/derailed/k9s/blob/v0.31.1/change_logs/release_v0.31.1.md</releaseNotes>
<releaseNotes>https://github.com/derailed/k9s/blob/v0.31.2/change_logs/release_v0.31.2.md</releaseNotes>
<dependencies>
<dependency id="kubernetes-cli" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/k9s/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/derailed/k9s/releases/download/v0.31.1/k9s_Windows_amd64.zip>
64-bit software: <https://github.com/derailed/k9s/releases/download/v0.31.2/k9s_Windows_amd64.zip>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -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: F5149EA67EF4758831B4713DD44053A32BEEC6CA385365E6F30053A0A0C0E553
checksum64: 528BBFE3253AC1958FDF4BF4251E5BDD2B305B1492FBA7FF2AC83E5F8EF5A9A3

The file 'LICENSE.txt' has been obtained from <https://raw.githubusercontent.com/derailed/k9s/2e05367256a7b2777b011da7213cf636c9ae4d17/LICENSE>
8 changes: 4 additions & 4 deletions automatic/protoc/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The zip file have been downloaded from the github release page on <https://githu
and can be verified like this:

1. Download the following:
32-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v25.1/protoc-25.1-win32.zip>
64-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v25.1/protoc-25.1-win64.zip>
32-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v25.2/protoc-25.2-win32.zip>
64-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v25.2/protoc-25.2-win64.zip>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 1AA69D3635A65991090A469AB030887DADAA07691D6F1405D7687C8DFC0E028F
checksum64: B55901FC748D1679F3A803BDC2A920E1897EB02433C501B5A589EA08C4623844
checksum32: A2C5FCE13500817CC585DBA809B87F50051E94F4DCFF259875C8F1761919091A
checksum64: 74CF3A0EAD50BE525AD393F820FCE64BAED3776202FF3B8423ACF3BF0DAAF542

File 'LICENSE' is obtained from <https://github.com/protocolbuffers/protobuf/blob/master/LICENSE>
4 changes: 2 additions & 2 deletions automatic/protoc/protoc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<metadata>
<!-- IconUrl: Skip check -->
<id>protoc</id>
<version>25.1</version>
<version>25.2</version>
<title>Protocol Buffers</title>
<authors>Google</authors>
<owners>chocolatey-community, keen, jordigg, drel</owners>
<licenseUrl>https://github.com/protocolbuffers/protobuf/blob/master/LICENSE</licenseUrl>
<projectUrl>https://developers.google.com/protocol-buffers/</projectUrl>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v25.1</releaseNotes>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v25.2</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/protoc</packageSourceUrl>
<projectSourceUrl>https://github.com/protocolbuffers/protobuf</projectSourceUrl>
<docsUrl>https://developers.google.com/protocol-buffers/</docsUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/protoc/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$packageArgs = @{
PackageName = $Env:ChocolateyPackageName
FileFullPath = "$toolsPath\protoc-25.1-win32.zip"
FileFullPath64 = "$toolsPath\protoc-25.1-win64.zip"
FileFullPath = "$toolsPath\protoc-25.2-win32.zip"
FileFullPath64 = "$toolsPath\protoc-25.2-win64.zip"
Destination = $toolsPath
}
Get-ChocolateyUnzip @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysinternals/sysinternals.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sysinternals</id>
<title>Sysinternals</title>
<version>2023.11.13</version>
<version>2024.1.9</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/sysinternals/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Write-Host "Sysinternals Suite is going to be installed in '$installDir'"
$packageArgs = @{
packageName = 'sysinternals'
url = 'https://download.sysinternals.com/files/SysinternalsSuite.zip'
checksum = '72f0e731416b1c4407a991e4257d830c316c86079524902528869c5fd1ad1d9c'
checksum = 'f5ce59b70dfed1846a1fa145dd34acc9f6635e6d80a24cae39b911ebe9b33140'
checksumType = 'sha256'
unzipLocation = $installDir
}
Expand All @@ -18,7 +18,7 @@ Accept-Eula
if ($installDir -ne $toolsPath) { Install-ChocolateyPath $installDir }
if (Is-NanoServer) {
$packageArgs.url = 'https://download.sysinternals.com/files/SysinternalsSuite-Nano.zip'
$packageArgs.checksum = '5700cd1473f5217eebdb1dc2122886f975c7e8e9e1634567be4770fd760e9565'
$packageArgs.checksum = 'f57d9f9fe085c1d5ae9b51a3e2f0fb81e423b6dafd8fdee39739bf228b5df940'
}

$old_path = 'c:\sysinternals'
Expand Down

0 comments on commit aba897b

Please sign in to comment.