Skip to content

Commit

Permalink
AU: 6 updated - chromium nodejs nodejs.install smartftp SQLite vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 23, 2022
1 parent da09490 commit 8c8d6e6
Show file tree
Hide file tree
Showing 17 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "101.0.4904.0-snapshots",
"snapshots": "101.0.4905.0-snapshots",
"stable": "98.0.4758.102"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.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>chromium</id>
<version>101.0.4904.0-snapshots</version>
<version>101.0.4905.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/973637/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/973642/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/974035/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/974036/mini_installer.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: E0032821108E3FEB97B148C1FCA04CE5B2C49B1A421EE401915696D8FBC12A63
checksum64: 0C0C9AC350E3855DFCE518FCE2E3710C96C431A0C668F6B9DB609DC80F9A4642
checksum32: 84FA710119F2403ABF9CC38096E5B232CFCCF5A8BC795C1E9BB17349017B4E17
checksum64: 4CBFB2122BF23B1BAE2A2789D834425B028CC0AC05F9716CF6F418B6AB76BDFF

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "101.0.4904.0-snapshots"
$version = "101.0.4905.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
8 changes: 4 additions & 4 deletions automatic/nodejs.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://nodejs.org/dist/v17.5.0/node-v17.5.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v17.5.0/node-v17.5.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v17.6.0/node-v17.6.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v17.6.0/node-v17.6.0-x64.msi>
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: 4746C0FD19BC801780181702E501AC5F23236413C23B022E1180320DA7FCEFF8
checksum64: B443C6EE36A4A2D43CCCC39513F8F3D9E56CFEEE0FF461610FACEB41F2C930CC
checksum32: DFD6925EB8B2045B1E0E479DF53DC3CA591077168D5FBDF2E9532B0475D71455
checksum64: EF3F0172F25A3868F053EBAF18A9286C23C602B3A8DABAB9DD773A7265023B68

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"14": "14.19.0",
"15": "15.14.0",
"16": "16.14.0",
"17": "17.5.0"
"17": "17.6.0"
}
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs.install</id>
<title>Node JS (Install)</title>
<version>17.5.0</version>
<version>17.6.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/nodejs.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$filePath32 = "$toolsPath\node-v17.5.0-x86.msi"
$filePath64 = "$toolsPath\node-v17.5.0-x64.msi"
$filePath32 = "$toolsPath\node-v17.6.0-x86.msi"
$filePath64 = "$toolsPath\node-v17.6.0-x64.msi"
$installFile = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne 'true') {
Write-Host "Installing 64 bit version"; $filePath64 }
else { Write-Host "Installing 32 bit version"; $filePath32 }
Expand Down
2 changes: 1 addition & 1 deletion automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"14": "14.19.0",
"15": "15.14.0",
"16": "16.14.0",
"17": "17.5.0"
"17": "17.6.0"
}
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs</id>
<title>Node JS</title>
<version>17.5.0</version>
<version>17.6.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand All @@ -28,7 +28,7 @@ While this package now provides both **Current** and **LTS** releases of Node.js
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[17.5.0]" />
<dependency id="nodejs.install" version="[17.6.0]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/smartftp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey-community</owners>
<version>10.0.2942.0</version>
<version>10.0.2943.0</version>
<authors>SmartSoft</authors>
<summary>FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client.</summary>
<description><![CDATA[SmartFTP is a fast and reliable FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet, Terminal client with lots of features and a modern user interface.
Expand Down
4 changes: 2 additions & 2 deletions automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'msi'
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = '1af69f3eaeccbb08e5a84b320efa97454904f6d4fb18ac820d13cc23b07509ca'
checksum64 = 'd123743e41345ea723b10f86f84ba14d505bb6955e35f45e239a433848a2972d'
checksum = 'ff3d79f50927170b8ac8cdde7907d093f739665e55b771cc6446bdb8316a28a7'
checksum64 = '646d3644eff4a7a34a8d1438979a5cd388b91597611e4fab7a26053ddb1cb830'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down
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-3370200.zip
x64: https://sqlite.org/2022/sqlite-dll-win64-x64-3370200.zip
Toolsx32: https://sqlite.org/2022/sqlite-tools-win32-x86-3370200.zip
x32: https://sqlite.org/2022/sqlite-dll-win32-x86-3380000.zip
x64: https://sqlite.org/2022/sqlite-dll-win64-x64-3380000.zip
Toolsx32: https://sqlite.org/2022/sqlite-tools-win32-x86-3380000.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: 756AEC6B4544024FF0CC20012A13C64CBA9C6836BEB2A25FB2FC278BE6D8134A
checksum64: 456BEF46DDE6E18E66CA6183A210248286B03196A688DE57F3345D7DF14C808C
checksumTools32: 8487349CF3B7707D13C8137B966781A9BCE916784372FB91F67ACCDDCDEA39B7
checksum32: DD46A298AB90CA9BA8A1F633F20ABE2DCB805596B5AA68DCB84CCE99E3A56BE1
checksum64: 7EDB0B943A6A4563564A62F5B5FDB6C586C1E44E921A16AC0FE9E8AAB123B99A
checksumTools32: D5923F1B7938669121A2641EA07FC612A5B20FEAC5E76731ABBC243F9CDC132F

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.37.2</version>
<version>3.38.0</version>
<title>SQLite</title>
<owners>chocolatey-community</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.4428/gvim_8.2.4428_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4428/gvim_8.2.4428_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4451/gvim_8.2.4451_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4451/gvim_8.2.4451_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: F8F16C202D6A05B6C8DCC77356A8B7BD2E720B31F25BC9216F5867D4F4AE806E
checksum64: ED5ABA86B51349FBFBDD4DAB09858DE76724605A0A7C9767DDC56969008AA0BF
checksum32: 0A8BF244EC747D6EDBAFEBB32B88A6572DF5C07B2120D94E349523D41CDDF932
checksum64: AA46331829B22F393CF465A3CC7E5E9BD36D79B2B7259969F79F7825A022081E
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.4428_x86.zip"
file64 = "$toolsDir\gvim_8.2.4428_x64.zip"
file = "$toolsDir\gvim_8.2.4451_x86.zip"
file64 = "$toolsDir\gvim_8.2.4451_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.4428</version>
<version>8.2.4451</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 8c8d6e6

Please sign in to comment.