Skip to content

Commit

Permalink
AU: 3 updated - chromium SQLite typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 27, 2018
1 parent 82122cd commit 0c3862d
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "71.0.3563.0-snapshots",
"snapshots": "71.0.3564.0-snapshots",
"stable": "69.0.3497.100"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>71.0.3563.0-snapshots</version>
<version>71.0.3564.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
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/594213/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/594213/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/594734/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/594734/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: 6679A0F55E79C39F94186DC736BA4D9352227A4770294903C6696BBCD61FEC05
checksum64: 0B12A22F8916AAD6F902F82A07200B320D63AC17C75464EE548620D493882544
checksum32: C9CBD99BF18A7DDFCB460189ACA7C9C4084A2702338AD01112E24A840B163CF5
checksum64: C67F232DC744FAF27D8A47C29A15F13DCD3AA0F26855E46E5B11CFB227078848

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
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "71.0.3563.0-snapshots"
$version = "71.0.3564.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
12 changes: 6 additions & 6 deletions automatic/sqlite/legal/VERIFICATION.txt
Expand Up @@ -7,19 +7,19 @@ Package can be verified like this:

1. Go to

x32: https://sqlite.org/2018/sqlite-dll-win32-x86-3250100.zip
x64: https://sqlite.org/2018/sqlite-dll-win64-x64-3250100.zip
Toolsx32: https://sqlite.org/2018/sqlite-tools-win32-x86-3250100.zip
x32: https://sqlite.org/2018/sqlite-dll-win32-x86-3250200.zip
x64: https://sqlite.org/2018/sqlite-dll-win64-x64-3250200.zip
Toolsx32: https://sqlite.org/2018/sqlite-tools-win32-x86-3250200.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: 4BFF72FE71D4BE297C322AAAF95FD5BA2E6E209FC954AA3425B408E7579B409F
checksum64: 4569CA78FE3FF9AB24F20D7ABC10DDDF9CF815264A95D32CA1AC0168FC0292FA
checksumTools32: 2D6302075403140EDC428C7EC14E232429A08C2F7BC215F0EA66C207C2BEA4DE
checksum32: 6CBC1467C392953E27D2CB719CF43549A46633DD0649FF56CF0BA283FFFED12A
checksum64: 1694DC168BF9FE4C8CBE470903E5C89A5AED6E026C35DC65D7760A50F40EA872
checksumTools32: 54F7C9E073E67680C7222B39130C86606AC6071C6D0A60C97D1802F593042CD4

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
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SQLite</id>
<version>3.25.1</version>
<version>3.25.2</version>
<title>SQLite</title>
<owners>chocolatey</owners>
<authors>D. Richard Hipp, SQLite contributors</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/typescript/tools/chocolateyInstall.ps1
Expand Up @@ -4,4 +4,4 @@ Update-SessionEnvironment

$npmPath = Get-Command npm | ForEach-Object { $_.Path }
"Installing $env:chocolateyPackageName using nodejs..."
Start-ChocolateyProcessAsAdmin $npmPath -statements install,"-g","typescript@3.0.1"
Start-ChocolateyProcessAsAdmin $npmPath -statements install,"-g","typescript@3.1.1"
4 changes: 2 additions & 2 deletions automatic/typescript/typescript.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>typescript</id>
<version>3.0.1</version>
<version>3.1.1</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/typescript</packageSourceUrl>
<owners>chocolatey, Microsoft</owners>
<title>TypeScript</title>
Expand All @@ -23,7 +23,7 @@
This package installs the command-line TypeScript compiler as a Node.js package.
]]></description>
<releaseNotes>https://github.com/Microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+3.0.1%22+label%3A%22fixed%22+</releaseNotes>
<releaseNotes>https://github.com/Microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+3.1.1%22+label%3A%22fixed%22+</releaseNotes>
<dependencies>
<dependency id="nodejs-lts" version="6.9.2" />
</dependencies>
Expand Down

0 comments on commit 0c3862d

Please sign in to comment.