diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index caec14d684e..b23b1df9aa9 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "69.0.3452.0-snapshots", + "snapshots": "69.0.3453.0-snapshots", "stable": "67.0.3396.62" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 0e0735eef2d..43ca5d29714 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 69.0.3452.0-snapshots + 69.0.3453.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index a89844737a7..1f7f9d60993 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 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: 85AE40991D72136BCDCCDE1E836AD9E5D5FEB1BC3889A51775298E64F49AFD66 - checksum64: B30F2D41724D7E2453B393AB05C847A16F98185A2781BD567C9009ABC98EF500 + checksum32: 8C27A2B6113BF1E6E20372FE36970F9EE8ADE27F3020FF5CA9463C01E3A1E491 + checksum64: 6C51DE682011561363915D0EB2991B0A13FCA93E78AC5290D50D88E4256F45EE The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index dbfa6665768..f37d8f41666 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) . (Join-Path $scriptDir 'helper.ps1') -$version = "69.0.3452.0-snapshots" +$version = "69.0.3453.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/juju/juju.json b/automatic/juju/juju.json index 1eee8caf4cc..b70da0ed101 100644 --- a/automatic/juju/juju.json +++ b/automatic/juju/juju.json @@ -1,5 +1,5 @@ { "2.2": "2.2.9", "2.3": "2.3.8", - "2.4": "2.4-beta3" + "2.4": "2.4-rc1" } diff --git a/automatic/juju/juju.nuspec b/automatic/juju/juju.nuspec index 7c62eb93d6e..c0d8624b8b0 100644 --- a/automatic/juju/juju.nuspec +++ b/automatic/juju/juju.nuspec @@ -3,7 +3,7 @@ juju - 2.4-beta3 + 2.4-rc1 https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/juju AdmiringWorm,chocolatey Juju diff --git a/automatic/juju/legal/VERIFICATION.txt b/automatic/juju/legal/VERIFICATION.txt index cc7b6ba3b79..a91172a0d19 100644 --- a/automatic/juju/legal/VERIFICATION.txt +++ b/automatic/juju/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The installer have been downloaded from their launchpad page and can be verified like this: -1. Go to +1. Go to 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: 28104E614EB430CE55056A0F95380C2D9F68028102812A0C03F577B647675EA1 + checksum: D0F4D89F310A426DB528E863C83013115FF7C4F71699A63EBE56466E119F51E6 File 'LICENSE.txt' is obtained from diff --git a/automatic/juju/tools/chocolateyinstall.ps1 b/automatic/juju/tools/chocolateyinstall.ps1 index 7082676ed88..633a8fe2203 100644 --- a/automatic/juju/tools/chocolateyinstall.ps1 +++ b/automatic/juju/tools/chocolateyinstall.ps1 @@ -6,7 +6,7 @@ $packageArgs = @{ packageName = 'juju' fileType = 'exe' softwareName = 'Juju' - file = "$toolsDir\juju-setup-2.4-beta3.exe" + file = "$toolsDir\juju-setup-2.4-rc1.exe" silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"${env:TEMP}\${env:chocolateyPackageName}.${env:chocolateyPackageVersion}.Install.log`"" validExitCodes= @(0) } diff --git a/automatic/sqlite/legal/VERIFICATION.txt b/automatic/sqlite/legal/VERIFICATION.txt index a9e8c5bc51e..35fe16422fa 100644 --- a/automatic/sqlite/legal/VERIFICATION.txt +++ b/automatic/sqlite/legal/VERIFICATION.txt @@ -7,9 +7,9 @@ Package can be verified like this: 1. Go to - x32: https://sqlite.org/2018/sqlite-dll-win32-x86-3230100.zip - x64: https://sqlite.org/2018/sqlite-dll-win64-x64-3230100.zip - Toolsx32: https://sqlite.org/2018/sqlite-tools-win32-x86-3230100.zip + x32: https://sqlite.org/2018/sqlite-dll-win32-x86-3240000.zip + x64: https://sqlite.org/2018/sqlite-dll-win64-x64-3240000.zip + Toolsx32: https://sqlite.org/2018/sqlite-tools-win32-x86-3240000.zip to download the files. @@ -17,9 +17,9 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: A9066F40A2258DB7D25255D366640B2596EC2A0B224223A15A236C30C1A0C7CD - checksum64: 1DC75D6928923EE609567311B8C4B1449C0E854ADA771A40017E03A5C20F90A4 - checksumTools32: E15B06665951D7B3D598752278A017E065702A89C9166E0495C772D0C46C7611 + checksum32: EFFF0464180FCB34EC33E7835086EA58ADC84BC3F0B08A7323EF1D58B258E59E + checksum64: C5DDAE8B2C4FD486695E745506FD073A4A594764963E384EEA516EABFEF23B4D + checksumTools32: 7054219CF41D0FD354EB2328608581A68B719DA89A49F19CF081542F38B7CC3E File 'license.txt' is obtained from the following URL (and converted to markdown): http://www.sqlite.org/copyright.html diff --git a/automatic/sqlite/sqlite.nuspec b/automatic/sqlite/sqlite.nuspec index a4dedb1af56..2a1f7ea66cd 100644 --- a/automatic/sqlite/sqlite.nuspec +++ b/automatic/sqlite/sqlite.nuspec @@ -3,7 +3,7 @@ SQLite - 3.23.1 + 3.24.0 SQLite chocolatey D. Richard Hipp, SQLite contributors