Skip to content

Commit

Permalink
AU: 2 updated - 360ts spotify
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 18, 2023
1 parent f1d9ae7 commit 94089c4
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.1028",
"ts": "11.0.0.1042",
"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.1028</version>
<version>11.0.0.1042</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.1028.exe'
checksum = '6865e96c5d7cfbd43430f107a15e2a0aa8de37d9d7d4fba17e67a181b36b4386'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_11.0.0.1042.exe'
checksum = '5f3de6fe5afe60fc06a0407f8e01aef854128945a0e1502f1e14544592174d9a'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"8c8af52fadf47c2ce86d2b337cdf4a62"|1.2.16.947
"be643acc9d9e24d316093df48042c27c"|1.2.20.1216
2 changes: 1 addition & 1 deletion automatic/spotify/spotify.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>spotify</id>
<version>1.2.16.947</version>
<version>1.2.20.1216</version>
<title>Spotify</title>
<authors>Spotify</authors>
<projectUrl>http://spotify.com</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $arguments = @{
softwareName = 'Spotify'
file = Join-Path $downloadDir $installer
url = 'https://download.scdn.co/SpotifySetup.exe'
checksum = 'BB1C8FF3C50EF93DC23A694F380955DF8474F3DFD8728E791882E8A7000D809BD36152DBD7FE9A22F4F494914F02ECF83D8594840F8D3BD93C5C1785E4EAA1B2'
checksum = '054C0E92EEC308BBC60DC878A56BF8298EA9B58DF1E4315D25FBFB00EF7E747A05432A2D09806E2387550808E62C3186474FF8E8ACFED0F9EAB5C17145FA6233'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
Expand Down

0 comments on commit 94089c4

Please sign in to comment.