Skip to content

Commit

Permalink
AU: 1 updated - bulk-crap-uninstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 3, 2017
1 parent 86b0ea7 commit 1036a47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>bulk-crap-uninstaller</id>
<title>Bulk Crap Uninstaller</title>
<owners>chocolatey</owners>
<version>3.8.1</version>
<version>3.8.2</version>
<authors>Marcin Szeniak</authors>
<summary>Bulk Crap Uninstaller is an open source program uninstaller.</summary>
<description>
Expand Down
8 changes: 4 additions & 4 deletions automatic/bulk-crap-uninstaller/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'bulk-crap-uninstaller'
fileType = 'exe'
url = 'https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v3.8.1/BCUninstaller_3.8.1_setup.exe'
url64bit = 'https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v3.8.1/BCUninstaller_3.8.1_setup.exe'
checksum = '1625fb6f541186972c5f08b7c59fcb7247dcbc5d4939721119b9814b4d901401'
checksum64 = '1625fb6f541186972c5f08b7c59fcb7247dcbc5d4939721119b9814b4d901401'
url = 'https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v3.8.2/BCUninstaller_3.8.2_setup.exe'
url64bit = 'https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v3.8.2/BCUninstaller_3.8.2_setup.exe'
checksum = 'dda2ce41e436e0eb8ebbe8c9e091a3fdd3d1b100b13aeb5842bf9cc550495b08'
checksum64 = 'dda2ce41e436e0eb8ebbe8c9e091a3fdd3d1b100b13aeb5842bf9cc550495b08'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART'
Expand Down

0 comments on commit 1036a47

Please sign in to comment.