Skip to content

Commit

Permalink
AU: 5 updated - googlechromebeta universal-usb-installer webstorm yum…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 18, 2021
1 parent 0f4c918 commit 831eeb5
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>95.0.4638.49-beta</version>
<version>95.0.4638.54-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
@@ -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
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 = 'c0fd5555af257d49bdf75ae31056ab7bbdabd6d4788bb4f4f8d9b4cefc94db41'
checksum64 = '3629f80f8cd2364571955edf4de0829e0cb6599ed5ccd45648b8298cf7e5bd84'
checksum = '459430e87d32b42b19f2d7b501e189af2bb4be9ccd846ef655c5c8bcda5ee5df'
checksum64 = 'c6994d2168a01740622026df7531c9897bf9a18a87dd3ce0e6568740923a3f15'
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/universal-usb-installer/Readme.md
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@5813657c701e436b0b88060c5b85a9f72abb6862/icons/universal-usb-installer.png" width="48" height="48"/> [universal-usb-installer](https://chocolatey.org/packages/universal-usb-installer)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@5813657c701e436b0b88060c5b85a9f72abb6862/icons/universal-usb-installer.png" width="48" height="48"/> [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.
Expand Down
4 changes: 2 additions & 2 deletions automatic/universal-usb-installer/legal/VERIFICATION.txt
Expand Up @@ -6,14 +6,14 @@ The embedded software have been downloaded from the listed download
location on <https://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/>
and can be verified by doing the following:

1. Download the following <https://www.pendrivelinux.com/downloads/Universal-USB-Installer/Universal-USB-Installer-2.0.0.7.exe>
1. Download the following <https://www.pendrivelinux.com/downloads/Universal-USB-Installer/Universal-USB-Installer-2.0.0.8.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
checksum: 9EB269199F99ECAB935755878750BE523AA8F8F87CF4BA36374BB784F55BE6F7
checksum: 13501920F64C5F6A77BBF39CAA275BC294B6AE66DA5ED1CAE7782AE1B38BAC7D

The file 'LICENSE.txt' has been obtained from <https://www.gnu.org/licenses/gpl-2.0.txt>
This license was mentioned on their disclaimer page <https://www.pendrivelinux.com/disclaimer/>
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>universal-usb-installer</id>
<version>2.0.0.700</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/universal-usb-installer</packageSourceUrl>
<version>2.0.0.800</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/universal-usb-installer</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>Universal USB Installer</title>
<authors>Pendrivelinux</authors>
<projectUrl>http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@5813657c701e436b0b88060c5b85a9f72abb6862/icons/universal-usb-installer.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@5813657c701e436b0b88060c5b85a9f72abb6862/icons/universal-usb-installer.png</iconUrl>
<copyright>Lance www.pendrivelinux.com</copyright>
<licenseUrl>https://www.gnu.org/licenses/gpl-2.0.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
2 changes: 1 addition & 1 deletion automatic/webstorm/README.md
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@8edfc93894e9bdd11deb36d1cbbfe8a47a7b013a/icons/webstorm.png" width="48" height="48"/> [webstorm](https://chocolatey.org/packages/webstorm)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@8edfc93894e9bdd11deb36d1cbbfe8a47a7b013a/icons/webstorm.png" width="48" height="48"/> [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.
Expand Down
4 changes: 2 additions & 2 deletions automatic/webstorm/tools/ChocolateyInstall.ps1
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions automatic/webstorm/webstorm.nuspec
Expand Up @@ -3,12 +3,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>webstorm</id>
<version>2021.2.2</version>
<version>2021.2.3</version>
<title>JetBrains WebStorm</title>
<authors>JetBrains</authors>
<licenseUrl>http://www.jetbrains.com/webstorm/buy/buy.jsp</licenseUrl>
<projectUrl>https://www.jetbrains.com/webstorm/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@8edfc93894e9bdd11deb36d1cbbfe8a47a7b013a/icons/webstorm.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@8edfc93894e9bdd11deb36d1cbbfe8a47a7b013a/icons/webstorm.png</iconUrl>
<docsUrl>https://www.jetbrains.com/help/webstorm</docsUrl>
<summary>WebStorm — The smartest JavaScript IDE</summary>
<releaseNotes>https://www.jetbrains.com/webstorm/whatsnew/</releaseNotes>
Expand Down Expand Up @@ -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)
]]></description>
<copyright>Copyright © 2017 JetBrains</copyright>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/webstorm</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/webstorm</packageSourceUrl>
<owners>chocolatey-community</owners>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
Expand Down
2 changes: 1 addition & 1 deletion automatic/yumi-uefi/README.md
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@b3e21b285f846b9e399b42bff269a6f596eef03b/icons/yumi.png" width="48" height="48"/> [yumi](https://chocolatey.org/packages/yumi)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@b3e21b285f846b9e399b42bff269a6f596eef03b/icons/yumi.png" width="48" height="48"/> [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.
Expand Down
4 changes: 2 additions & 2 deletions automatic/yumi-uefi/legal/VERIFICATION.txt
Expand Up @@ -6,14 +6,14 @@ The embedded software have been downloaded from the listed download
location on <http://www.pendrivelinux.com/yumi-multiboot-usb-creator/>
and can be verified by doing the following:

1. Download the following <http://www.pendrivelinux.com/downloads/YUMI/YUMI-UEFI-0.0.4.1.exe>
1. Download the following <http://www.pendrivelinux.com/downloads/YUMI/YUMI-UEFI-0.0.4.2.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
checksum: A6916A19098BEB8850CE7969B53FB4616C1EC02D4273A13CB24969BF10BACBD7
checksum: F8D54CDC39AF4F47DB86AEDABDCE65B915E0E2057017E2688D1C45BF9FA5F6EA

The file 'LICENSE.txt' has been obtained from <http://www.gnu.org/licenses/gpl.txt>
This license was linked to from the following page <https://www.pendrivelinux.com/disclaimer/>
6 changes: 3 additions & 3 deletions automatic/yumi-uefi/yumi-uefi.nuspec
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>yumi-uefi</id>
<version>0.0.4.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/yumi-uefi</packageSourceUrl>
<version>0.0.4.2</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/yumi-uefi</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>YUMI UEFI (Your Universal Multiboot Installer)</title>
<authors>Pendrivelinux</authors>
<projectUrl>http://www.pendrivelinux.com/yumi-multiboot-usb-creator/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@b3e21b285f846b9e399b42bff269a6f596eef03b/icons/yumi.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@b3e21b285f846b9e399b42bff269a6f596eef03b/icons/yumi.png</iconUrl>
<copyright>2011–2018 Lance www.pendrivelinux.com</copyright>
<licenseUrl>https://www.pendrivelinux.com/disclaimer/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
2 changes: 1 addition & 1 deletion automatic/yumi/README.md
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@b3e21b285f846b9e399b42bff269a6f596eef03b/icons/yumi.png" width="48" height="48"/> [yumi](https://chocolatey.org/packages/yumi)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@b3e21b285f846b9e399b42bff269a6f596eef03b/icons/yumi.png" width="48" height="48"/> [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.
Expand Down
4 changes: 2 additions & 2 deletions automatic/yumi/legal/VERIFICATION.txt
Expand Up @@ -6,14 +6,14 @@ The embedded software have been downloaded from the listed download
location on <http://www.pendrivelinux.com/yumi-multiboot-usb-creator/>
and can be verified by doing the following:

1. Download the following <http://www.pendrivelinux.com/downloads/YUMI/YUMI-2.0.9.1.exe>
1. Download the following <http://www.pendrivelinux.com/downloads/YUMI/YUMI-2.0.9.2.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
checksum: ECCA38AB2FF99618CFF15843AD0E80EC034481D9C890AE86940ECC07DF759F78
checksum: 5623083B23B9EB2E7F43AF9E67B5F33FCB6A2C4B2296CCEAB30FC020D9E3CB61

The file 'LICENSE.txt' has been obtained from <http://www.gnu.org/licenses/gpl.txt>
This license was linked to from the following page <https://www.pendrivelinux.com/disclaimer/>
6 changes: 3 additions & 3 deletions automatic/yumi/yumi.nuspec
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>yumi</id>
<version>2.0.9.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/yumi</packageSourceUrl>
<version>2.0.9.2</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/yumi</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>YUMI (Your Universal Multiboot Installer)</title>
<authors>Pendrivelinux</authors>
<projectUrl>http://www.pendrivelinux.com/yumi-multiboot-usb-creator/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@b3e21b285f846b9e399b42bff269a6f596eef03b/icons/yumi.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@b3e21b285f846b9e399b42bff269a6f596eef03b/icons/yumi.png</iconUrl>
<copyright>2011–2017 Lance www.pendrivelinux.com</copyright>
<licenseUrl>https://www.pendrivelinux.com/disclaimer/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down

0 comments on commit 831eeb5

Please sign in to comment.