Skip to content

Commit

Permalink
AU: 4 updated - 1password calibre chromium typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 7, 2018
1 parent b0eee50 commit a87b705
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion automatic/1password/1password.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"OPW": "7.3.601-beta",
"OPW": "7.3.602-beta",
"OPW4": "4.6.2.626"
}
2 changes: 1 addition & 1 deletion automatic/1password/1password.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>1password</id>
<version>7.3.601-beta</version>
<version>7.3.602-beta</version>
<title>1Password</title>
<authors>AgileBits</authors>
<owners>chocolatey, AgileBits</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/1password/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.3.601.BETA.exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.3.602.BETA.exe'
softwareName = '1Password*'
checksum = '18d206d7334a92e1c209e919192ebaf9a14e5e7da463e3787df4fe0dbd0b796c'
checksum = '37a8a93208497499ce3ff7ab4c890f56f249c9b5cc34c3bea5ebec258a40e11b'
checksumType = 'sha256'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/calibre/calibre.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>calibre</id>
<title>Calibre</title>
<version>3.33.1</version>
<version>3.35.0</version>
<authors>Kovid Goyal</authors>
<owners>chocolatey, gep13</owners>
<summary>calibre is the one stop solution to all your e-book needs.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/calibre/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://download.calibre-ebook.com/3.html>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://download.calibre-ebook.com/3.33.1/calibre-3.33.1.msi>
64-Bit software: <https://download.calibre-ebook.com/3.33.1/calibre-64bit-3.33.1.msi>
32-Bit software: <https://download.calibre-ebook.com/3.35.0/calibre-3.35.0.msi>
64-Bit software: <https://download.calibre-ebook.com/3.35.0/calibre-64bit-3.35.0.msi>
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: A4082704AF4C9E37151BB895D3A72A00D091268334F1B7E722CE815645DC95FE
checksum64: 294753407BA1862BC4BF8A7EB921A92778BB350EA84460163CB46FE115B72A21
checksum32: 3CAA80DA34C72D3500E7FC7D994131336ADCD563ACA84354C938CC38D5CB8933
checksum64: 366D847D88AD381469F4C75044985E676F440C746EDA004B8E185D6CAC84FFCA

The file 'LICENSE.txt' has been obtained from <https://github.com/kovidgoyal/calibre/blob/89c271759db5c71202251895f6793e4c1ec65ee6/LICENSE>
4 changes: 2 additions & 2 deletions automatic/calibre/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'MSI'
file = "$toolsPath\calibre-3.33.1.msi"
file64 = "$toolsPath\calibre-64bit-3.33.1.msi"
file = "$toolsPath\calibre-3.35.0.msi"
file64 = "$toolsPath\calibre-64bit-3.35.0.msi"
softwareName = 'calibre*'
silentArgs = '/quiet'
validExitCodes = @(0, 3010, 1641)
Expand Down
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": "73.0.3633.0-snapshots",
"snapshots": "73.0.3634.0-snapshots",
"stable": "71.0.3578.80"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>71.0.3578.80</version>
<title>Chromium</title>
<version>73.0.3634.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
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://github.com/henrypp/chromium/releases/download/v71.0.3578.80-r599034-win32/chromium-sync.exe>
64-Bit software: <https://github.com/henrypp/chromium/releases/download/v71.0.3578.80-r599034-win64/chromium-sync.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/614661/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/614661/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: BC3FEEC4A559CE44C7C0D22561C14F39FF9FBDAB453EA00E018F0F0FC07E02BA
checksum64: BF3E2F0B705D491050110A23CECA3B4D87811206FF8D337F681F75EEECD938D4
checksum32: 8FC77E250FC1DE1AEEA9FFD4E3311143F0D6605173A6E720BBE45D6B0433BD8A
checksum64: 477DACB9F9335B91E3A9CF2D920A568E9E5B13EEC25C49BA2C2F2E2E4CD0D724

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 = "71.0.3578.80"
$version = "73.0.3634.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/typescript/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
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.2.1"
Start-ChocolateyProcessAsAdmin $npmPath -statements install,"-g","typescript@3.2.2"
4 changes: 2 additions & 2 deletions automatic/typescript/typescript.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>typescript</id>
<version>3.2.1</version>
<version>3.2.2</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.2.1%22+label%3A%22fixed%22+</releaseNotes>
<releaseNotes>https://github.com/Microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+3.2.2%22+label%3A%22fixed%22+</releaseNotes>
<dependencies>
<dependency id="nodejs-lts" version="6.9.2" />
</dependencies>
Expand Down

0 comments on commit a87b705

Please sign in to comment.