Skip to content

Commit

Permalink
AU: 1 updated - czkawka
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 23, 2021
1 parent 82fe8b5 commit 66018c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion czkawka/czkawka.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>czkawka</id>
<title>Czkawka</title>
<version>3.2.0</version>
<version>3.3.1</version>
<authors>Rafał Mikrut</authors>
<owners>Jonas A. Wendorf</owners>
<summary>Czkawka (tch•kav•ka, hiccup) is a simple, fast and free app to remove unnecessary files from your computer.</summary>
Expand Down
4 changes: 2 additions & 2 deletions czkawka/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $packageName = $env:chocolateyPackageName
$packageArgs = @{
packageName = $packageName
unzipLocation = Split-Path $MyInvocation.MyCommand.Definition
url64Bit = 'https://github.com/qarmin/czkawka/releases/download/3.2.0/windows_czkawka_gui.zip'
checksum64 = '260f80c56807680859f75edd32e8e34d95cb7dd0b5254052228efe057abf00af'
url64Bit = 'https://github.com/qarmin/czkawka/releases/download/3.3.1/windows_czkawka_gui.zip'
checksum64 = ''
checksumType64 = 'sha256'
}

Expand Down

0 comments on commit 66018c1

Please sign in to comment.