Skip to content

Commit

Permalink
AU: 1 updated - clavier-plus.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 19, 2022
1 parent 6a6d225 commit fc058f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>clavier-plus.portable</id>
<version>11.1.0</version>
<version>11.2.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/clavier-plus.portable</packageSourceUrl>
<owners>chtof</owners>
<title>Clavier+ (Portable)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/clavier-plus.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Package can be verified like this:

1. Download:

x64: https://gryder.org/software/clavier-plus/Clavier.zip
x64: https://github.com/guilryder/clavier-plus/releases/download/release11.2.0/Clavier.zip

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

checksum type: sha256
checksum64: 4A7747F5011646DE949F149657C37B39FB5174862C6D8F2D5B309A940C8B4ECB
checksum64: d21b2eceed02603bb8242ba61c5a1007a3ad353ef29068cd46ea34874e71922d

File 'LICENSE.txt' is obtained from:
https://www.gnu.org/licenses/gpl-3.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"
file64 = "$toolsDir\Clavier64.zip"
file64 = "$toolsDir\Clavier.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand Down

0 comments on commit fc058f0

Please sign in to comment.