Skip to content

Commit

Permalink
AU: 2 updated - calibre nuget.commandline
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 10, 2018
1 parent 35406b7 commit 88535fa
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
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.28.0</version>
<version>3.29.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.28.0/calibre-3.28.0.msi>
64-Bit software: <https://download.calibre-ebook.com/3.28.0/calibre-64bit-3.28.0.msi>
32-Bit software: <https://download.calibre-ebook.com/3.29.0/calibre-3.29.0.msi>
64-Bit software: <https://download.calibre-ebook.com/3.29.0/calibre-64bit-3.29.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: 346F57139A0E880F84EF09030D4E8259E7FA6DD50ABFD002AF6720F24D7EF91C
checksum64: C5E15A975FED954B42EC209AE951998F943C962D30756A323B9039B0FD008975
checksum32: F7EF7ABCC93B319137E1383EF40CD2CAFC2FF61090E76DF4F7A72625F648932F
checksum64: 50E4C768E0CCE5F4BC4EBAB419886CB1513BA7ED0A92F148B96923E7E85FE778

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.28.0.msi"
file64 = "$toolsPath\calibre-64bit-3.28.0.msi"
file = "$toolsPath\calibre-3.29.0.msi"
file64 = "$toolsPath\calibre-64bit-3.29.0.msi"
softwareName = 'calibre*'
silentArgs = '/quiet'
validExitCodes = @(0, 3010, 1641)
Expand Down
4 changes: 2 additions & 2 deletions automatic/nuget.commandline/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The embedded software have been downloaded from the software authors
nuget package located on <https://www.nuget.org/packages/NuGet.CommandLine/>
and can be verified by doing the following:

1. Download the following <https://api.nuget.org/packages/nuget.commandline.4.6.2.nupkg>
1. Download the following <https://api.nuget.org/packages/nuget.commandline.4.7.1.nupkg>
2. Extract the downloaded nupkg file by using one of the following methods
- Use the 7z utility: '7z.exe'
- Using the powershell function 'Expand-Archive'
Expand All @@ -16,6 +16,6 @@ and can be verified by doing the following:
4. The checksums should match the following:

checksum type: sha256
checksum: D0B7080D6F00112464ACF1B016F12A357EEC61A9009D53B12E0834B0E2092396
checksum: 1C3BDEF7B2DB11FE164F3AAA8D531983168EB7AF940E7C5900C45E4F2EF0273C

The file 'LICENSE.txt' has been obtained from <https://github.com/NuGet/NuGet.Client/blob/bf52f1045992f21eee205dc9a8356a4ce1072b91/LICENSE.txt>
2 changes: 1 addition & 1 deletion automatic/nuget.commandline/nuget.commandline.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>nuget.commandline</id>
<title>Nuget.CommandLine</title>
<version>4.6.2</version>
<version>4.7.1</version>
<authors>Microsoft</authors>
<owners>chocolatey, nuget-mirror</owners>
<summary>NuGet is the package manager for the Microsoft development platforms</summary>
Expand Down

0 comments on commit 88535fa

Please sign in to comment.