Skip to content

Commit

Permalink
AU: 2 updated - SQLite vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 26, 2020
1 parent f61cd92 commit e9bb8a5
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions automatic/sqlite/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ Package can be verified like this:

1. Go to

x32: https://sqlite.org/2020/sqlite-dll-win32-x86-3320000.zip
x64: https://sqlite.org/2020/sqlite-dll-win64-x64-3320000.zip
Toolsx32: https://sqlite.org/2020/sqlite-tools-win32-x86-3320000.zip
x32: https://sqlite.org/2020/sqlite-dll-win32-x86-3320100.zip
x64: https://sqlite.org/2020/sqlite-dll-win64-x64-3320100.zip
Toolsx32: https://sqlite.org/2020/sqlite-tools-win32-x86-3320100.zip

to download the files.

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: 0DD0DD38CDE5A14E7D6D0830DB62CC7037E521FD042B0B8DA0763128B2C0B3F2
checksum64: F094B7A0DCA41021B1C3FE529724EF0247FC94BE99E29B643A36B102AA4C2B1A
checksumTools32: 3D5BB9A1903CE3404FAE4418F1767F1D25FD3E5B4FCB23E7EC5B07D84DF0DE4E
checksum32: 26278A7C25A1A8374F31255868A114FC40BD822BF5ECF2E46FAAD9C6E2E25B33
checksum64: 02DFBB3F9A4B98A221C48263270FD3EEBEDBC3E8057AE364458CC41D2237E2FC
checksumTools32: 60A9994DEC019F97C096B1C813D3F185270CB1815010B15E5EA92AC557F60D17

File 'license.txt' is obtained from the following URL (and converted to markdown):
http://www.sqlite.org/copyright.html
2 changes: 1 addition & 1 deletion automatic/sqlite/sqlite.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SQLite</id>
<version>3.32.0</version>
<version>3.32.1</version>
<title>SQLite</title>
<owners>chocolatey</owners>
<authors>D. Richard Hipp, SQLite contributors</authors>
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.0820/gvim_8.2.0820_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0820/gvim_8.2.0820_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0825/gvim_8.2.0825_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0825/gvim_8.2.0825_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: 711153876CAF8D86B5EB9FAFF5A4F6E272BC1F2A81EF61545F7C6F7E0746588D
checksum64: F7D77E7615ECEAD51FA0D8F49520373018440FCEC5710ECDDCF4CC4366A5A4E0
checksum32: 1586AD9CE6ED6B1B760A79560AA39DBCB6F1212A8661E0857523D703BB930ECD
checksum64: DEEB19BEFE62534233B90C8C2025DFF9C9E78901C669E25A2A94439C1C44174C
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.0820_x86.zip"
file64 = "$toolsDir\gvim_8.2.0820_x64.zip"
file = "$toolsDir\gvim_8.2.0825_x86.zip"
file64 = "$toolsDir\gvim_8.2.0825_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.0820</version>
<version>8.2.0825</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 e9bb8a5

Please sign in to comment.