Skip to content

Commit

Permalink
AU: 3 updated - calibre chromium mkdocs-material
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 6, 2017
1 parent d44366f commit 60d9f5d
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 21 deletions.
9 changes: 5 additions & 4 deletions automatic/calibre/calibre.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<metadata>
<id>calibre</id>
<title>Calibre</title>
<version>3.8.0</version>
<version>3.9.0</version>
<authors>Kovid Goyal</authors>
<owners>chocolatey, gep13</owners>
<summary>calibre is the one stop solution to all your e-book needs.</summary>
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description>
**calibre is a powerful and easy to use e-book manager**. Users say its outstanding and a must-have. Itll allow you to do nearly everything and it takes things a step beyond normal e-book software. Its also **completely free** and open source and great for both **casual users** and computer experts.
<description><![CDATA[
**calibre is a powerful and easy to use e-book manager**. Users say it's outstanding and a must-have. It'll allow you to do nearly everything and it takes things a step beyond normal e-book software. It's also **completely free** and open source and great for both **casual users** and computer experts.
## Features
- Save time on managing your e-book collection
Expand All @@ -20,7 +20,8 @@
- Share and backup your library easily
- Edit the books in your collection
- Satisfy every e-book need and get support
</description>
]]></description>
<projectUrl>https://calibre-ebook.com/</projectUrl>
<tags>calibre ebook book foss cross-platform library management admin</tags>
<copyright>Kovid Goyal</copyright>
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.8.0/calibre-3.8.0.msi>
64-Bit software: <https://download.calibre-ebook.com/3.8.0/calibre-64bit-3.8.0.msi>
32-Bit software: <https://download.calibre-ebook.com/3.9.0/calibre-3.9.0.msi>
64-Bit software: <https://download.calibre-ebook.com/3.9.0/calibre-64bit-3.9.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: A3EEE5A07481402B4182ED7028F4414706E891A5F3380C02BFB1E168A6BDCACB
checksum64: CA7618BFF07CBEF92518C2AE880833AD802347ECA72038A3EDA5ED7753AF69C4
checksum32: 55CA136782F109A42E6201376B344718256B98314C173FD8547354278769582B
checksum64: 8C353230213E90178188569BA7B997E3AFA069921AE43B9C207A0FF4474DB267

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.8.0.msi"
file64 = "$toolsPath\calibre-64bit-3.8.0.msi"
file = "$toolsPath\calibre-3.9.0.msi"
file64 = "$toolsPath\calibre-64bit-3.9.0.msi"
softwareName = 'calibre*'
silentArgs = '/quiet'
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.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>chromium</id>
<version>63.0.3234.0</version>
<version>63.0.3235.0</version>
<title>Chromium snapshots build</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
10 changes: 5 additions & 5 deletions automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$version = '63.0.3234.0'
$version = '63.0.3235.0'

$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$hive = "hkcu"
Expand All @@ -15,14 +15,14 @@ if (Test-Path $Chromium) {
$packageArgs = @{
packageName = 'chromium'
fileType = 'exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/506642/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/506630/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/507022/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/507022/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = '13968892836107e2a79bf48f25a2341c'
checksum = '6f07427d05a1e888840a87dc0c18d21c'
checksumType = 'md5'
checksum64 = 'e133122eb0885c972a1aa93184d8faf5'
checksum64 = '0546e617c7262ffebd5c8ec4a3f7bb7b'
checksumType64= 'md5'
}

Expand Down
9 changes: 5 additions & 4 deletions automatic/mkdocs-material/mkdocs-material.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>mkdocs-material</id>
<title>MkDocs Material Theme</title>
<version>1.10.1</version>
<version>1.10.2</version>
<authors>Martin Donath</authors>
<owners>chocolatey</owners>
<projectUrl>http://squidfunk.github.io/mkdocs-material/</projectUrl>
Expand All @@ -16,7 +16,7 @@
<bugTrackerUrl>https://github.com/squidfunk/mkdocs-material/issues</bugTrackerUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>A material design theme for MkDocs.</summary>
<description>
<description><![CDATA[
Material is a theme for [MkDocs](http://www.mkdocs.org/), an excellent static site generator geared towards project documentation. It is built using Google's [material design](https://www.google.com/design/spec/material-design) guidelines, full responsive, optimized for touch and pointer devices as well as all sorts of screen sizes.
## Features
Expand All @@ -25,8 +25,9 @@ Material is a theme for [MkDocs](http://www.mkdocs.org/), an excellent static si
* Well-tested and optimized Javascript and CSS including a cross-browser fixed/sticky header, a drawer that even works without Javascript using the [checkbox hack](http://tutorialzine.com/2015/08/quick-tip-css-only-dropdowns-with-the-checkbox-hack/) with fallbacks, responsive tables that scroll when the screen is too small and well-defined print styles.
* Extra configuration options like a [project logo](http://squidfunk.github.io/mkdocs-material/getting-started/#adding-a-logo), links to the authors [GitHub and Twitter accounts](http://squidfunk.github.io/mkdocs-material/getting-started/#adding-a-github-and-twitter-account), display of the amount of stars the project has on GitHub and [Google Analytics integration](http://squidfunk.github.io/mkdocs-material/getting-started/#google-analytics-integration).
* Easily [extendable and customizable](http://squidfunk.github.io/mkdocs-material/customization/) due to a well-designed asset pipeline built on-top of [Gulp](http://gulpjs.com/) with npm and bower and modular and abstracted style definitions built with [SASS](http://sass-lang.com/).
* Web application capability on iOS – when the page is saved to the homescreen, it behaves and looks like a native application.
</description>
* Web application capability on iOS - when the page is saved to the homescreen, it behaves and looks like a native application.
]]></description>
<tags>mkdocs markdown documentation material foss cross-platform cli</tags>
<releaseNotes>https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG</releaseNotes>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Update-SessionEnvironment

$version = '1.10.1'
$version = '1.10.2'

python -m pip install mkdocs-material==$version

0 comments on commit 60d9f5d

Please sign in to comment.