Skip to content

Commit

Permalink
AU: 2 updated - prey webstorm
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 11, 2018
1 parent baa1d88 commit b497a99
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/prey/prey.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>prey</id>
<version>1.7.3</version>
<version>1.7.4</version>
<title>Prey</title>
<owners>chocolatey</owners>
<authors>Fork Ltd</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/prey/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ $ErrorActionPreference = 'Stop'
$packageArgs = @{
packageName = 'prey'
fileType = 'msi'
url = 'https://github.com/prey/prey-node-client/releases/download/v1.7.3/prey-windows-1.7.3-x86.msi'
url64bit = 'https://github.com/prey/prey-node-client/releases/download/v1.7.3/prey-windows-1.7.3-x64.msi'
checksum = '36d7c118a3b4ba9548a1fd6d1a942c22ee7dd5c73672be130a4994ef13a51897'
checksum64 = '45b3f1c0f3c3404f6b371b4ebd9dd4b74ff46cbc056d8dbabbaea837fa961065'
url = 'https://github.com/prey/prey-node-client/releases/download/v1.7.4/prey-windows-1.7.4-x86.msi'
url64bit = 'https://github.com/prey/prey-node-client/releases/download/v1.7.4/prey-windows-1.7.4-x64.msi'
checksum = 'cfc1dcbb7db2f21433bdfdaca1d660db797d1e591293ce3b7da9566f20fe638b'
checksum64 = 'ceffccea3085382b2c65907d8e21aaba95e8c2bbd36bc3290c2893680a367a50'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/qn'
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.1.exe'
checksum = '15453781adb97ddb0671173c558337545b6f2051aad20d0d99ebedd244892626'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2018.1.1.exe'
checksum = '3974bf0ceaaef674b4935361fc3b05895bbf7c8157cddced33428e20f05a9226'
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.1</version>
<version>2018.1.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 b497a99

Please sign in to comment.