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 Apr 25, 2022
1 parent 96737c3 commit 8eebee2
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>4.0.0</version>
<version>4.1.0</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/4.0.0/windows_czkawka_gui.zip'
checksum64 = '85f3023741449d357ee8ed1f7ce5248a1dcc4b5c039993a9ec5c04996f9ee415'
url64Bit = 'https://github.com/qarmin/czkawka/releases/download/4.1.0/windows_czkawka_gui.zip'
checksum64 = 'b522caa155c33bd9551750952d225516a75d2e02f295398534c4f3dc2c032f39'
checksumType64 = 'sha256'
}

Expand Down

0 comments on commit 8eebee2

Please sign in to comment.