Skip to content

Commit

Permalink
AU: 3 updated - dropbox minikube SQLite
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 11, 2018
1 parent 116a776 commit 4255c7a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>47.3.73</version>
<version>47.4.74</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,ferventcoder,the-running-dev</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox*"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2047.3.73%20Offline%20Installer.exe'
checksum = '0e3ca9b2940a9723ef0c88a014a007ba65571c0985925deff8cd474b0b87b514'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2047.4.74%20Offline%20Installer.exe'
checksum = 'dae76000012f240c24f95c29fe9e89bfe191014eee1ebac395a264f47325c50e'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
6 changes: 3 additions & 3 deletions automatic/minikube/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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.25.2>, Distribution section
location on <https://github.com/kubernetes/minikube/releases/tag/v0.26.0>, Distribution section
and can be verified by doing the following:

1. Download the following:
software: <https://storage.googleapis.com/minikube/releases/v0.25.2/minikube-windows-amd64.exe>
software: <https://storage.googleapis.com/minikube/releases/v0.26.0/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: sha256
checksum: FEA03201BE88D466EA7CF2DA34CD22812D927842100F56C51C7CA1D8B30DB32F
checksum: A7D8EDB6713B819A8F44B732314A1B8FE5B77A4397693C633F641592FE6E32F1

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
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>minikube</id>
<version>0.25.2</version>
<version>0.26.0</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.25.2/CHANGELOG.md</releaseNotes>
<releaseNotes>https://github.com/kubernetes/minikube/blob/v0.26.0/CHANGELOG.md</releaseNotes>
<dependencies>
<dependency id="kubernetes-cli" />
</dependencies>
Expand Down
12 changes: 6 additions & 6 deletions automatic/sqlite/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ Package can be verified like this:

1. Go to

x32: https://sqlite.org/2018/sqlite-dll-win32-x86-3230000.zip
x64: https://sqlite.org/2018/sqlite-dll-win64-x64-3230000.zip
Toolsx32: https://sqlite.org/2018/sqlite-tools-win32-x86-3230000.zip
x32: https://sqlite.org/2018/sqlite-dll-win32-x86-3230100.zip
x64: https://sqlite.org/2018/sqlite-dll-win64-x64-3230100.zip
Toolsx32: https://sqlite.org/2018/sqlite-tools-win32-x86-3230100.zip

to download the files.

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: D6CCAB1423559C6CF50202BC81A4576F969AA9C275EAAEB9A2AC2C827CD60447
checksum64: 1727FB80D83340884C5C46D83155565D99EB9B511E1813D99EB3E862EFF6BF28
checksumTools32: B59010B11A97DF391539BA1484DC3871804912D0C7D81B4F1414F51031AA0824
checksum32: A9066F40A2258DB7D25255D366640B2596EC2A0B224223A15A236C30C1A0C7CD
checksum64: 1DC75D6928923EE609567311B8C4B1449C0E854ADA771A40017E03A5C20F90A4
checksumTools32: E15B06665951D7B3D598752278A017E065702A89C9166E0495C772D0C46C7611

File 'license.txt' is obtained from the following URL (and converted to markdown):
http://www.sqlite.org/copyright.html
2 changes: 1 addition & 1 deletion automatic/sqlite/sqlite.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>SQLite</id>
<version>3.23.0</version>
<version>3.23.1</version>
<title>SQLite</title>
<owners>chocolatey</owners>
<authors>D. Richard Hipp, SQLite contributors</authors>
Expand Down

0 comments on commit 4255c7a

Please sign in to comment.