Skip to content

Commit

Permalink
AU: 3 updated - 360ts filezilla minikube
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 23, 2018
1 parent 2270e68 commit 0d8262e
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/360ts/360ts.json
@@ -1,4 +1,4 @@
{
"ts": "10.0.0.1159",
"ts": "10.0.0.1162",
"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.1159</version>
<version>10.0.0.1162</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.1159.exe'
checksum = 'ef5850ecf62283e0108186deeb093e9f877bcb4b485219b1421bbe84be4585fb'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.0.0.1162.exe'
checksum = 'd5fb4185831e20977e939bcfabbf13f71a147aa25ca90dd0b36cf0a209aaa02b'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/filezilla/filezilla.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>filezilla</id>
<title>FileZilla</title>
<version>3.35.0</version>
<version>3.35.1</version>
<authors>Tim Kosse, other FileZilla committers</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>FileZilla – The free FTP solution</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/filezilla/legal/VERIFICATION.txt
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x32: https://dl3.cdn.filezilla-project.org/client/FileZilla_3.35.0_win32-setup.exe
x64: https://dl3.cdn.filezilla-project.org/client/FileZilla_3.35.0_win64-setup.exe
x32: https://dl3.cdn.filezilla-project.org/client/FileZilla_3.35.1_win32-setup.exe
x64: https://dl3.cdn.filezilla-project.org/client/FileZilla_3.35.1_win64-setup.exe

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: A186C99FF8D3811D6CBFEA13C9AE4A8B8172544789ACE9FE5A73B916C77E8EEF
checksum64: F108D469156300E8A0DC506CA94ADA0D74640E3E72F52F6D37DB163B4B1754F5
checksum32: 6C5C4E36FEA8EAF012509063863F8A3C6D617126606AEC827FFBE0C670E06B25
checksum64: 4C13DE3B14BDF0C25D63A922AFCB90707CAF4A4235CA55DB2AE0F6908E9023B6

Using AU:

Expand Down
6 changes: 3 additions & 3 deletions automatic/minikube/legal/VERIFICATION.txt
Expand Up @@ -4,11 +4,11 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software has been downloaded from the listed Google Cloud Storage download
location on <https://github.com/kubernetes/minikube/releases/tag/v0.28.1>, Distribution section
location on <https://github.com/kubernetes/minikube/releases/tag/v0.28.2>, Distribution section
and can be verified by doing the following:

1. Download the following:
software: <https://storage.googleapis.com/minikube/releases/v0.28.1/minikube-windows-amd64.exe>
software: <https://storage.googleapis.com/minikube/releases/v0.28.2/minikube-windows-amd64.exe>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -17,6 +17,6 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type:
checksum: E94D8D597E1C876DC45D6F63254E296BC95EE5C98C0A06B28050F59DAD7D90C7
checksum: 1F9840A3A54D793B60FF1B9C7EF1C87269EE24D118F7EF47667D9F7A0EF7861A

The file 'LICENSE.txt' has been obtained from <https://github.com/kubernetes/minikube/blob/9cf84c2acdd84b98349dce91aac76a933d4ea388/LICENSE>
4 changes: 2 additions & 2 deletions automatic/minikube/minikube.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>minikube</id>
<version>0.28.1</version>
<version>0.28.2</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/minikube</packageSourceUrl>
<owners>chocolatey,Andrei Bejenaru</owners>
<title>Minikube: Run Kubernetes locally</title>
Expand Down Expand Up @@ -34,7 +34,7 @@ Minikube supports Kubernetes features such as:
#### Note: Windows support is limited to 64bit systems.
]]></description>
<releaseNotes>https://github.com/kubernetes/minikube/blob/v0.28.1/CHANGELOG.md</releaseNotes>
<releaseNotes>https://github.com/kubernetes/minikube/blob/v0.28.2/CHANGELOG.md</releaseNotes>
<dependencies>
<dependency id="kubernetes-cli" />
</dependencies>
Expand Down

0 comments on commit 0d8262e

Please sign in to comment.