Skip to content

Commit

Permalink
AU: 2 updated - calibre juju
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 10, 2017
1 parent 9b2719a commit bf89bc7
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/calibre/calibre.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>calibre</id>
<title>Calibre</title>
<version>3.11.1</version>
<version>3.12.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
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.11.1/calibre-3.11.1.msi>
64-Bit software: <https://download.calibre-ebook.com/3.11.1/calibre-64bit-3.11.1.msi>
32-Bit software: <https://download.calibre-ebook.com/3.12.0/calibre-3.12.0.msi>
64-Bit software: <https://download.calibre-ebook.com/3.12.0/calibre-64bit-3.12.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: 47A3D444EF1766E9CC1789965F647E6A0D764A46482AA5A6F6E15696B1D5ABC9
checksum64: B278F0272C84981CDAE4BAA4C09A55B8A30A76E8E891CDC89B790AA9182B9A66
checksum32: 2F6A9EB6AEB4F4663A571FB68A07CE12B2CF64B2317792DDE5820B098FA7DEB7
checksum64: 3B063E4C131FA7CD103960332D84A9E9DB888987D0912EE0573B8311F8EB5D8D

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
Expand Up @@ -5,8 +5,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'MSI'
file = "$toolsPath\calibre-3.11.1.msi"
file64 = "$toolsPath\calibre-64bit-3.11.1.msi"
file = "$toolsPath\calibre-3.12.0.msi"
file64 = "$toolsPath\calibre-64bit-3.12.0.msi"
softwareName = 'calibre*'
silentArgs = '/quiet'
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/juju/juju.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>juju</id>
<version>2.3-beta2</version>
<version>2.3-beta3</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
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.3/2.3-beta2/+download/juju-setup-2.3-beta2.exe>
1. Go to <https://launchpad.net/juju/2.3/2.3-beta3/+download/juju-setup-2.3-beta3.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: DA6DC928882D062D4ECA7621371CDA7250D8B1148F163CCCA3CFCE23A2A3A266
checksum: E09A0AD537BCB4CC1712BB5BE40AEA759E7F47ACD5CC2BACDD71F5406B9D787F

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
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = 'juju'
fileType = 'exe'
softwareName = 'Juju'
file = "$toolsDir\juju-setup-2.3-beta2.exe"
file = "$toolsDir\juju-setup-2.3-beta3.exe"
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
validExitCodes= @(0)
}
Expand Down

0 comments on commit bf89bc7

Please sign in to comment.