diff --git a/automatic/googlechromebeta/googlechromebeta.nuspec b/automatic/googlechromebeta/googlechromebeta.nuspec index e7a3d915910..4055f144690 100644 --- a/automatic/googlechromebeta/googlechromebeta.nuspec +++ b/automatic/googlechromebeta/googlechromebeta.nuspec @@ -3,7 +3,7 @@ googlechromebeta - 91.0.4472.69-beta + 91.0.4472.77-beta Google Chrome Beta chocolatey-community,nsleigh Google Inc. diff --git a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 index 36b4761d4f8..2c1f5ce5526 100644 --- a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 +++ b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 -$version = '91.0.4472.69-beta' +$version = '91.0.4472.77-beta' if ($version -eq (Get-ChromeBetaVersion)) { Write-Host "Google Chrome Beta $version is already installed." return @@ -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 = '8a54038b1b6ea7bf79b54b009df13d48f4041073c5f7e1e55a3e78a1c91f12c2' - checksum64 = 'dbcc45ab1274f94ff33cc1be77347b3751e38829010221440afe5b6506baed0c' + checksum = 'fcdb48a56ae7bc5bc0c7d47dffbe0cffa8e67d91717a6ba61ced7cf117dfd10b' + checksum64 = '7f660e5393d7b9dbdd995de9afb87d08db2a680bc8c9208a4adaeace113afff5' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/automatic/inkscape/inkscape.nuspec b/automatic/inkscape/inkscape.nuspec index 0ba1ddc908b..fa3567a9dc3 100644 --- a/automatic/inkscape/inkscape.nuspec +++ b/automatic/inkscape/inkscape.nuspec @@ -3,7 +3,7 @@ InkScape - 1.0.2 + 1.1 Inkscape chocolatey-community Inkscape developers @@ -38,7 +38,7 @@ All Inkscape projects may be exported in formats friendly to web browsers or com https://inkscape.org/en/community/mailing-lists/ https://bugs.launchpad.net/inkscape An Open Source vector graphics editor, with capabilities similar to Illustrator, CorelDraw, or Xara X, using the W3C standard Scalable Vector Graphics (SVG) file format. - https://inkscape.org/release/inkscape-1.0.2/#left-column + https://inkscape.org/release/inkscape-1.1/#left-column inkscape.org inkscape editor foss cross-platform svg vector-graphics icons graphics export drawing art admin https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/inkscape diff --git a/automatic/inkscape/legal/VERIFICATION.txt b/automatic/inkscape/legal/VERIFICATION.txt index 306b8b3167c..8ce5fe099a1 100644 --- a/automatic/inkscape/legal/VERIFICATION.txt +++ b/automatic/inkscape/legal/VERIFICATION.txt @@ -3,17 +3,17 @@ Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. The embedded software have been downloaded from the listed download -location on +location on and can be verified by doing the following: 1. Download the following: - 64-Bit software: + 64-Bit software: 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 - checksum64: 78DC2E539012D3893EE9C34B7B922AB9BBED8CFE77AA4A484040E8B2A81ABB30 + checksum64: 56D60C447E4758ADA94CBF7A4F1CF827B6B4E7064E1EE0C2084FC92F65C16BDF The file 'LICENSE.txt' has been obtained from diff --git a/automatic/inkscape/tools/chocolateyInstall.ps1 b/automatic/inkscape/tools/chocolateyInstall.ps1 index 71ee79452ee..c2cd60efd27 100644 --- a/automatic/inkscape/tools/chocolateyInstall.ps1 +++ b/automatic/inkscape/tools/chocolateyInstall.ps1 @@ -5,10 +5,10 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'msi' - url = 'https://inkscape.org/gallery/item/23846/inkscape-1.0.2_2021-01-15_e86c870879-x86.msi' - checksum = '20B4925A6019A07005356EE903D0CDDF7F39052B663F44B844D708D733D66308' + url = 'https://inkscape.org/gallery/item/26938/inkscape-1.1-x86.msi' + checksum = '1D02A124E39F906BB6BAB7A7867967E12ECF1A8493A3718D3090392E54811AB9' checksumType = 'sha256' - file64 = "$toolsPath\inkscape-1.0.2_2021-01-15_e86c870879-x64.msi" + file64 = "$toolsPath\inkscape-1.1-x64.msi" softwareName = 'InkScape*' silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0) @@ -16,7 +16,7 @@ $packageArgs = @{ [array]$key = Get-UninstallRegistrykey $packageArgs['softwareName'] if ($key.Count -eq 1) { - if ($key[0].DisplayVersion -eq '1.0.2') { + if ($key[0].DisplayVersion -eq '1.1') { Write-Host "Software already installed" return } diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 5dd00d91eea..fcfa64a27ac 100644 --- a/automatic/vim/legal/VERIFICATION.txt +++ b/automatic/vim/legal/VERIFICATION.txt @@ -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: - 64-Bit: + 32-Bit: + 64-Bit: 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: CFAB961E951942F3449404F1C7190A8A1DD8CB060EFDC023ABE01869EAAEB2A0 - checksum64: A8933CBA54B9F06770BACDFD72B35A27E57DC7F441291737001F7E273A6CBB8D + checksum32: D0CD43473133722482B3493A81350DE53E9DEE179ABF4E444A783882FBF84F5E + checksum64: A89A876EF0925AA23B11DDF86CDB66542A37CB00395FEB4F5CE24B99A8B4261A diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 4aa5ce82254..794d69db1b5 100644 --- a/automatic/vim/tools/chocolateyinstall.ps1 +++ b/automatic/vim/tools/chocolateyinstall.ps1 @@ -9,8 +9,8 @@ $installDir = Get-InstallDir $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $installDir - file = "$toolsDir\gvim_8.2.2879_x86.zip" - file64 = "$toolsDir\gvim_8.2.2879_x64.zip" + file = "$toolsDir\gvim_8.2.2885_x86.zip" + file64 = "$toolsDir\gvim_8.2.2885_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 9d2f5a83c8c..8bda344f1d9 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.2879 + 8.2.2885 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds, matsuhav 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.