Skip to content

Commit

Permalink
AU: 3 updated - copyq cpu-z cpu-z.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 18, 2017
1 parent 3ffd28d commit a634d96
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions copyq/copyq.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>copyq</id>
<title>CopyQ</title>
<version>2.8.2</version>
<version>2.9.0</version>
<authors>Lukas Holocek</authors>
<owners>Miodrag Milić</owners>
<summary>Cross-platform clipboard manager with advanced features</summary>
Expand Down Expand Up @@ -47,7 +47,7 @@ Features
<dependencies>
<dependency id="chocolatey-core.extension" version="1.0" />
</dependencies>
<releaseNotes>https://github.com/hluk/CopyQ/releases/tag/v2.8.2</releaseNotes>
<releaseNotes>https://github.com/hluk/CopyQ/releases/tag/v2.9.0</releaseNotes>
<docsUrl>https://github.com/hluk/CopyQ/wiki</docsUrl>
<bugTrackerUrl>https://github.com/hluk/CopyQ/issues</bugTrackerUrl>
<projectSourceUrl>https://github.com/hluk/CopyQ</projectSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions copyq/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ $running = if (ps $packageName -ea 0) { $true } else { $false }
$packageArgs = @{
packageName = $packageName
fileType = 'exe'
url = 'https://github.com/hluk/CopyQ/releases/download/v2.8.2/copyq-v2.8.2-setup.exe'
checksum = '3b188645530ce6263150b280dfabcdca2591de105cebcc16db289f2695c83c53'
url = 'https://github.com/hluk/CopyQ/releases/download/v2.9.0/copyq-v2.9.0-setup.exe'
checksum = '56f3e783de34e411e6ec010e2e6c03b4ad1adc1fbf5d7f25ffc6f335fee6dd70'
checksumType = 'sha256'
silentArgs = '/VERYSILENT'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion cpu-z.install/cpu-z.install.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>cpu-z.install</id>
<title>CPU-Z (Install)</title>
<version>1.78.0.20170214</version>
<version>1.78.0.20170218</version>
<authors>CPUID</authors>
<owners>Miodrag Milić</owners>
<summary>System information software</summary>
Expand Down
4 changes: 2 additions & 2 deletions cpu-z.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $packageArgs = @{
fileType = 'exe'
url = 'http://download.cpuid.com/cpu-z/cpu-z_1.78-en.exe'
url64bit = 'http://download.cpuid.com/cpu-z/cpu-z_1.78-en.exe'
checksum = '1189805a0ec65d3daaa96f70eefac7fac7cb677dacb5a947e08c8fe9c5e08c6d'
checksum64 = '1189805a0ec65d3daaa96f70eefac7fac7cb677dacb5a947e08c8fe9c5e08c6d'
checksum = '7b141c4b99a5589c83757fc9531be176cae96c880bcf99772a42d696103e7a0f'
checksum64 = '7b141c4b99a5589c83757fc9531be176cae96c880bcf99772a42d696103e7a0f'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART'
Expand Down
4 changes: 2 additions & 2 deletions cpu-z/cpu-z.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>cpu-z</id>
<title>CPU-Z</title>
<version>1.78.0.20161124</version>
<version>1.78.0.20170218</version>
<authors>CPUID</authors>
<owners>Miodrag Milić</owners>
<summary>System information software</summary>
Expand All @@ -26,7 +26,7 @@
<iconUrl>https://cdn.rawgit.com/majkinetor/chocolatey/master/cpu-z.install/icon.png</iconUrl>
<docsUrl>http://www.cpuid.com/softwares/cpu-z.html#install</docsUrl>
<dependencies>
<dependency id="cpu-z.install" version="1.78.0.20161124" />
<dependency id="cpu-z.install" version="1.78.0.20170218" />
</dependencies>
<releaseNotes>http://www.cpuid.com/softwares/cpu-z.html#version-history</releaseNotes>
<bugTrackerUrl>http://www.cpuid.com/bug-report.html</bugTrackerUrl>
Expand Down

0 comments on commit a634d96

Please sign in to comment.