Skip to content

Commit

Permalink
AU: 2 updated - copyq smplayer
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 3, 2016
1 parent 493ba98 commit 151e108
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.0</version>
<version>2.8.1</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.0</releaseNotes>
<releaseNotes>https://github.com/hluk/CopyQ/releases/tag/v2.8.1</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.0/copyq-v2.8.0-setup.exe'
checksum = '1a8ce7d2e7e53fc68efc4eeaad90478a47452778ed475474d86337d1c8d1a537'
url = 'https://github.com/hluk/CopyQ/releases/download/v2.8.1/copyq-v2.8.1-setup.exe'
checksum = '24c236bf2cb954a1a944b6a24612badef15621b49a07826b21e8e12c92027806'
checksumType = 'sha256'
silentArgs = '/VERYSILENT'
validExitCodes = @(0)
Expand Down

0 comments on commit 151e108

Please sign in to comment.