Skip to content

Commit

Permalink
AU: 3 updated - OpenSSL.Light typescript zotero-standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 27, 2018
1 parent 89697fd commit 045db5d
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions automatic/openssl.light/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://slproweb.com/products/Win32OpenSSL.html>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://slproweb.com/download/Win32OpenSSL_Light-1_1_0g.exe>
64-Bit software: <https://slproweb.com/download/Win64OpenSSL_Light-1_1_0g.exe>
32-Bit software: <https://slproweb.com/download/Win32OpenSSL_Light-1_1_0h.exe>
64-Bit software: <https://slproweb.com/download/Win64OpenSSL_Light-1_1_0h.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: 7F2BCF02B555C324D07B5FC52D2E85D439C13CA1F295792F5C1596B092A85FBA
checksum64: C0083DA3C1A3148220AF96329D75EFFEDC00D2E3025639E61638C025D403E6EB
checksum32: 3B480754BA2D6D12ACD7C7D92BE0299BC6756A100E1B032A4E613023781E7262
checksum64: A9DACB78F1E3EA0E77794589612F16AE8B624882A56F5B8A534D7A591BD25BB5

The file 'LICENSE.txt' has been obtained from <https://www.openssl.org/source/license.txt>
2 changes: 1 addition & 1 deletion automatic/openssl.light/openssl.light.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>OpenSSL.Light</id>
<version>1.1.0.60000000</version>
<version>1.1.0.70000000</version>
<packageSourceUrl>https://github.com/Chocolatey/chocolatey-coreteampackages/tree/master/automatic/openssl.light</packageSourceUrl>
<owners>chocolatey</owners>
<title>OpenSSL – The Open Source SSL and TLS toolkit</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/openssl.light/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $silentArgs += '/DIR="{0}"' -f $( if ($pp.InstallDir) { $pp.InstallDir } else {
$packageArgs = @{
packageName = 'OpenSSL.Light'
fileType = 'exe'
file = "$toolsPath\Win32OpenSSL_Light-1_1_0g.exe"
file64 = "$toolsPath\Win64OpenSSL_Light-1_1_0g.exe"
file = "$toolsPath\Win32OpenSSL_Light-1_1_0h.exe"
file64 = "$toolsPath\Win64OpenSSL_Light-1_1_0h.exe"
softwareName = 'OpenSSL*Light*'
silentArgs = $silentArgs
validExitCodes = @(0)
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@2.7.2"
Start-ChocolateyProcessAsAdmin $npmPath -statements install,"-g","typescript@2.8.1"
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>2.7.2</version>
<version>2.8.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+2.7.2%22+label%3A%22fixed%22+</releaseNotes>
<releaseNotes>https://github.com/Microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+2.8.1%22+label%3A%22fixed%22+</releaseNotes>
<dependencies>
<dependency id="nodejs.install" version="4.2.0" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/zotero-standalone/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://www.zotero.org/download/> (The listed url gets redirected to another one)
and can be verified by doing the following:

1. Download the following <https://download.zotero.org/client/release/5.0.40/Zotero-5.0.40_setup.exe>
1. Download the following <https://download.zotero.org/client/release/5.0.41/Zotero-5.0.41_setup.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
checksum: 9E05E180B593D7054A0D762DBA624831F762EC5C45CF495F7314546F53E1C824
checksum: 69FBA1572B864C477A3F40BB15A6214191D8A15E9ACEB325F357AAE473463089

The file 'LICENSE.txt' has been obtained from <https://github.com/zotero/zotero/blob/929288f9811a5026053ae154ca08cc4a9da13c52/COPYING>
2 changes: 1 addition & 1 deletion automatic/zotero-standalone/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $packageArgs = @{
silentArgs = '/S'
validExitCodes = @(0)
softwareName = 'Zotero Standalone *'
file = "$toolsPath\Zotero-5.0.40_setup.exe"
file = "$toolsPath\Zotero-5.0.41_setup.exe"
}

Install-ChocolateyInstallPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/zotero-standalone/zotero-standalone.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>zotero-standalone</id>
<title>Zotero Standalone</title>
<owners>chocolatey</owners>
<version>5.0.40</version>
<version>5.0.41</version>
<authors>Center for History and New Media, et. al.</authors>
<summary>Zotero [zoh-TAIR-oh] is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources. </summary>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/430b7ebac494468d32c2c20e362a01321a483642/icons/zotero-standalone.png</iconUrl>
Expand Down

0 comments on commit 045db5d

Please sign in to comment.