Skip to content

Commit

Permalink
AU: 3 updated - GoogleChrome screencloud vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 21, 2020
1 parent 94efd06 commit 93be7e7
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.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>GoogleChrome</id>
<version>86.0.4240.75</version>
<version>86.0.4240.111</version>
<title>Google Chrome</title>
<owners>chocolatey-community</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/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 = '86.0.4240.75'
$version = '86.0.4240.111'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = '1e0217e036e23c5a2be1b96780669f7127d356e642f1a4fc06de8e9432ce7ed9'
checksum64 = 'f0ab735c9f1af4a21c642a1c24d95c418843d7985cd4eedf147a2becbdd8f7c0'
checksum = 'cba09bf022f5c2e3da187951ee837b7f8c9772ee6c06a6236fa2dbeb26532f9b'
checksum64 = 'a01f61b4bcdbd7f1469b27a76f22c1d0e155e2a596e1b469a4dcfbee3fb5994d'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
4 changes: 2 additions & 2 deletions automatic/screencloud/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ and can be verified like this:


1. Download the following installers:
x32: https://sourceforge.net/projects/screencloud/files/1.5.1/windows/ScreenCloud-1.5.1-x86.msi/download
x32: https://sourceforge.net/projects/screencloud/files/1.5.2/windows/ScreenCloud-1.5.2-x86.msi/download
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: 63D40831416E95C9D1B07FFF12A510B7B206B35CB54D8F979120E5531C852F2E
checksum32: 8CE4755D2DAB85A7B78F94912F6FC794C06BA7070DD3A3D7F59E1129F97597B1

File 'LICENSE.txt' is obtained from <https://github.com/olav-st/screencloud/blob/master/LICENSE>
4 changes: 2 additions & 2 deletions automatic/screencloud/screencloud.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>screencloud</id>
<version>1.5.1</version>
<version>1.5.2</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/screencloud</packageSourceUrl>
<owners>chocolatey-community, p3lim</owners>
<title>screencloud (Install)</title>
Expand All @@ -18,7 +18,7 @@
<bugTrackerUrl>https://github.com/olav-st/screencloud/issues</bugTrackerUrl>
<tags>screencloud screenshot clipboard upload foss cross-platform admin</tags>
<summary>ScreenCloud makes screenshot sharing easy!</summary>
<description><![CDATA[This is the source code for the ScreenCloud client. ScreenCloud is an easy to use screenshot sharing tool consisting of a cross-platform client and a sharing website: [http://screencloud.net/](http://screencloud.net/)
<description><![CDATA[This is the source code for the ScreenCloud client. ScreenCloud is an easy to use screenshot sharing tool consisting of a cross-platform client and a sharing website: [https://screencloud.net/](http://screencloud.net/)
You can also upload to other services, including your own FTP server, Imgur, Dropbox & Ubuntu One through the use of [plugins](https://github.com/olav-st/screencloud-plugins).
Expand Down
2 changes: 1 addition & 1 deletion automatic/screencloud/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$fileName = 'ScreenCloud-1.5.1-x86.msi'
$fileName = 'ScreenCloud-1.5.2-x86.msi'

$packageArgs = @{
packageName = 'screencloud'
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.1869/gvim_8.2.1869_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1869/gvim_8.2.1869_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1873/gvim_8.2.1873_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1873/gvim_8.2.1873_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: F1FFBBDD44ED8059BC8AAC5E86C162F81D8E4C1DA0A2F30BCE59BA0230EC41E0
checksum64: 22FF0B34A09770A8CBA41FBF40CAB61C0A41704363499DA17C6B386585DEE8F9
checksum32: 13F4D474A194BD5D8F7FDE87F6C4029D139943877E28CA3CA5EAB386342AF574
checksum64: E165BB60C48F5376FDE8EBC35CC632B613EDF5286ECD58AD0A8EC6A9D80DF6A6
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.1869_x86.zip"
file64 = "$toolsDir\gvim_8.2.1869_x64.zip"
file = "$toolsDir\gvim_8.2.1873_x86.zip"
file64 = "$toolsDir\gvim_8.2.1873_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.1869</version>
<version>8.2.1873</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 93be7e7

Please sign in to comment.