Skip to content

Commit

Permalink
AU: 3 updated - SQLite sysinternals vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 30, 2022
1 parent de9d3fa commit 78feb68
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 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/2022/sqlite-dll-win32-x86-3390300.zip
x64: https://sqlite.org/2022/sqlite-dll-win64-x64-3390300.zip
Toolsx32: https://sqlite.org/2022/sqlite-tools-win32-x86-3390300.zip
x32: https://sqlite.org/2022/sqlite-dll-win32-x86-3390400.zip
x64: https://sqlite.org/2022/sqlite-dll-win64-x64-3390400.zip
Toolsx32: https://sqlite.org/2022/sqlite-tools-win32-x86-3390400.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: 0A467C745638628346673A568047C466DF49432A453511551B02434BD2CCEA8C
checksum64: 8789C6D0B07A229B822B302C1B311D8A040D008A40EC8F96C2D6EEB2C57DFA15
checksumTools32: 3DF9F326536DD1DAD1C1516E9104C33C5EEF25B62004ADC435A329306E2FB22A
checksum32: FF0E21B873342E7036BEC78CD9A80CC075D286F24DBCCB07B95ED0B20508D2F7
checksum64: AB048420FCF936CD8D78904237D0BBCE604EBB4AE868C43716FAAA0B3C70C1F6
checksumTools32: 5FAF62F2C75B32ED9B795607FD29E82E6105BC8AEEB1E13DC80E67BE373C5ED3

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.39.3</version>
<version>3.39.4</version>
<title>SQLite</title>
<owners>chocolatey-community</owners>
<authors>D. Richard Hipp, SQLite contributors</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysinternals/sysinternals.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sysinternals</id>
<title>Sysinternals</title>
<version>2022.8.16</version>
<version>2022.9.29</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/sysinternals/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Write-Host "Sysinternals Suite is going to be installed in '$installDir'"
$packageArgs = @{
packageName = 'sysinternals'
url = 'https://download.sysinternals.com/files/SysinternalsSuite.zip'
checksum = '69e75f54a70a76277dd9a4b6f1d739d7f4237e606391dcfe56890bacabe77dd7'
checksum = '4356ef2832d2382c36e37d3e05a3a9dbe3b8f658646eb417b232f212d52ce793'
checksumType = 'sha256'
unzipLocation = $installDir
}
Expand All @@ -18,7 +18,7 @@ Accept-Eula
if ($installDir -ne $toolsPath) { Install-ChocolateyPath $installDir }
if (Is-NanoServer) {
$packageArgs.url = 'https://download.sysinternals.com/files/SysinternalsSuite-Nano.zip'
$packageArgs.checksum = 'f270d19689d9763c70d6b4ea559cfb9dda8104036fe62123de9e9c650314a5d3'
$packageArgs.checksum = 'c3f0e3ebc9039840b07ebb6f6dd6196ad12a93f29fdd6b25f0785b132cafbe2c'
}

$old_path = 'c:\sysinternals'
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/v9.0.0619/gvim_9.0.0619_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0619/gvim_9.0.0619_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0626/gvim_9.0.0626_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0626/gvim_9.0.0626_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: 9668F12E1CCAE8CAB46E208D3D11C4B89F1C9F03A6E52F789CB8C19F6B126F77
checksum64: 186DFE3966366D2CA72582C608B8392949CC1C607698A74FB544CA5A1CC041A2
checksum32: B4BF80D73064B3AAE44BA645DEF837A66DAB19A1CC84143896E720C8523416C3
checksum64: 98F132832D8827CBAEEBB81C018503450CAC1E248672009CD37BCBC0A9B062E3
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_9.0.0619_x86.zip"
file64 = "$toolsDir\gvim_9.0.0619_x64.zip"
file = "$toolsDir\gvim_9.0.0626_x86.zip"
file64 = "$toolsDir\gvim_9.0.0626_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>9.0.0619</version>
<version>9.0.0626</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</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 78feb68

Please sign in to comment.