Skip to content

Commit

Permalink
AU: 2 updated - 1password 360ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 16, 2019
1 parent d348ea7 commit 5535959
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/1password/1password.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"OPW": "7.3.661-beta",
"OPW": "7.3.684-beta",
"OPW4": "4.6.2.626"
}
2 changes: 1 addition & 1 deletion automatic/1password/1password.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>1password</id>
<version>7.3.661-beta</version>
<version>7.3.684-beta</version>
<title>1Password</title>
<authors>AgileBits</authors>
<owners>chocolatey, AgileBits</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/1password/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.3.661.BETA.exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.3.684.BETA.exe'
softwareName = '1Password*'
checksum = '6c3937054c912eba1e8ca26eaab03c5776fab9eee6da890cf2fe39f62bb818e5'
checksum = '8d4896a083d60171ba7db3c20f02656f48f1d65b6052598faef025da79cce94e'
checksumType = 'sha256'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
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.6.0.1038",
"ts": "10.6.0.1059",
"tse": "8.8.0.1105"
}
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.6.0.1038</version>
<version>10.6.0.1059</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.6.0.1038.exe'
checksum = '183e2d5d1ea4f300970f0d6aca425fc42e5c1cbb673effcd648a0708c7a3ee24'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.6.0.1059.exe'
checksum = '6466119423348c73ae071b27662c92546c39d01ac9c4191b12a0e4b54e409287'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 5535959

Please sign in to comment.