Skip to content

Commit

Permalink
AU: 2 updated - 360ts PartitionMasterFree
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 29, 2021
1 parent d791d7d commit bc2a2a2
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": "10.8.0.1279",
"ts": "10.8.0.1286",
"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>10.8.0.1279</version>
<version>10.8.0.1286</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_10.8.0.1279.exe'
checksum = '70aff63bee534729dafabb948cf88d15cab203405fb8a39b62134229996d8986'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.8.0.1286.exe'
checksum = '7d7b94960e894c4994fa4a4a4d9341b7cb5006aa7ed078ef8cebd8c8237f1962'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/partitionmasterfree/PartitionMasterFree.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>PartitionMasterFree</id>
<title>EaseUS Partition Master (Free)</title>
<version>15.5</version>
<version>15.8</version>
<authors>CHENGDU Yiwo Tech Development Co., Ltd</authors>
<owners>chocolatey-community,Redsandro</owners>
<summary>EaseUS Partition Master Free Edition is a partition solution and disk management utility</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/partitionmasterfree/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Package can be verified like this:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 3f86e14f6c4746132090a32206f08a0a47361c25f525878a227707c3b788449a
checksum32: 1ce73873433d43d728cbe19648e08f4c42253259fe3fd50f7c4316acc5048d2e

File 'license.txt' is obtained from:
https://www.easeus.com/license.htm
2 changes: 1 addition & 1 deletion automatic/partitionmasterfree/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $Env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\epm_free_easeus.exe"
file = "$toolsPath\epm_free_B7_easeus.exe"
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
validExitCodes = @(0, 3010)
softwareName = 'EaseUS Partition Master*'
Expand Down

0 comments on commit bc2a2a2

Please sign in to comment.