Skip to content

Commit

Permalink
AU: 2 updated - paint.net vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 1, 2020
1 parent c13ef6f commit d0dc3fa
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions automatic/paint.net/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x32: https://www.dotpdn.com/files/paint.net.4.2.8.install.zip
x32: https://www.dotpdn.com/files/paint.net.4.2.9.install.zip

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: 0449FA315305C22619609AE89689365F62BF99B1CA0EFAF2D82AAF5B79116B9B
checksum32: A817A9625A78FEEDC36073C2CDD1C5BC8A7A2C49AF05DFC1DAFADD2B65CEE958

File 'license.txt' is obtained from:
https://www.getpaint.net/license.html
2 changes: 1 addition & 1 deletion automatic/paint.net/paint.net.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>paint.net</id>
<version>4.2.8</version>
<version>4.2.9</version>
<title>Paint.NET</title>
<authors>Rick Brewster, dotPDN</authors>
<projectUrl>http://www.getpaint.net/</projectUrl>
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.0184/gvim_8.2.0184_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0184/gvim_8.2.0184_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0190/gvim_8.2.0190_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0190/gvim_8.2.0190_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: 71F4E623CE24A28BF5F59AFDE299A982C2639C9D9758E0608DEE30C5E6873296
checksum64: 8A58342A1B6AE6719BC067EFDC2B316075EC1F9CDE1BE9E7B9C59378C69931BE
checksum32: F7E3B7DCE027AEC017369314A6049111EDAE149D3198E01D9FEC9BA05B645BD5
checksum64: 7862868F37ABCF2D1D798057C578C1E69592B531D16A59B4F69B65EF5E8DA69A
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.0184_x86.zip"
file64 = "$toolsDir\gvim_8.2.0184_x64.zip"
file = "$toolsDir\gvim_8.2.0190_x86.zip"
file64 = "$toolsDir\gvim_8.2.0190_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.0184</version>
<version>8.2.0190</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, 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 d0dc3fa

Please sign in to comment.