Skip to content

Commit

Permalink
AU: 3 updated - GoogleChrome juju vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 3, 2021
1 parent 98d448e commit cdeb403
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>GoogleChrome</id>
<version>92.0.4515.107</version>
<version>92.0.4515.131</version>
<title>Google Chrome</title>
<owners>chocolatey-community</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/tools/chocolateyInstall.ps1
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '92.0.4515.107'
$version = '92.0.4515.131'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = '2b9f09399e3333c778a75a8137cadf6c53b133df16655606928fc5d5d8b625b9'
checksum64 = '2047c566831992cf85296157a16beeb25cccb706831e0aa9d0dc52c4c29f47cc'
checksum = '755e419890feb8856ea3e9614309021f24739b3ce13f19e0e4fa03ccee648047'
checksum64 = '2e2ed01f9e001a27c5f4fe41c3af477a0131bba4e537b31eb5f8e13dab7b4b00'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
2 changes: 1 addition & 1 deletion automatic/juju/juju.json
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.9"
"2.9": "2.9.10"
}
4 changes: 2 additions & 2 deletions automatic/juju/juju.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>juju</id>
<version>2.9.9</version>
<version>2.9.10</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/juju</packageSourceUrl>
<owners>chocolatey-community,AdmiringWorm</owners>
<title>Juju</title>
Expand All @@ -22,7 +22,7 @@
Juju is an application and service modelling tool that enables you to quickly model, configure, deploy and manage applications in the cloud with only a few commands. Use it to deploy hundreds of preconfigured services, OpenStack, or your own code to any public or private cloud.
]]></description>
<releaseNotes>https://discourse.charmhub.io/t/juju-2-9-9-release-notes</releaseNotes>
<releaseNotes>https://discourse.charmhub.io/t/juju-2-9-10-release-notes</releaseNotes>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/juju/legal/VERIFICATION.txt
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.9/+download/juju-setup-2.9.9.exe>
1. Go to <https://launchpad.net/juju/2.9/2.9.10/+download/juju-setup-2.9.10.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: 761E827095B4F638669C7DF7F7C622DC8B16A80D756FDC837FFA620BA0839217
checksum: 3CAADC0BC5343A869832C930CFCC454778C0EBFF6DC6ED9A568A1A591E42890E

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
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = 'juju'
fileType = 'exe'
softwareName = 'Juju'
file = "$toolsDir\juju-setup-2.9.9.exe"
file = "$toolsDir\juju-setup-2.9.10.exe"
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"${env:TEMP}\${env:chocolateyPackageName}.${env:chocolateyPackageVersion}.Install.log`""
validExitCodes= @(0)
}
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3273/gvim_8.2.3273_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3273/gvim_8.2.3273_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3279/gvim_8.2.3279_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3279/gvim_8.2.3279_x64.zip>
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 29E2C71509191ACA74AE105810E7809D000835FD2C3B8F8B595FA4E49D715A4F
checksum64: 684F976661128E79D24726D1EB50B962300FC6D6ED3F0ACD15A9900FCB585961
checksum32: E4F5ED55470F6E48DB85A7276351991558120F595038B32E80761086322659ED
checksum64: 805977A288FDD3B002645F6D5C5A75BA020BDA9BFCD91357AB713EDFF9D37499
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.3273_x86.zip"
file64 = "$toolsDir\gvim_8.2.3273_x64.zip"
file = "$toolsDir\gvim_8.2.3279_x86.zip"
file64 = "$toolsDir\gvim_8.2.3279_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.3273</version>
<version>8.2.3279</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit cdeb403

Please sign in to comment.