Skip to content

Commit

Permalink
AU: 2 updated - 360ts mp3tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 12, 2018
1 parent 93e5fec commit bf2dd84
Show file tree
Hide file tree
Showing 5 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": "10.0.0.1136",
"ts": "10.0.0.1137",
"tse": "8.8.0.1096"
}
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>10.0.0.1136</version>
<version>10.0.0.1137</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_10.0.0.1136.exe'
checksum = '0d75a5206a10630725b9e73e5e71b60410362e48a8645b546f14f6245760a114'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.0.0.1137.exe'
checksum = '0a74c02b4434764712ab14682b9bf436c9cc26b7d069971105dbd6239e403abd'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/mp3tag/mp3tag.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>mp3tag</id>
<version>2.89</version>
<version>2.89.1</version>
<title>Mp3tag</title>
<owners>chocolatey</owners>
<authors>Florian Heidenreich</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mp3tag/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'

$packageName = 'mp3tag'
$url32 = 'http://download.mp3tag.de/mp3tagv289setup.exe'
$checksum32 = 'ef39c26d4ab1ae36a9ec17357cb1b9bedc9f20925088cb63c730c16c5d22babb'
$url32 = 'http://download.mp3tag.de/mp3tagv289asetup.exe'
$checksum32 = '13f8435f09e955212e01c0764935cfe17924980ba7f4c0804f30c01e34b64421'
$silentArgs = '/S'

$PSScriptRoot = Split-Path -parent $MyInvocation.MyCommand.Definition
Expand Down

0 comments on commit bf2dd84

Please sign in to comment.