Skip to content

Commit

Permalink
AU: 2 updated - bulk-crap-uninstaller picard
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 14, 2017
1 parent 5194c86 commit 1a80d45
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.7.1</version>
<version>3.7.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.7.1/BCUninstaller_3.7.1_setup.exe'
url64bit = 'https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v3.7.1/BCUninstaller_3.7.1_setup.exe'
checksum = '9ffbbf4f88dad06d04d6bb4d208fdfd02f8d0e8c60b3ca227798ce30c72c19ee'
checksum64 = '9ffbbf4f88dad06d04d6bb4d208fdfd02f8d0e8c60b3ca227798ce30c72c19ee'
url = 'https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v3.7.2/BCUninstaller_3.7.2_setup.exe'
url64bit = 'https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v3.7.2/BCUninstaller_3.7.2_setup.exe'
checksum = '1803a6d31f7fb0826f5f3bffb7ba89a85c1adc553d694f359d7983896558ae95'
checksum64 = '1803a6d31f7fb0826f5f3bffb7ba89a85c1adc553d694f359d7983896558ae95'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART'
Expand Down
4 changes: 2 additions & 2 deletions automatic/picard/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://picard.musicbrainz.org/downloads/>
and can be verified by doing the following:

1. Download the following <ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/picard-setup-1.3.2.exe>
1. Download the following <ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/picard-setup-1.4.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: 23C6B03D9BB722CCF704571D54255AB6F6F3CD8F0855AF01673A89ECF1E1221A
checksum: FBC07C8C3E05AD629FA86D175F484BDDAF14B182B4AA71D9C67A14E3CD251D81

The file 'LICENSE.txt' has been obtained from <https://github.com/metabrainz/picard/blob/eeb586b392a5a7dc63d64ba697374ea37e6e122a/COPYING.txt>
2 changes: 1 addition & 1 deletion automatic/picard/picard.nuspec
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>picard</id>
<version>1.3.2.20170203</version>
<version>1.4</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/picard</packageSourceUrl>
<owners>chocolatey</owners>
<title>MusicBrainz Picard</title>
Expand Down

0 comments on commit 1a80d45

Please sign in to comment.