Skip to content

Commit

Permalink
AU: 2 updated - alldup speccy
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 16, 2016
1 parent 16f96cd commit 5a1762d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/alldup/alldup.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>alldup</id>
<version>4.0.7</version>
<version>4.0.8</version>
<title>AllDup</title>
<owners>chocolatey</owners>
<authors>Michael Thummerer Software Design</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/alldup/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$packageName = 'alldup'
$url = 'http://www.alldup.info/download/AllDupSetup.exe'
$checksum = '2e2fa0459d812df5e0c1d6ba8c7e1113419e759270096917d3b737b9a6c71a93'
$checksum = '7138dc65c38dd2c6290ebac48b9d209a77797c79cb09023de39a9a96898a3da4'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/speccy/speccy.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<id>speccy</id>
<title>Speccy</title>
<owners>chocolatey</owners>
<version>1.29.714</version>
<version>1.30.728</version>
<authors>Piriform LTD</authors>
<summary>Speccy will give you detailed statistics on every piece of hardware in your computer.</summary>
<description>
Expand Down
4 changes: 2 additions & 2 deletions automatic/speccy/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$ErrorActionPreference = 'Stop'

$packageName = 'speccy'
$url32 = 'http://download.piriform.com/spsetup129.exe'
$url32 = 'http://download.piriform.com/spsetup130.exe'
$url64 = $url32
$checksum32 = 'e34abf7a68f5e8853bb4f3033f1969304dcabdf6e6a6d0fb4567a09bc632a7cf'
$checksum32 = 'feb6dcb8ed56b9b1e7de71c51f0034734d68ed9aac494d62fec2806a1b3d9a70'
$checksum64 = $checksum32

if ($Env:ChocolateyPackageParameters -match '/UseSystemLocale') {
Expand Down

0 comments on commit 5a1762d

Please sign in to comment.