Skip to content

Commit

Permalink
AU: 3 updated - chromium dropbox juju
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 24, 2022
1 parent 1a4d952 commit e282132
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "101.0.4906.0-snapshots",
"snapshots": "101.0.4907.0-snapshots",
"stable": "98.0.4758.102"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>101.0.4906.0-snapshots</version>
<version>101.0.4907.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/974096/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/974074/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/974308/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/974327/mini_installer.exe>
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
checksum32: 5986A01981B3D763D9347B586A1571B2CC1A4A5218EBBE79474DF01A0BAAE34C
checksum64: 1C648C8CBCD066EAD11ADB0BC47290A6AA52FF651880AAE7E42FEED53B72E033
checksum32: 150052DF54E362813F60044EB9A379FDA3C35A84BDEEC9B6C9061FDCD9A77857
checksum64: A5FF768B204BAEC23BD1BBA6AECB0AC49F5EC1C0F1070828C91A67A2FA3254E4

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "101.0.4906.0-snapshots"
$version = "101.0.4907.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
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": "143.3.4090-beta",
"beta": "143.3.4128-beta",
"stable": "142.4.4197"
}
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>143.3.4090-beta</version>
<version>143.3.4128-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 = '143.3.4090'
$version = '143.3.4128'

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%20143.3.4090%20Offline%20Installer.exe'
checksum = '22893a2c124be2f3e53ee457574fbd1beed0063b1471744bb5b018abaacdff06'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20143.3.4128%20Offline%20Installer.exe'
checksum = '49de989eb86e969b48086936ac1d37c01db6d92af0349e6dc358d91dff32dd4c'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
2 changes: 1 addition & 1 deletion automatic/juju/juju.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"2.6": "2.6.10",
"2.7": "2.7.8",
"2.8": "2.8.10",
"2.9": "2.9.22"
"2.9": "2.9.25"
}
2 changes: 1 addition & 1 deletion automatic/juju/juju.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>juju</id>
<version>2.9.22</version>
<version>2.9.25</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/juju</packageSourceUrl>
<owners>chocolatey-community,AdmiringWorm</owners>
<title>Juju</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/juju/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The installer have been downloaded from their launchpad page <https://launchpad.
The same download links are also located in their docs <https://jujucharms.com/docs/stable/reference-releases>
and can be verified like this:

1. Go to <https://launchpad.net/juju/2.9/2.9.22/+download/juju-setup-2.9.22-signed.exe>
1. Go to <https://launchpad.net/juju/2.9/2.9.25/+download/juju-setup-2.9.25.exe>
to download the installer
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
checksum: 235ADE912EABDEA2B61A56E783DF3FD38A61F387CF74865E951D76D630288BAC
checksum: 5FBEE0476ECD400D88602990B107EEA5F11EBE0465060CE87CA87D0EB58D6B97

File 'LICENSE.txt' is obtained from <https://github.com/juju/juju/blob/0b9d2d867111e1476ace5483c9868960cfe22ba1/LICENCE>
2 changes: 1 addition & 1 deletion automatic/juju/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = 'juju'
fileType = 'exe'
softwareName = 'Juju'
file = "$toolsDir\juju-setup-2.9.22-signed.exe"
file = "$toolsDir\juju-setup-2.9.25.exe"
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"${env:TEMP}\${env:chocolateyPackageName}.${env:chocolateyPackageVersion}.Install.log`""
validExitCodes= @(0)
}
Expand Down

0 comments on commit e282132

Please sign in to comment.