Skip to content

Commit

Permalink
AU: 3 updated - bleachbit bleachbit.install vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 3, 2021
1 parent e4b55e1 commit 76e9924
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/bleachbit.install/bleachbit.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>bleachbit.install</id>
<version>4.0.0</version>
<version>4.2.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/bleachbit.install</packageSourceUrl>
<owners>chocolatey-community,dtgm</owners>
<!-- == SOFTWARE SPECIFIC SECTION == -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/bleachbit.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ and can be verified like this:

1. Download the following installer(s):

x86: https://download.bleachbit.org/BleachBit-4.0.0-setup.exe
x86: https://download.bleachbit.org/BleachBit-4.2.0-setup.exe

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

checksum type: sha256
checksum32: 03FB4DCEDE9843A22F5C488DE6124D80C0427D9A80C0F6E21466BD83C39EE360
checksum32: 85699E6D5C29D2E163E775EEC060A34171066968561E665907A73346590E5345

The included 'LICENSE.txt' file have been obtained from:
https://github.com/bleachbit/bleachbit/blob/master/COPYING
4 changes: 2 additions & 2 deletions automatic/bleachbit/bleachbit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>bleachbit</id>
<version>3.0</version>
<version>4.2.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/bleachbit</packageSourceUrl>
<owners>chocolatey-community,dtgm</owners>
<!-- == SOFTWARE SPECIFIC SECTION == -->
Expand Down Expand Up @@ -43,7 +43,7 @@ BleachBit has many useful features designed to help you easily [clean](https://w
]]></description>
<releaseNotes>https://www.bleachbit.org/news</releaseNotes>
<dependencies>
<dependency id="bleachbit.install" version="[3.0]" />
<dependency id="bleachbit.install" version="[4.2.0]" />
</dependencies>
</metadata>
<files />
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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.2269/gvim_8.2.2269_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2269/gvim_8.2.2269_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2282/gvim_8.2.2282_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2282/gvim_8.2.2282_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: D18E557D4CADDE91BD9686D3BF427DF5BF32402AFA63A35D12E3C49C114BD2E0
checksum64: C9D1AA22D06637A6DBA97498FE78304A91B95C4BCF3F8FA1A4C722A7260E586C
checksum32: 5F800D114D2B622D387BF7D7984C30DAEF476B520947E950E43A700C78C929C4
checksum64: 0E58812DF780DE58FAEE4C3C9226DAB9D2FFA6127859B5FA3F7A8ABB26C3DC74
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.2269_x86.zip"
file64 = "$toolsDir\gvim_8.2.2269_x64.zip"
file = "$toolsDir\gvim_8.2.2282_x86.zip"
file64 = "$toolsDir\gvim_8.2.2282_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.2269</version>
<version>8.2.2282</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 76e9924

Please sign in to comment.