Skip to content

Commit

Permalink
AU: 2 updated - webstorm yumi
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 10, 2019
1 parent ab6567d commit 555c402
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions automatic/webstorm/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
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-2019.2.1.exe'
checksum = 'b93f6374a184c58065a4b0bf4aa610e756f0b4dfa54eff930d3bd6d808fdafd8'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2019.2.2.exe'
checksum = 'fac1c75f66ca4a5e8405cc5389af7ad1713f834a328fee4d861d3f40220a4c22'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/webstorm/webstorm.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>webstorm</id>
<version>2019.2.1</version>
<version>2019.2.2</version>
<title>JetBrains WebStorm</title>
<authors>JetBrains</authors>
<licenseUrl>http://www.jetbrains.com/webstorm/buy/buy.jsp</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/yumi/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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.6.7.exe>
1. Download the following <http://www.pendrivelinux.com/downloads/YUMI/YUMI-2.0.6.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: 7C7DDA70DDCF3C18BD98AF5B62E3993570B5A8DBB63A31010C8563C237DA773F
checksum: 87D881436DE8F5A578E438EC4D5FEFA0B63EEAD64AA7F01B002053848E4B3CF9

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/>
2 changes: 1 addition & 1 deletion automatic/yumi/yumi.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>yumi</id>
<version>2.0.6.7</version>
<version>2.0.6.8</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/yumi</packageSourceUrl>
<owners>chocolatey</owners>
<title>YUMI (Your Universal Multiboot Installer)</title>
Expand Down

0 comments on commit 555c402

Please sign in to comment.