Skip to content

Commit

Permalink
AU: 2 updated - rufus webstorm
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 5, 2018
1 parent 23a15db commit aa5e0f0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/rufus/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/5ba787e7d8a8accea514b0d3142c74dcae87f4b7/icons/rufus.png" width="48" height="48"/> [rufus](https://chocolatey.org/packages/rufus)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@5ba787e7d8a8accea514b0d3142c74dcae87f4b7/icons/rufus.png" width="48" height="48"/> [rufus](https://chocolatey.org/packages/rufus)


Rufus is a utility that helps format and create bootable USB flash drives, such as USB keys/pendrives, memory sticks, etc.
Expand Down
4 changes: 2 additions & 2 deletions automatic/rufus/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x32: http://rufus.akeo.ie/downloads/rufus-3.3.exe
x32: https://github.com/pbatard/rufus/releases/download/v3.4/rufus-3.4.exe

to download the installer.

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: 45BD13CA54F037A5BA70A60BFC4A72E65E42A45445AB092B1A712C3169A2D93E
checksum32: FBD6456D0E0EB2184FEDAD9426298407743E2B7D547D3343F76B01B6E568FCB6


File 'license.txt' is obtained from:
Expand Down
10 changes: 5 additions & 5 deletions automatic/rufus/rufus.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>rufus</id>
<version>3.3</version>
<version>3.4</version>
<title>Rufus</title>
<authors>Pete "Akeo" Batard</authors>
<owners>chocolatey, dtgm</owners>
<licenseUrl>https://github.com/pbatard/rufus/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://rufus.ie/</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/5ba787e7d8a8accea514b0d3142c74dcae87f4b7/icons/rufus.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@5ba787e7d8a8accea514b0d3142c74dcae87f4b7/icons/rufus.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description><![CDATA[
Rufus is a utility that helps format and create bootable USB flash drives, such as USB keys/pendrives, memory sticks, etc.
Expand All @@ -31,16 +31,16 @@ It can be especially useful for cases where:
* Twice as fast as Microsoft's USB/DVD tool or UNetbootin, on ISO -> USB creation.
* Perform bad blocks checks, including detection of "fake" flash drives
* Compute MD5, SHA-1 and SHA-256 checksums of the selected image
* Modern and familiar UI, with more than [35 languages natively supported](https://rufus.akeo.ie/translations)
* Modern and familiar UI, with more than [35 languages natively supported](https://github.com/pbatard/rufus/wiki/FAQ#What_languages_are_natively_supported_by_Rufus)
* Small footprint. No installation required.
* Portable
* 100% [Free Software](http://www.gnu.org/philosophy/free-sw.en.html) ([GPL v3](http://www.gnu.org/licenses/gpl-3.0.en.html))
* [FAQ](https://github.com/pbatard/rufus/wiki/FAQ)
* [Supported ISOs](http://rufus.akeo.ie/#ref2)
* [Supported ISOs](https://rufus.ie/en_IE.html/#ref2)
![screenshot](screenshot.png)
![screenshot](https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@6fdcf3ea1d6e0661c3b05ead97a70f92eaba218a/automatic/rufus/screenshot.png)
]]></description>
<summary>Create bootable USB drives from Windows and Linux images</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/webstorm/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains WebStorm*'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2018.3.exe'
checksum = '8178a1e55e27a1675396621976f7f55631b1f260ec63f38a6fc4b4928ff447cf'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2018.3.1.exe'
checksum = 'f5c00a6f1a73982d03bffc88f31d4447f9f57e34bda03904eaeb1c72e579857d'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/S'
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>2018.3</version>
<version>2018.3.1</version>
<title>JetBrains WebStorm</title>
<authors>JetBrains</authors>
<licenseUrl>http://www.jetbrains.com/webstorm/buy/buy.jsp</licenseUrl>
Expand Down

0 comments on commit aa5e0f0

Please sign in to comment.