Skip to content

Commit

Permalink
AU: 2 updated - bulk-crap-uninstaller vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 12, 2021
1 parent e743b07 commit c0e2bd2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions automatic/bulk-crap-uninstaller/bulk-crap-uninstaller.nuspec
Expand Up @@ -5,7 +5,7 @@
<id>bulk-crap-uninstaller</id>
<title>Bulk Crap Uninstaller</title>
<owners>chocolatey-community</owners>
<version>5.0</version>
<version>5.1</version>
<authors>Marcin Szeniak</authors>
<summary>Bulk Crap Uninstaller is an open source program uninstaller.</summary>
<description><![CDATA[Bulk Crap Uninstaller is a free (as in speech) program uninstaller. It excels at removing large amounts of applications with minimal user input. It can clean up leftovers, detect orphaned applications, run uninstallers according to premade lists, and much more!
Expand Down Expand Up @@ -61,7 +61,7 @@ Even though BCU was made with IT pros in mind, by default it is so straight-forw
<licenseUrl>https://github.com/Klocman/Bulk-Crap-Uninstaller/blob/master/Licence.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@11b6ffab0e41ca0e687b1202046aa0248682e8be/icons/bulk-crap-uninstaller.png</iconUrl>
<releaseNotes>https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/tag/v5.0</releaseNotes>
<releaseNotes>https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/tag/v5.1</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/bulk-crap-uninstaller</packageSourceUrl>
<projectSourceUrl>https://github.com/Klocman/Bulk-Crap-Uninstaller</projectSourceUrl>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/bulk-crap-uninstaller/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x32: https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v5.0/BCUninstaller_5.0_setup.exe
x32: https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v5.1/BCUninstaller_5.1_setup.exe

to download the installer.

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

checksum32: 7A6592761B6B79D5432C27BABB88064C0C2C9878F31E681DA62A8584E992A37C
checksum32: 3BFFCFB5F282B32242631A7A93C4B68B8A25AA37B24FE71ABE8F9178F0B16BB3

File 'license.txt' is obtained from:
https://github.com/Klocman/Bulk-Crap-Uninstaller/blob/master/Licence.txt
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3140/gvim_8.2.3140_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3140/gvim_8.2.3140_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3154/gvim_8.2.3154_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3154/gvim_8.2.3154_x64.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'

checksum32: F6B113B44A393216576C10217F6AA5B181A07D7F2CDA4BCFAA860D35064D6E86
checksum64: FEEB56C2FEAF306E107D161A5027127C32DDA0CCB7A8E966395B1CAF1A0A09D7
checksum32: 8F190E2B4F084B5446227A8226B8CDFE62B9B85B22357E12F34F3DA7B9F4BC6B
checksum64: 899595B247FC4DCBB5302EE9D61BACD1FE222681CD9C50C96394A7EE00A24CD8
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.3140_x86.zip"
file64 = "$toolsDir\gvim_8.2.3140_x64.zip"
file = "$toolsDir\gvim_8.2.3154_x86.zip"
file64 = "$toolsDir\gvim_8.2.3154_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.3140</version>
<version>8.2.3154</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit c0e2bd2

Please sign in to comment.