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 Community committed Apr 11, 2022
1 parent d0a3eef commit 045c401
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions automatic/prey/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/prey/prey-node-client/releases>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.9.21/prey-windows-1.9.21-x86.msi>
64-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.9.21/prey-windows-1.9.21-x64.msi>
32-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.9.23/prey-windows-1.9.23-x86.msi>
64-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.9.23/prey-windows-1.9.23-x64.msi>
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
checksum32: BAEBA723B22972277EF1A98AB0FDED10F0DEF8706B7FA8E2438556543C3674A2
checksum64: 148FC9D8DD722D2B5CAE9AC9C8B502D9B786FA9D49636601E3F901792FE4C333
checksum32: B7EE6BBA28D7A349FF4F9998731880414B574A6AF6CD21D558BE32C319577C7B
checksum64: AFD2072BADE9F8D3CCAA13CB924939283786C2B284D781F0FF5D27BDEAAB6662

The file 'LICENSE.txt' has been obtained from <https://github.com/prey/prey-node-client/blob/master/license.txt>
2 changes: 1 addition & 1 deletion automatic/prey/prey.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"1.6": "1.6.9",
"1.7": "1.7.5",
"1.8": "1.8.3",
"1.9": "1.9.21"
"1.9": "1.9.23"
}
4 changes: 2 additions & 2 deletions 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/2015/06/nuspec.xsd">
<metadata>
<id>prey</id>
<version>1.9.21</version>
<version>1.9.23</version>
<title>Prey</title>
<owners>chocolatey-community</owners>
<authors>Fork Ltd</authors>
Expand All @@ -21,7 +21,7 @@ Prey lets you keep track of your laptop, phone and tablet whenever stolen or mis
- You may need to run `C:\Windows\Prey\current\bin\prey config gui -f` after installation to configure Prey.
]]></description>
<summary>Prey is a lightweight application to track a laptop or mobile if it gets stolen or missing.</summary>
<releaseNotes>https://github.com/prey/prey-node-client/releases/tag/v1.9.21</releaseNotes>
<releaseNotes>https://github.com/prey/prey-node-client/releases/tag/v1.9.23</releaseNotes>
<tags>prey anti-theft lockdown tracking admin foss cross-platform</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/prey</packageSourceUrl>
<projectSourceUrl>https://github.com/prey/prey-node-client</projectSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/prey/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\prey-windows-1.9.21-x86.msi"
file64 = "$toolsPath\prey-windows-1.9.21-x64.msi"
file = "$toolsPath\prey-windows-1.9.23-x86.msi"
file64 = "$toolsPath\prey-windows-1.9.23-x64.msi"
softwareName = 'prey*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 2010, 1641)
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 @@ -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.3.3.exe'
checksum = 'b3f96f5fa4a9841ec518a28bc16907840813407a9487670c449aff6e7b18c23d'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2022.1.exe'
checksum = '103efaad480d80df18d997c314306cf0a6dbb6938b82fc3161821acb9e99af96'
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>2021.3.3</version>
<version>2022.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 045c401

Please sign in to comment.