Skip to content

Commit

Permalink
AU: 1 updated - copyq
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 23, 2024
1 parent 60c419a commit cacb300
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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>8.0.0</version>
<version>9.0.0</version>
<authors>Lukas Holocek</authors>
<owners>Miodrag Milic</owners>
<summary>Cross-platform clipboard manager with advanced features</summary>
Expand Down Expand Up @@ -51,7 +51,7 @@ Items can be:
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
</dependencies>
<releaseNotes>https://github.com/hluk/CopyQ/releases/tag/v8.0.0</releaseNotes>
<releaseNotes>https://github.com/hluk/CopyQ/releases/tag/v9.0.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
6 changes: 3 additions & 3 deletions copyq/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ Package can be verified like this:

1. Go to

x32: https://github.com/hluk/CopyQ/releases/download/v8.0.0/copyq-8.0.0-setup.exe
x32: https://github.com/hluk/CopyQ/releases/download/v9.0.0/copyq-9.0.0-setup.exe

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: F7C1E3A0B3B2AFA2A1D3D87699F00EF3FB9FE7F04D35DAF6208DB4E5B96A454D
checksum32: 52DD59C14C9F41AD4E2B18B472A3F328500C6E7C9FF4F994D5AB1FADC2B5EF3E

Using AU:

Get-RemoteChecksum https://github.com/hluk/CopyQ/releases/download/v8.0.0/copyq-8.0.0-setup.exe
Get-RemoteChecksum https://github.com/hluk/CopyQ/releases/download/v9.0.0/copyq-9.0.0-setup.exe

File 'license.txt' is obtained from:
https://raw.githubusercontent.com/hluk/CopyQ/master/LICENSE

0 comments on commit cacb300

Please sign in to comment.