Skip to content

Commit

Permalink
AU: 3 updated - dropbox freecad kubernetes-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 10, 2022
1 parent e411625 commit 9811c49
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 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": "162.3.5352-beta",
"beta": "162.3.5368-beta",
"stable": "161.4.4923"
}
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>161.4.4923</version>
<version>162.3.5368-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
6 changes: 3 additions & 3 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 = '161.4.4923'
$version = '162.3.5368'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,8 +13,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20161.4.4923%20Offline%20Installer.x86.exe'
checksum = '9e4ad2912bd44383bd31b9f08f8e0d5238bd32c72437c199b53322aaec608a63'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20162.3.5368%20Offline%20Installer.x86.exe'
checksum = 'ca55cc7b54e7087a4dcf5eead4e41c33ffbd6248ab2fb8aa8259afe0777f9d21'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stable": "0.20.1.1",
"portable": "0.20.1.1",
"dev": "30858.2022.11.7-dev"
"dev": "30922.2022.11.10-dev"
}
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.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>freecad</id>
<version>30858.2022.11.7-dev</version>
<version>30922.2022.11.10-dev</version>
<title>FreeCAD</title>
<owners>chocolatey-community,purity</owners>
<authors>Jürgen Riegel</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/freecad/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ $packageArgs = @{
packageName = 'freecad'
fileType = '7z'
url = ''
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-30858-2022-11-07-conda-Windows-x86_64-py310.7z'
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-30922-2022-11-10-conda-Windows-x86_64-py310.7z'
softwareName = 'FreeCAD'
checksum = ''
checksumType = ''
checksum64 = '9DA8B3739FE50F441A02EA4F6C2333C76A45F8BF15461C9EFDE20D5EF1AA693E'
checksum64 = 'E97482366870DAAFAA69FD59EE4051F613EC11FD1B284B37D9BBFDB3FC4AC00A'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
8 changes: 4 additions & 4 deletions automatic/kubernetes-cli/kubernetes-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"1.19": "1.19.16",
"1.20": "1.20.15",
"1.21": "1.21.14",
"1.22": "1.22.15",
"1.23": "1.23.13",
"1.24": "1.24.7",
"1.25": "1.25.3"
"1.22": "1.22.16",
"1.23": "1.23.14",
"1.24": "1.24.8",
"1.25": "1.25.4"
}
2 changes: 1 addition & 1 deletion automatic/kubernetes-cli/kubernetes-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>kubernetes-cli</id>
<version>1.25.3</version>
<version>1.25.4</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/kubernetes-cli</packageSourceUrl>
<owners>chocolatey-community,Andrei Bejenaru</owners>
<title>Kubernetes Command Line Interface (CLI)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/kubernetes-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ location on <https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHAN
and can be verified by doing the following:

1. Download the following:
32-bit software: <https://dl.k8s.io/v1.25.3/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.25.3/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.25.4/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.25.4/kubernetes-client-windows-amd64.tar.gz>

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

checksum type: sha256
checksum32: 66940442A09108A600D3A41162923BC5D814A47B74FA30F7B29455E7601E1269
checksum64: B21E688D892FC282903D53274767CAE04811E11ABC0F4DBA2ED22C4CCFD71F1D
checksum32: 797A04F7168D4095FFCC1419809779A2D56F9A31A84F2F72F25C59805BA04665
checksum64: F829903647D7D0CEDA86C8C72BC632EF3273DFB1EB1C6AB3F2A5CA42CF46A001

File 'LICENSE.txt' is obtained from <https://github.com/kubernetes/kubernetes/blob/d30db1f9a915aa95402e1190461469a1889d92be/LICENSE>

0 comments on commit 9811c49

Please sign in to comment.