Skip to content

Commit

Permalink
AU: 2 updated - etcd vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 11, 2019
1 parent fdedd0a commit 92795a8
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/etcd/etcd.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"2.3": "2.3.8",
"3.0": "3.0.17",
"3.1": "3.1.20",
"3.2": "3.2.27",
"3.2": "3.2.28",
"3.3": "3.3.17",
"3.4": "3.4.3"
}
4 changes: 2 additions & 2 deletions automatic/etcd/etcd.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>etcd</id>
<version>3.4.3</version>
<version>3.2.28</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/etcd</packageSourceUrl>
<owners>chocolatey,Andrei Bejenaru,Robert Labrie</owners>
<title>etcd (Install)</title>
Expand Down Expand Up @@ -39,7 +39,7 @@ Originally packaged by Robert Labrie (https://github.com/tnwinc/chocolatey-etcd)
#### Note: Windows support is limited to 64bit systems.
]]></description>
<releaseNotes>https://github.com/coreos/etcd/releases/tag/v3.4.3</releaseNotes>
<releaseNotes>https://github.com/coreos/etcd/releases/tag/v3.2.28</releaseNotes>
<dependencies>
<dependency id="nssm" />
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions automatic/etcd/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 have been downloaded from the listed download
location on <https://github.com/coreos/etcd/releases/tag/v3.4.3>
location on <https://github.com/coreos/etcd/releases/tag/v3.2.28>
and can be verified by doing the following:

1. Download the following:
software: <https://github.com/etcd-io/etcd/releases/download/v3.4.3/etcd-v3.4.3-windows-amd64.zip>
software: <https://github.com/etcd-io/etcd/releases/download/v3.2.28/etcd-v3.2.28-windows-amd64.zip>

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: C7FF3C97F35E2C65DC6556EEC289B88BD6B708B6FC99277026BE60F8E0C989FB
checksum: E687D628505F311612770526288132CC19FB6FAE913F3F18961D66F02ACC693C

The file 'LICENSE.txt' has been obtained from <https://github.com/coreos/etcd/blob/3381177341c11aa9d89b6172699d64ddc2146a11/LICENSE>
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2272/gvim_8.1.2272_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2272/gvim_8.1.2272_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2291/gvim_8.1.2291_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2291/gvim_8.1.2291_x64.zip>
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: 1FE03FB4C1F4C0EC9C082170076EF239F6D223546B3795E96A312D4A5E684545
checksum64: 40FBBACD44FEA01EC57EED712B02669A4101015360D1285BF321F2A5F42BA061
checksum32: B040AFACAC29F25E9915870A12344DCA4C474A3FC878CDBDB30829018AE3EFC1
checksum64: C0880DEE141B9209D6222B254897BAF5AE1B7C08AA38A46EEC6F75689A147D43
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.1.2272_x86.zip"
file64 = "$toolsDir\gvim_8.1.2272_x64.zip"
file = "$toolsDir\gvim_8.1.2291_x86.zip"
file64 = "$toolsDir\gvim_8.1.2291_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.1.2272</version>
<version>8.1.2291</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit 92795a8

Please sign in to comment.