Skip to content

Commit

Permalink
AU: 3 updated - 360ts gpg4win webstorm
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 14, 2023
1 parent a6136e1 commit cb1fa62
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/360ts/360ts.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"ts": "11.0.0.1022",
"ts": "11.0.0.1025",
"tse": "8.8.0.1119"
}
2 changes: 1 addition & 1 deletion automatic/360ts/360ts.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>360ts</id>
<version>11.0.0.1022</version>
<version>11.0.0.1025</version>
<title>360 Total Security</title>
<authors>Qihu 360 Software</authors>
<owners>chocolatey-community,adgellida</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/360ts/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = '360ts'
fileType = 'exe'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_11.0.0.1022.exe'
checksum = '82522183e0c27f2d3047e1645bab04a4a6cbc17ced50cbf7c29f2cb51b827a46'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_11.0.0.1025.exe'
checksum = 'fd9dba498b671ba04dfc8db10dd9a6936d11b526daa99ffdf6a33574ee9e47ad'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/gpg4win/gpg4win.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>gpg4win</id>
<version>4.0.4</version>
<version>4.2.0</version>
<title>Gpg4win</title>
<authors>g10 Code GmbH</authors>
<owners>chocolatey-community, dtgm</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/gpg4win/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: https://files.gpg4win.org/gpg4win-4.0.4.exe
x32: https://files.gpg4win.org/gpg4win-4.2.0.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: A750608969A075F132DA31F538231AC3A2D3538E3EEC8E8603D1573284745D0E
checksum32: 829B5C8EB913FA383ABDD4CF129A42E0F72D4E9924B2610134F593851F0AB119

File 'license.txt' is obtained from:
https://www.gpg4win.org/license.html
6 changes: 3 additions & 3 deletions automatic/gpg4win/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
import-module au

$releases = 'https://files.gpg4win.org/'

Expand All @@ -22,10 +22,10 @@ function global:au_GetLatest {

$packageName = Split-Path -Leaf $PSScriptRoot
$re = "$packageName-[0-9.]+.exe$"
$url = $download_page.links | ? href -match $re | select -Last 1 -Expand href | % { $releases + $_ }
$url = $download_page.links | Where-Object href -match $re | Select-Object -Last 1 -Expand href | ForEach-Object { $releases + $_ }

@{
Version = $url -split '-|.exe' | select -Last 1 -Skip 1
Version = $url -split '-|.exe' | Select-Object -Last 1 -Skip 1
URL32 = $url
}
}
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-2023.1.3.exe'
checksum = '083109e84202eba78ee0a9548616dedb3e362375d31c24993b5e5b60dec551a0'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2023.1.4.exe'
checksum = 'e300885fa6a319aa6f26e61f807876d3e7b7da995483b3e68d95c6d40e383d1a'
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>2023.1.3</version>
<version>2023.1.4</version>
<title>JetBrains WebStorm</title>
<authors>JetBrains</authors>
<licenseUrl>http://www.jetbrains.com/webstorm/buy/buy.jsp</licenseUrl>
Expand Down

0 comments on commit cb1fa62

Please sign in to comment.