diff --git a/automatic/bulk-crap-uninstaller/bulk-crap-uninstaller.nuspec b/automatic/bulk-crap-uninstaller/bulk-crap-uninstaller.nuspec
index 6581a4344c4..c1aaed0da1a 100644
--- a/automatic/bulk-crap-uninstaller/bulk-crap-uninstaller.nuspec
+++ b/automatic/bulk-crap-uninstaller/bulk-crap-uninstaller.nuspec
@@ -5,7 +5,7 @@
bulk-crap-uninstaller
Bulk Crap Uninstaller
chocolatey-community
- 5.7
+ 5.8
Marcin Szeniak
Bulk Crap Uninstaller is an open source program uninstaller.
https://github.com/Klocman/Bulk-Crap-Uninstaller/blob/master/Licence.txt
false
https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@11b6ffab0e41ca0e687b1202046aa0248682e8be/icons/bulk-crap-uninstaller.png
- https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/tag/v5.7
+ https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/tag/v5.8
https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/bulk-crap-uninstaller
https://github.com/Klocman/Bulk-Crap-Uninstaller
diff --git a/automatic/bulk-crap-uninstaller/legal/VERIFICATION.txt b/automatic/bulk-crap-uninstaller/legal/VERIFICATION.txt
index 56e8a329ab7..6eabb504af2 100644
--- a/automatic/bulk-crap-uninstaller/legal/VERIFICATION.txt
+++ b/automatic/bulk-crap-uninstaller/legal/VERIFICATION.txt
@@ -7,7 +7,7 @@ Package can be verified like this:
1. Go to
- x32: https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v5.7/BCUninstaller_5.7_setup.exe
+ x32: https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v5.8/BCUninstaller_5.8_setup.exe
to download the installer.
@@ -15,7 +15,7 @@ Package can be verified like this:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
- checksum32: 013E3AEF660D080030788446D11E63E0E8D23D278E90564ED511A836C5AA5464
+ checksum32: 112208E100BC9CEAC52370C9898BCBBEE9ECB87E0004400B6C1C93320AD6B083
File 'license.txt' is obtained from:
https://github.com/Klocman/Bulk-Crap-Uninstaller/blob/master/Licence.txt
diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt
index 6e30fa6b60b..d9b5218d19e 100644
--- a/automatic/vim/legal/VERIFICATION.txt
+++ b/automatic/vim/legal/VERIFICATION.txt
@@ -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:
- 64-Bit:
+ 32-Bit:
+ 64-Bit:
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: 3A951B8033E7D293CC400C8C5BA24DA41AC2EB2B23483CE7536D39BA41424747
- checksum64: 8E19E45139B89D2F31D44E63A945EA876822C9BE39680647836867D64CF04CF5
+ checksum32: FB60317A6E1C0132EAE9D9C67F35DFC191FC511E49B962394288856BBB27E967
+ checksum64: 23F5F7CDCBC182774B8B276A7BE9504CBE14AA19E4BC387743DDA021D7B05B68
diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1
index 52159282575..b2cd9e4c860 100644
--- a/automatic/vim/tools/chocolateyinstall.ps1
+++ b/automatic/vim/tools/chocolateyinstall.ps1
@@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
- file = "$toolsDir\gvim_9.1.0405_x86.zip"
- file64 = "$toolsDir\gvim_9.1.0405_x64.zip"
+ file = "$toolsDir\gvim_9.1.0408_x86.zip"
+ file64 = "$toolsDir\gvim_9.1.0408_x64.zip"
}
$installArgs = @{
diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec
index a438585dcce..9ec108d9d2f 100644
--- a/automatic/vim/vim.nuspec
+++ b/automatic/vim/vim.nuspec
@@ -3,7 +3,7 @@
vim
Vim
- 9.1.0405
+ 9.1.0408
Bram Moolenaar, Vim Community
chocolatey-community, Rob Reynolds
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.