Skip to content

Commit

Permalink
AU: 3 updated - calibre mp3tag seafile-client
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 23, 2017
1 parent b80b245 commit c8a64de
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 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.1.0</version>
<version>3.1.1</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.1.0/calibre-3.1.0.msi>
64-Bit software: <https://download.calibre-ebook.com/3.1.0/calibre-64bit-3.1.0.msi>
32-Bit software: <https://download.calibre-ebook.com/3.1.1/calibre-3.1.1.msi>
64-Bit software: <https://download.calibre-ebook.com/3.1.1/calibre-64bit-3.1.1.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: C5B9A375167CA8678A732500EF4A69AB5E311CE9706CA9C9D57DB97CA3DA8A73
checksum64: EFA25A4A241EDCBB8A1F33DADDDAAB941A7F2356698B674A73D7E2C315E74B18
checksum32: 27F7E75B84E864D15B270B89D721A039A6C0DE2A016F91F73096EB6D1D3851BD
checksum64: 3AB7112339413ED210BE1AD0C6D0150FB58F1AB0F1FE08B4B8821311273B7416

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.1.0.msi"
file64 = "$toolsPath\calibre-64bit-3.1.0.msi"
file = "$toolsPath\calibre-3.1.1.msi"
file64 = "$toolsPath\calibre-64bit-3.1.1.msi"
softwareName = 'calibre*'
silentArgs = '/quiet'
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/mp3tag/mp3tag.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>mp3tag</id>
<version>2.82</version>
<version>2.83</version>
<title>Mp3tag</title>
<owners>chocolatey</owners>
<authors>Florian Heidenreich</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mp3tag/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'

$packageName = 'mp3tag'
$url32 = 'http://download.mp3tag.de/mp3tagv282setup.exe'
$checksum32 = 'da168e98223b892c6dd9b19df8fe1cf0a2ced5ad3a4b66460f446bbc7918e635'
$url32 = 'http://download.mp3tag.de/mp3tagv283setup.exe'
$checksum32 = '71f24569e2206b787d20246113df71a4973cb9acbc5fbd188c697a6c3ac5a450'
$silentArgs = '/S'

$PSScriptRoot = Split-Path -parent $MyInvocation.MyCommand.Definition
Expand Down
2 changes: 1 addition & 1 deletion automatic/seafile-client/seafile-client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>seafile-client</id>
<version>6.0.6</version>
<version>6.0.7</version>
<title>Seafile (Windows Client)</title>
<owners>chocolatey</owners>
<authors>Seafile Ltd.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/seafile-client/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
$packageArgs = @{
packageName = 'seafile-client'
fileType = 'msi'
softwareName = 'Seafile 6.0.6'
softwareName = 'Seafile 6.0.7'

checksum = '2d7ad48a4b2e24d3ab9719703194c50520fcc084eb5a972986cdc5244ad76f49'
checksum = 'e76626742272ac04060d002b7f83f5f25d2f704723b6192751e6ac104140b5e1'
checksumType = 'sha256'
url = 'https://bintray.com/artifact/download/seafile-org/seafile/seafile-6.0.6-en.msi'
url = 'https://bintray.com/artifact/download/seafile-org/seafile/seafile-6.0.7-en.msi'

silentArgs = '/passive'
validExitCodes = @(0)
Expand Down

0 comments on commit c8a64de

Please sign in to comment.