Skip to content

Commit

Permalink
AU: 3 updated - chromium smartftp vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 9, 2022
1 parent 54d022d commit 5de1da2
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 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.4933.0-snapshots",
"snapshots": "101.0.4934.0-snapshots",
"stable": "99.0.4844.51"
}
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.4933.0-snapshots</version>
<version>101.0.4934.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/979014/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/979063/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/979144/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/979134/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: 2C931D57DF29A355F12553519346FC65B46386381A9045022DEF7C41606B1EAF
checksum64: 4F78D3901F22EC423A0AECCF43FCAA634D7B8785EE73FF7821BB0DF1A67E9098
checksum32: 901C51DBE68F28DA20088E5712710052A73616B22EAD2159C855446F6E09F89F
checksum64: 46ABE1CCA74E1329C06EE3092E9F42C8CC0528B86035E8E51EA0FD5ECFC81104

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.4933.0-snapshots"
$version = "101.0.4934.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
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.2946.0</version>
<version>10.0.2947.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 = 'b5127881a8501ddfbcb06e63d592a804fb44a67a51012de51ce9a441692b084e'
checksum64 = 'e3b2ae0f396dff9a77fb8677ffe40f67ae0ae719e16d3393e51a04414004ab80'
checksum = 'e3da21c82f4278822c1c69adc6dd80babab66e5e6ce9fd62002fa02c76a7a25d'
checksum64 = '8797279bd5099363b91b15dd1f294ab483bd4734cb84f205a32005e98ad3af8a'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
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.4525/gvim_8.2.4525_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4525/gvim_8.2.4525_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4529/gvim_8.2.4529_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4529/gvim_8.2.4529_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: 22842B07C017D83710C027DC029C1242C5A82D96F9541133FD71D50323A0081C
checksum64: 826931C1DE271F05837E94731EF3D3A5E5F0086E6FBC4433642E3F6AB33F84F4
checksum32: E1D392D7F69B7F3197EE8410C8A0F37CF1855E21E78A7F0467F5116803B9F7A8
checksum64: B040C720DF81CB23E6FBC3A288A89A741706AD18E04228B3078001E7F9B7ABFD
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.4525_x86.zip"
file64 = "$toolsDir\gvim_8.2.4525_x64.zip"
file = "$toolsDir\gvim_8.2.4529_x86.zip"
file64 = "$toolsDir\gvim_8.2.4529_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.4525</version>
<version>8.2.4529</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 5de1da2

Please sign in to comment.