diff --git a/automatic/googlechromebeta/googlechromebeta.nuspec b/automatic/googlechromebeta/googlechromebeta.nuspec index a41bbbb068d..2c01d25d9c9 100644 --- a/automatic/googlechromebeta/googlechromebeta.nuspec +++ b/automatic/googlechromebeta/googlechromebeta.nuspec @@ -3,7 +3,7 @@ googlechromebeta - 95.0.4638.49-beta + 95.0.4638.54-beta Google Chrome Beta chocolatey-community,nsleigh Google Inc. diff --git a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 index 1465fca0c1b..ded28d55337 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 = '95.0.4638.49-beta' +$version = '95.0.4638.54-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 = 'c0fd5555af257d49bdf75ae31056ab7bbdabd6d4788bb4f4f8d9b4cefc94db41' - checksum64 = '3629f80f8cd2364571955edf4de0829e0cb6599ed5ccd45648b8298cf7e5bd84' + checksum = '459430e87d32b42b19f2d7b501e189af2bb4be9ccd846ef655c5c8bcda5ee5df' + checksum64 = 'c6994d2168a01740622026df7531c9897bf9a18a87dd3ce0e6568740923a3f15' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/automatic/universal-usb-installer/Readme.md b/automatic/universal-usb-installer/Readme.md index 4311d521f34..70a67589fba 100644 --- a/automatic/universal-usb-installer/Readme.md +++ b/automatic/universal-usb-installer/Readme.md @@ -1,4 +1,4 @@ -# [universal-usb-installer](https://chocolatey.org/packages/universal-usb-installer) +# [universal-usb-installer](https://chocolatey.org/packages/universal-usb-installer) Universal USB Installer aka UUI is a Live Linux USB Creator that allows you to choose from a selection of Linux Distributions to put on your USB Flash Drive. The Universal USB Installer is easy to use. Simply choose a Live Linux Distribution, the ISO file, your Flash Drive and, Click Install. Upon completion, you should have a ready to run bootable USB Flash Drive with your select operating system installed. Other features include; Persistence (if available) - note that casper persistence will only work with fat16 or fat32 formatted drives. diff --git a/automatic/universal-usb-installer/legal/VERIFICATION.txt b/automatic/universal-usb-installer/legal/VERIFICATION.txt index b1b256b4619..c590210621e 100644 --- a/automatic/universal-usb-installer/legal/VERIFICATION.txt +++ b/automatic/universal-usb-installer/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The embedded software have been downloaded from the listed download location on and can be verified by doing the following: -1. Download the following +1. Download the following 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 - checksum: 9EB269199F99ECAB935755878750BE523AA8F8F87CF4BA36374BB784F55BE6F7 + checksum: 13501920F64C5F6A77BBF39CAA275BC294B6AE66DA5ED1CAE7782AE1B38BAC7D The file 'LICENSE.txt' has been obtained from This license was mentioned on their disclaimer page diff --git a/automatic/universal-usb-installer/universal-usb-installer.nuspec b/automatic/universal-usb-installer/universal-usb-installer.nuspec index 54649b908b1..64660060a1d 100644 --- a/automatic/universal-usb-installer/universal-usb-installer.nuspec +++ b/automatic/universal-usb-installer/universal-usb-installer.nuspec @@ -3,13 +3,13 @@ universal-usb-installer - 2.0.0.700 - https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/universal-usb-installer + 2.0.0.800 + https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/universal-usb-installer chocolatey-community Universal USB Installer Pendrivelinux http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/ - https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@5813657c701e436b0b88060c5b85a9f72abb6862/icons/universal-usb-installer.png + https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@5813657c701e436b0b88060c5b85a9f72abb6862/icons/universal-usb-installer.png Lance www.pendrivelinux.com https://www.gnu.org/licenses/gpl-2.0.html false diff --git a/automatic/webstorm/README.md b/automatic/webstorm/README.md index 50c3c4bd8fa..8d8e6cec0b9 100644 --- a/automatic/webstorm/README.md +++ b/automatic/webstorm/README.md @@ -1,4 +1,4 @@ -# [webstorm](https://chocolatey.org/packages/webstorm) +# [webstorm](https://chocolatey.org/packages/webstorm) WebStorm - The smartest JavaScript IDE. Lightweight yet powerful IDE, perfectly equipped for complex client-side development and server-side development with Node.js. diff --git a/automatic/webstorm/tools/ChocolateyInstall.ps1 b/automatic/webstorm/tools/ChocolateyInstall.ps1 index c44367b89f8..cd1f741c2cb 100644 --- a/automatic/webstorm/tools/ChocolateyInstall.ps1 +++ b/automatic/webstorm/tools/ChocolateyInstall.ps1 @@ -19,8 +19,8 @@ New-Item -ItemType Directory -Force -Path $installDir $arguments = @{ packageName = $env:ChocolateyPackageName softwareName = 'JetBrains WebStorm*' - url = 'https://download.jetbrains.com/webstorm/WebStorm-2021.2.2.exe' - checksum = '4798e7c1bbbbcc7bbbfceeedff52ac39d7262a255b943edd3c3575cbe32d3191' + url = 'https://download.jetbrains.com/webstorm/WebStorm-2021.2.3.exe' + checksum = 'd13071d1adcede6100e85cea099638d44cea3ee74367f860af9a6df21f935a4c' fileType = 'exe' checksumType = 'sha256' silentArgs = $silentArgs diff --git a/automatic/webstorm/webstorm.nuspec b/automatic/webstorm/webstorm.nuspec index de6521bd48b..7e12ebbb809 100644 --- a/automatic/webstorm/webstorm.nuspec +++ b/automatic/webstorm/webstorm.nuspec @@ -3,12 +3,12 @@ webstorm - 2021.2.2 + 2021.2.3 JetBrains WebStorm JetBrains http://www.jetbrains.com/webstorm/buy/buy.jsp https://www.jetbrains.com/webstorm/ - https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@8edfc93894e9bdd11deb36d1cbbfe8a47a7b013a/icons/webstorm.png + https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@8edfc93894e9bdd11deb36d1cbbfe8a47a7b013a/icons/webstorm.png https://www.jetbrains.com/help/webstorm WebStorm — The smartest JavaScript IDE https://www.jetbrains.com/webstorm/whatsnew/ @@ -44,7 +44,7 @@ Example: `choco install webstorm --params "/InstallDir:C:\your\install\path"` ![](https://raw.githubusercontent.com/chocolatey/chocolatey-coreteampackages/master/automatic/webstorm/screenshot.png) ]]> Copyright © 2017 JetBrains - https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/webstorm + https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/webstorm chocolatey-community diff --git a/automatic/yumi-uefi/README.md b/automatic/yumi-uefi/README.md index f3c6a33c89c..693499a0e98 100644 --- a/automatic/yumi-uefi/README.md +++ b/automatic/yumi-uefi/README.md @@ -1,4 +1,4 @@ -# [yumi](https://chocolatey.org/packages/yumi) +# [yumi](https://chocolatey.org/packages/yumi) YUMI (Your Universal Multiboot Installer), is the successor to MultibootISOs. It can be used to create a Multiboot USB Flash Drive containing multiple operating systems, antivirus utilities, disc cloning, diagnostic tools, and more. Contrary to MultiBootISO's which used grub to boot ISO files directly from USB, YUMI uses syslinux to boot extracted distributions stored on the USB device, and reverts to using grub to Boot Multiple ISO files from USB, if necessary. diff --git a/automatic/yumi-uefi/legal/VERIFICATION.txt b/automatic/yumi-uefi/legal/VERIFICATION.txt index 7ef7bb9b2ee..1ba8fa09d02 100644 --- a/automatic/yumi-uefi/legal/VERIFICATION.txt +++ b/automatic/yumi-uefi/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The embedded software have been downloaded from the listed download location on and can be verified by doing the following: -1. Download the following +1. Download the following 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 - checksum: A6916A19098BEB8850CE7969B53FB4616C1EC02D4273A13CB24969BF10BACBD7 + checksum: F8D54CDC39AF4F47DB86AEDABDCE65B915E0E2057017E2688D1C45BF9FA5F6EA The file 'LICENSE.txt' has been obtained from This license was linked to from the following page diff --git a/automatic/yumi-uefi/yumi-uefi.nuspec b/automatic/yumi-uefi/yumi-uefi.nuspec index d6c3aab8f95..49fe9201776 100644 --- a/automatic/yumi-uefi/yumi-uefi.nuspec +++ b/automatic/yumi-uefi/yumi-uefi.nuspec @@ -3,13 +3,13 @@ yumi-uefi - 0.0.4.1 - https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/yumi-uefi + 0.0.4.2 + https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/yumi-uefi chocolatey-community YUMI UEFI (Your Universal Multiboot Installer) Pendrivelinux http://www.pendrivelinux.com/yumi-multiboot-usb-creator/ - https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@b3e21b285f846b9e399b42bff269a6f596eef03b/icons/yumi.png + https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@b3e21b285f846b9e399b42bff269a6f596eef03b/icons/yumi.png 2011–2018 Lance www.pendrivelinux.com https://www.pendrivelinux.com/disclaimer/ false diff --git a/automatic/yumi/README.md b/automatic/yumi/README.md index 340d96e478f..95b777c4ee9 100644 --- a/automatic/yumi/README.md +++ b/automatic/yumi/README.md @@ -1,4 +1,4 @@ -# [yumi](https://chocolatey.org/packages/yumi) +# [yumi](https://chocolatey.org/packages/yumi) YUMI (Your Universal Multiboot Installer), is the successor to MultibootISOs. It can be used to create a Multiboot USB Flash Drive containing multiple operating systems, antivirus utilities, disc cloning, diagnostic tools, and more. Contrary to MultiBootISO's which used grub to boot ISO files directly from USB, YUMI uses syslinux to boot extracted distributions stored on the USB device, and reverts to using grub to Boot Multiple ISO files from USB, if necessary. diff --git a/automatic/yumi/legal/VERIFICATION.txt b/automatic/yumi/legal/VERIFICATION.txt index 836d85df487..03103e0f4b6 100644 --- a/automatic/yumi/legal/VERIFICATION.txt +++ b/automatic/yumi/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The embedded software have been downloaded from the listed download location on and can be verified by doing the following: -1. Download the following +1. Download the following 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 - checksum: ECCA38AB2FF99618CFF15843AD0E80EC034481D9C890AE86940ECC07DF759F78 + checksum: 5623083B23B9EB2E7F43AF9E67B5F33FCB6A2C4B2296CCEAB30FC020D9E3CB61 The file 'LICENSE.txt' has been obtained from This license was linked to from the following page diff --git a/automatic/yumi/yumi.nuspec b/automatic/yumi/yumi.nuspec index 1fbc60298ff..e35ec26007d 100644 --- a/automatic/yumi/yumi.nuspec +++ b/automatic/yumi/yumi.nuspec @@ -3,13 +3,13 @@ yumi - 2.0.9.1 - https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/yumi + 2.0.9.2 + https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/yumi chocolatey-community YUMI (Your Universal Multiboot Installer) Pendrivelinux http://www.pendrivelinux.com/yumi-multiboot-usb-creator/ - https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@b3e21b285f846b9e399b42bff269a6f596eef03b/icons/yumi.png + https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@b3e21b285f846b9e399b42bff269a6f596eef03b/icons/yumi.png 2011–2017 Lance www.pendrivelinux.com https://www.pendrivelinux.com/disclaimer/ false