Skip to content

Commit

Permalink
AU: 3 updated - 360ts mono yumi
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 20, 2018
1 parent eda84ae commit 79f3c12
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/360ts/360ts.json
@@ -1,4 +1,4 @@
{
"ts": "10.0.0.1138",
"ts": "10.0.0.1159",
"tse": "8.8.0.1096"
}
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.0.0.1138</version>
<version>10.0.0.1159</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.0.0.1138.exe'
checksum = 'a05ce509433283f6eed4d78cf39092c3e12bc6f3651f3b4816a1b1b507d117e0'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.0.0.1159.exe'
checksum = 'ef5850ecf62283e0108186deeb093e9f877bcb4b485219b1421bbe84be4585fb'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/mono/mono.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>mono</id>
<version>5.12.0.226</version>
<version>5.12.0.301</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/mono</packageSourceUrl>
<title>Mono</title>
<authors>Miguel de Icaza, other Mono committers</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/mono/tools/chocolateyInstall.ps1
Expand Up @@ -3,12 +3,12 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
url = 'https://download.mono-project.com/archive/5.12.0/windows-installer/mono-5.12.0.226-gtksharp-2.12.45-win32-0.msi'
url64bit = 'https://download.mono-project.com/archive/5.12.0/windows-installer/mono-5.12.0.226-x64-0.msi'
url = 'https://download.mono-project.com/archive/5.12.0/windows-installer/mono-5.12.0.301-gtksharp-2.12.45-win32-0.msi'
url64bit = 'https://download.mono-project.com/archive/5.12.0/windows-installer/mono-5.12.0.301-x64-0.msi'
softwareName = 'Mono for Windows*'
checksum = '93fa94148a1198aa2365dee993c682918acd321a1844c9aea4d198b2483a144a'
checksum = '0e377b3c94e52022f2af6786e14cc17e828eb22981de10c6e33c6eb79da17fa5'
checksumType = 'sha256'
checksum64 = '833b79327c6c75e9c724b50f8ff07ce9b82110a77496de85795e8fb0fbfad76a'
checksum64 = '2196750fd4293bb3fc05ce6da6be2457991235112ae1941073721c8ab553f776'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down
4 changes: 2 additions & 2 deletions automatic/yumi/legal/VERIFICATION.txt
Expand Up @@ -6,14 +6,14 @@ The embedded software have been downloaded from the listed download
location on <http://www.pendrivelinux.com/yumi-multiboot-usb-creator/>
and can be verified by doing the following:

1. Download the following <http://www.pendrivelinux.com/downloads/YUMI/YUMI-2.0.5.7.exe>
1. Download the following <http://www.pendrivelinux.com/downloads/YUMI/YUMI-2.0.5.8.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: 09426DA56BCE6DD7C291F935E6A5161628D48906E9511B37ECA6A38CAE6D0E2E
checksum: 7F5EA2982F340675ED8ADAC6A65C872FD570D8EAFE05EBA8DB834031EC35C66C

The file 'LICENSE.txt' has been obtained from <http://www.gnu.org/licenses/gpl.txt>
This license was linked to from the following page <https://www.pendrivelinux.com/disclaimer/>
2 changes: 1 addition & 1 deletion automatic/yumi/yumi.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>yumi</id>
<version>2.0.5.7</version>
<version>2.0.5.8</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/yumi</packageSourceUrl>
<owners>chocolatey</owners>
<title>YUMI (Your Universal Multiboot Installer)</title>
Expand Down

0 comments on commit 79f3c12

Please sign in to comment.