Skip to content

Commit

Permalink
AU: 2 updated - 360ts youtube-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 15, 2017
1 parent afd1b4f commit 3730692
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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>9.2.0.1164</version>
<version>9.2.0.1256</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
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_9.2.0.1164.exe'
checksum = 'addcebfe74be69aa20de22d4c1231381a9fe82e481f399bf07fb9ddc2061ee50'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_9.2.0.1256.exe'
checksum = '7b2db7db79720e8b8ad41c7dfc224db3ffc59598a62eba8aadfb555b354dc0ca'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/youtube-dl/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from their official download link listed on <https://github.com/rg3/youtube-dl/releases/latest>
and can be verified like this:

1. Download <https://github.com/rg3/youtube-dl/releases/download/2017.09.11/youtube-dl.exe>
1. Download <https://github.com/rg3/youtube-dl/releases/download/2017.09.15/youtube-dl.exe>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha512
checksum: 0949d96bb9298a94c0fee0ed4de3fb237c0ce55b049ef74529850bee6816ba474db9075b10ee38b992ae79ea2d33c5b5bf9e9d8457fbba9511f6c74b268d7f8a
checksum: e3757892895211faca00dd4f9e7a650a3f2e92bbf08f81ff9d1b295dd53dc58e9fa44eebeb3e5ee5746c4da4e0a0dfb821c9f7790b43143bcb7a65f465bed2bf

File 'LICENSE.txt' is obtained from <https://github.com/rg3/youtube-dl/blob/b7769a05eca3611e492f7a75f1c40cddd2019ef1/LICENSE>
2 changes: 1 addition & 1 deletion automatic/youtube-dl/youtube-dl.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>youtube-dl</id>
<version>2017.09.11</version>
<version>2017.09.15</version>
<title>youtube-dl</title>
<owners>chocolatey</owners>
<authors>Ricardo Garcia and others</authors>
Expand Down

0 comments on commit 3730692

Please sign in to comment.