Skip to content

Commit

Permalink
AU: 3 updated - dropbox openshift-cli palemoon
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 31, 2023
1 parent cc842b9 commit 84f61c5
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 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": "186.3.6190-beta",
"stable": "185.4.6054"
"stable": "186.4.6207"
}
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>186.3.6190-beta</version>
<version>186.4.6207</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 = '186.3.6190'
$version = '186.4.6207'

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%20186.3.6190%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20186.3.6190%20Offline%20Installer.x64.exe'
checksum = 'ebc3bd411ac3ff363028a85120283cd4f7e799923dce8e9a1ed1067ae23aa104'
checksum64 = 'efd1690be35c50469387f6cc1a7a40187dad76449280c1a98fab31862f00d5c7'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20186.4.6207%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20186.4.6207%20Offline%20Installer.x64.exe'
checksum = 'a22d81a4a0050fef5e57e3c31c2a45e1eefb6618469ca8cff18d95de4e4cca21'
checksum64 = '7c7db820024463a422bc1bb12340ac8bf222ff617baab1c4d31436037600fa84'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
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.13.18>
location on <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.14.0>
and can be verified by doing the following:

1. Download the following:
software: <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.13.18/openshift-client-windows-4.13.18.zip>
software: <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.14.0/openshift-client-windows-4.14.0.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: 3A10CC1D3DE9B274222DF21ACDA6DC52D69B9F4F7F7D8A508F8232AA35219B11
checksum: F68906A63C2C8ACB2112B19308C280EE6136FC750AB037EC39956011561D804E

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.13.18</version>
<version>4.14.0</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.13.18</releaseNotes>
<releaseNotes>https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.14.0</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
2 changes: 1 addition & 1 deletion automatic/palemoon/palemoon.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>palemoon</id>
<title>Pale Moon browser</title>
<version>32.4.1</version>
<version>32.5.0</version>
<authors>Moonchild Productions</authors>
<owners>chocolatey-community,Redsandro</owners>
<summary>A Firefox-based web browser optimized for modern hardware.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/palemoon/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
$packageArgs = @{
packageName = 'palemoon'
fileType = 'exe'
url = 'https://rm-eu.palemoon.org/release/palemoon-32.4.1.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-32.4.1.win64.installer.exe'
url = 'https://rm-eu.palemoon.org/release/palemoon-32.5.0.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-32.5.0.win64.installer.exe'

softwareName = 'Pale Moon*'

checksum = '21fedf732f71fc5424339d28ea29b07ec666db4d9ce20edd003db4512dd49509'
checksum = '34f92ad033dac1ff38b29441cac6a44eabdbe661dda2a433ce6ab93fc0721579'
checksumType = 'sha256'
checksum64 = '8cd4e52e2ce731bca2073b806015a7a81b1364ef7d40e6ebe9686a2d6a30d6d9'
checksum64 = 'cfe2bce22d6781b76ed795b0a678ac40c6e57ad6beb5d22cf2f699252c0ef485'
checksumType64= 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
Expand Down

0 comments on commit 84f61c5

Please sign in to comment.