Skip to content

Commit

Permalink
AU: 1 updated - wkhtmltopdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 23, 2016
1 parent dfcea0c commit 9bd7b83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions wkhtmltopdf/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

$packageName = 'wkhtmltopdf'
$url32 = 'http://download.gna.org/wkhtmltopdf/0.12/0.12.3.2/wkhtmltox-0.12.3.2_msvc2013-win32.exe'
$url64 = 'http://download.gna.org/wkhtmltopdf/0.12/0.12.3.2/wkhtmltox-0.12.3.2_msvc2013-win64.exe'
$checksum32 = 'F75F1C58470BE5FC71BABDF9E14C9DD9E801F7549354F7E1CF4AB1FA7BD5D962'
$checksum64 = 'E7DF45C7FF3B703C5938B66EA3DC0BD951C8E4ED07285E16FBD609E1DB431FED'
$url32 = 'http://download.gna.org/wkhtmltopdf/0.12/0.12.4/wkhtmltox-0.12.4_msvc2015-win32.exe'
$url64 = 'http://download.gna.org/wkhtmltopdf/0.12/0.12.4/wkhtmltox-0.12.4_msvc2015-win64.exe'
$checksum32 = '6883d1456201bc9d421cb7dd32a99458be3d56631ea4f292e51b3c1aecbe2723'
$checksum64 = '14a5996adc77dc606944dbc0dc682bff104cd38cc1bec19253444cb87f259797'

$packageArgs = @{
packageName = $packageName
Expand Down
2 changes: 1 addition & 1 deletion wkhtmltopdf/wkhtmltopdf.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>wkhtmltopdf</id>
<title>wkhtmltopdf</title>
<version>0.12.3.2</version>
<version>0.12.4</version>
<authors>Jakob Truelsen, Ashish Kulkarni</authors>
<owners>Miodrag Milić</owners>
<summary>Convert HTML to PDF using Webkit</summary>
Expand Down

0 comments on commit 9bd7b83

Please sign in to comment.