Skip to content

Commit

Permalink
AU: 2 updated - chromium cutepdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 15, 2017
1 parent 4212be1 commit e36ca18
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
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>57.0.2982.0</version>
<version>57.0.2983.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 = '57.0.2982.0'
$version = '57.0.2983.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/443796/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/443796/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/443812/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/443812/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = '3264ba2343a3379a7ce2f7d9fff1f88b'
checksum = 'bc24c8dae3f0e48edf0d52c2819fbf81'
checksumType = 'md5'
checksum64 = '024fd08a15a1033026be9dec7fe9afe4'
checksum64 = '8ad562f41c7c323b4b515da3c3e759ea'
checksumType64= 'md5'
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/cutepdf/cutepdf.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>cutepdf</id>
<title>CutePDF Writer</title>
<version>0.0</version>
<version>3.1</version>
<authors>Acro Software Inc.</authors>
<owners>chocolatey,Redsandro,Thilas</owners>
<summary>Free PDF printer driver with no watermarks.</summary>
Expand All @@ -20,7 +20,7 @@ Portable Document Format (PDF) is the de facto standard for the secure and relia
<copyright>Copyright © Acro Software Inc.</copyright>
<licenseUrl>http://www.cutepdf.com/Info/legal.asp</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/e4a49519947c3cff55c17a0b08266c56b0613e64/icons/cutepdf.png</iconUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/f5c1e4da40598a029269040ecb56fa8d90cf2985/icons/cutepdf.png</iconUrl>
<releaseNotes>[Software Updates](http://www.cutepdf.com/Support/updates.asp)</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/cutepdf</packageSourceUrl>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion automatic/cutepdf/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$checksum = '2D9E07F25358C9D2317BC639AFCDEDDB893D1FCFD43BB66FF372DBA11E169EE1'
$checksum = '2d9e07f25358c9d2317bc639afcdeddb893d1fcfd43bb66ff372dba11e169ee1'
$url = 'http://www.cutepdf.com/download/CuteWriter.exe'

$packageArgs = @{
Expand Down

0 comments on commit e36ca18

Please sign in to comment.