Skip to content

Commit

Permalink
AU: 3 updated - chromium juju SQLite
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 7, 2018
1 parent d2059f9 commit f6a88f0
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 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": "69.0.3452.0-snapshots",
"snapshots": "69.0.3453.0-snapshots",
"stable": "67.0.3396.62"
}
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>69.0.3452.0-snapshots</version>
<version>69.0.3453.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</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/564782/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/564778/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/565180/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/565178/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: 85AE40991D72136BCDCCDE1E836AD9E5D5FEB1BC3889A51775298E64F49AFD66
checksum64: B30F2D41724D7E2453B393AB05C847A16F98185A2781BD567C9009ABC98EF500
checksum32: 8C27A2B6113BF1E6E20372FE36970F9EE8ADE27F3020FF5CA9463C01E3A1E491
checksum64: 6C51DE682011561363915D0EB2991B0A13FCA93E78AC5290D50D88E4256F45EE

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 = "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
Expand Down
2 changes: 1 addition & 1 deletion automatic/juju/juju.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"2.2": "2.2.9",
"2.3": "2.3.8",
"2.4": "2.4-beta3"
"2.4": "2.4-rc1"
}
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.4-beta3</version>
<version>2.4-rc1</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/juju</packageSourceUrl>
<owners>AdmiringWorm,chocolatey</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.4/2.4-beta3/+download/juju-setup-2.4-beta3.exe>
1. Go to <https://launchpad.net/juju/2.4/2.4-rc1/+download/juju-setup-2.4-rc1.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: 28104E614EB430CE55056A0F95380C2D9F68028102812A0C03F577B647675EA1
checksum: D0F4D89F310A426DB528E863C83013115FF7C4F71699A63EBE56466E119F51E6

File 'LICENSE.txt' is obtained from <https://github.com/juju/juju/blob/1a64fe64d6c5d9aacbda27a1fea925e078f191f2/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.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)
}
Expand Down
12 changes: 6 additions & 6 deletions automatic/sqlite/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ 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.

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: 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
2 changes: 1 addition & 1 deletion automatic/sqlite/sqlite.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>SQLite</id>
<version>3.23.1</version>
<version>3.24.0</version>
<title>SQLite</title>
<owners>chocolatey</owners>
<authors>D. Richard Hipp, SQLite contributors</authors>
Expand Down

0 comments on commit f6a88f0

Please sign in to comment.