Skip to content

Commit

Permalink
AU: 3 updated - googlechromebeta smartftp vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 8, 2021
1 parent 658c444 commit 1e1a39e
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>88.0.4324.50-beta</version>
<version>88.0.4324.79-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey-community,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '88.0.4324.50-beta'
$version = '88.0.4324.79-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = '83a13b283a9b555e6170d884835622729a362a3850f4d4ae20f53d7d3c9d5b39'
checksum64 = 'b657d482d1bcb390994e55483470a5eb6e519e63327b051e49bfaebe0a3ba4cb'
checksum = '694df0e5fd24682c9a5802071867701a6a9935eced4ec144b1c198677b9376a2'
checksum64 = '0951343e815c3a776313171e132342f69fcb4864a101b59020691d4dbf99938d'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
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>9.0.2825.0</version>
<version>9.0.2826.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 = '2495a163a4ad2007c5b66f44ca3ab42947de9fa23cca568565cfeeaf3d8e96f5'
checksum64 = '63fcf2756cc93e9e2724d11258f28df2c5bcd15062f3d9e00bef14c7e6bc72d6'
checksum = '61063b60867938215c2161a54d32d126f5533252303a6a5b859a40be1a510bf0'
checksum64 = '07b99fc73233367475947b2b0f6eb672b285b656d9f63f1b6ccac79bb16a4311'
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.2306/gvim_8.2.2306_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2306/gvim_8.2.2306_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2311/gvim_8.2.2311_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2311/gvim_8.2.2311_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: 53F8B1C02A05344569C3E5EC22CDF6AF4348F9DFDE2DC230B0DF3626BED89493
checksum64: 5D7370B0B073B6B8DDA98900548CC888F795F7AE5551472AC5B7DA42CC2333FB
checksum32: 3A1BC47B60F44F0A6481367BC3443A4212B9882F486706AFFEDB6297C2C93AE3
checksum64: F71AB9DA866B8948C599923E8BE91EDA02677F5AC1C7B530C74815437E1817EF
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.2306_x86.zip"
file64 = "$toolsDir\gvim_8.2.2306_x64.zip"
file = "$toolsDir\gvim_8.2.2311_x86.zip"
file64 = "$toolsDir\gvim_8.2.2311_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.2306</version>
<version>8.2.2311</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 1e1a39e

Please sign in to comment.