Skip to content

Commit

Permalink
AU: 3 updated - 360ts Cygwin spotify
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 1, 2020
1 parent aac76c0 commit a2fd687
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/360ts/360ts.json
@@ -1,4 +1,4 @@
{
"ts": "10.6.0.1411",
"ts": "10.8.0.1021",
"tse": "8.8.0.1119"
}
2 changes: 1 addition & 1 deletion automatic/360ts/360ts.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>360ts</id>
<version>10.6.0.1411</version>
<version>10.8.0.1021</version>
<title>360 Total Security</title>
<authors>Qihu 360 Software</authors>
<owners>chocolatey,adgellida</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/360ts/tools/chocolateyInstall.ps1
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = '360ts'
fileType = 'exe'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.6.0.1411.exe'
checksum = '4b835012d9c792ea9419d3eb19c21995e04a941dc62f10e28103a26fe65d83ee'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.8.0.1021.exe'
checksum = '8e6b86fb2026baf6793521ab3251f0910b487508fb4882a8fc4a1e6099dd7be6'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/cygwin/cygwin.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>Cygwin</id>
<title>Cygwin</title>
<version>3.1.4</version>
<version>3.1.5</version>
<authors>Red Hat, Inc.</authors>
<owners>Chocolatey</owners>
<summary>A Linux environment for Windows.</summary>
Expand Down Expand Up @@ -39,7 +39,7 @@ Example: `choco install cygwin --params "/InstallDir:C:\your\install\path /NoSta
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@c8d48758cdc18d43e6c1525824720377c8b9ba24/icons/Cygwin.png</iconUrl>
<releaseNotes>
[Software Changelog](https://cygwin.com/ml/cygwin-announce/2020-02/msg00006.html)
[Software Changelog](https://cygwin.com/pipermail/cygwin-announce/2020-June/009561.html)
[Package Changelog](https://github.com/chocolatey/chocolatey-coreteampackages/blob/master/automatic/cygwin/Changelog.md)
</releaseNotes>
<mailingListUrl>https://cygwin.com/lists.html</mailingListUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/cygwin/legal/VERIFICATION.txt
Expand Up @@ -15,7 +15,7 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type: sha256
checksum32: F0446351CAEDBD6F2F2B03385C73740ADE2829FC43ABBF3753B77C74DFAE57EC
checksum64: BC39C6B2BEF856994B2EC11DC0FCE4D0DFF9D45B04AE58D8AE08BC5A3F4E5CEF
checksum32: D218A41A45FCEC581AFFD0E1CCC66011AA06A3A9B299576104546074E8480064
checksum64: 2431DE4597A2162F3E1D60AF90F638B41677265B07CC66FCB0231FDDE452C841

The file 'LICENSE.txt' has been obtained from <https://cygwin.com/COPYING>
2 changes: 1 addition & 1 deletion automatic/spotify/info
@@ -1 +1 @@
"be66a91d6787590ffd3ece898810d5f5"|1.1.33.569
"7e03e80156c029ccd8e70a322c497e93"|1.1.34.694
2 changes: 1 addition & 1 deletion automatic/spotify/spotify.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>spotify</id>
<version>1.1.33.569</version>
<version>1.1.34.694</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
Expand Up @@ -5,7 +5,7 @@ $arguments = @{
softwareName = 'Spotify'
file = Join-Path $downloadDir $installer
url = 'https://download.scdn.co/SpotifySetup.exe'
checksum = 'E581C45CECB65C3C5563EA36C1D5C896C5D9F20DDA74729DDD1BB8E7BD108307C8FA4954266A31A94B675763349AA2A1C080E51A059146B041081A43114C13A5'
checksum = '1E83A31502E9AED82F64B6C213F9CF4A9D3C84DD10B58EF2CA0A0DDD48633C8F4AEF80DBAEB67449249F891C8F29CF5EDE5809652CBCD4C4498CCA34DDC27D14'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
Expand Down

0 comments on commit a2fd687

Please sign in to comment.