Skip to content

Commit

Permalink
AU: 2 updated - paint.net vim
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Jan 25, 2021
1 parent 96b7233 commit f2be915
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.14.install.zip
x32: https://www.dotpdn.com/files/paint.net.4.2.15.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: 58710B8B63752BE22E912F346E96F806EC4388C9EECB3DDD49E7F91A0FC373EF
checksum32: 7D1B3B9B7E4BBB226DA91E1C635C5FB8C7388D1337A48095348A102482BB30F3

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.14</version>
<version>4.2.15</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.2398/gvim_8.2.2398_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2398/gvim_8.2.2398_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2406/gvim_8.2.2406_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2406/gvim_8.2.2406_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: 49B8A88F24750061431C6202278749F1B26A30E8C4B47EBFC55147BDE5C24D73
checksum64: ED45DAEB9BA09B0174AE1B26EC1B6137CDB65B021BC0A2007CB59762FF7AE25D
checksum32: 8FD6E155EF3581A94517639D10C61650EEE3B4AB73D6E25DE44489BDCCA25B3D
checksum64: 1381BD5EB5E8368EE0E2BCD857ED3FA350FD5C355C960EBF8C713657CB3B015D
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.2398_x86.zip"
file64 = "$toolsDir\gvim_8.2.2398_x64.zip"
file = "$toolsDir\gvim_8.2.2406_x86.zip"
file64 = "$toolsDir\gvim_8.2.2406_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.2398</version>
<version>8.2.2406</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 f2be915

Please sign in to comment.