Skip to content

Commit

Permalink
AU: 2 updated - kubelogin nmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 8, 2021
1 parent 949b165 commit 32db5ee
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions automatic/kubelogin/kubelogin.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>kubelogin</id>
<version>1.23.3</version>
<version>1.24.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/kubelogin</packageSourceUrl>
<owners>chocolatey-community,jetersen</owners>
<title>Kubelogin (CLI)</title>
Expand Down Expand Up @@ -38,7 +38,7 @@ users:
command: kubelogin
```
]]></description>
<releaseNotes>https://github.com/int128/kubelogin/releases/tag/v1.23.3</releaseNotes>
<releaseNotes>https://github.com/int128/kubelogin/releases/tag/v1.24.0</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
4 changes: 2 additions & 2 deletions automatic/kubelogin/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ location on <https://github.com/int128/kubelogin/releases/latest>
and can be verified by doing the following:

1. Download the following:
64-bit software: <https://github.com/int128/kubelogin/releases/download/v1.23.3/kubelogin_windows_amd64.zip>
64-bit software: <https://github.com/int128/kubelogin/releases/download/v1.24.0/kubelogin_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: sha256
checksum64: 42A0E3AAD8B98374062B10E8B9466EF2F8F7E79B0B12051F4114F0197D9ABC54
checksum64: FF6654634E16D4F0E09CC69ABA1D556BBCB9C383CA5FC527C7362D2B40A204C6

File 'LICENSE.txt' is obtained from <https://github.com/kubernetes/kubernetes/blob/d30db1f9a915aa95402e1190461469a1889d92be/LICENSE>
6 changes: 3 additions & 3 deletions automatic/nmap/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://nmap.org/dist/nmap-7.91-setup.exe
x32: https://nmap.org/dist/nmap-7.92-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: C4683097A2615252EEDDAB06C54872EFB14C2EE2DA8997B1C73844E582081A79
checksum32: B2400DB1A4AF9607FDD6EE50E0F5926D8B9272F89EEC93D4C30B56DC854AFB7A

Using AU:

Get-RemoteChecksum https://nmap.org/dist/nmap-7.91-setup.exe
Get-RemoteChecksum https://nmap.org/dist/nmap-7.92-setup.exe

File 'LICENSE.txt' is obtained from:
https://svn.nmap.org/nmap-releases/nmap-7.31/COPYING
4 changes: 2 additions & 2 deletions automatic/nmap/nmap.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package>
<metadata>
<id>nmap</id>
<version>7.91.0.20201123</version>
<version>7.92</version>
<title>Nmap</title>
<authors>Fyodor</authors>
<owners>chocolatey-community zippy1981 ferventcoder</owners>
Expand All @@ -23,7 +23,7 @@
- Scriptable interaction with the target - using Nmap Scripting Engine (NSE) and Lua programming language.

]]></description>
<releaseNotes>https://nmap.org/changelog.html#7.91</releaseNotes>
<releaseNotes>https://nmap.org/changelog.html#7.92</releaseNotes>
<copyright>Copyright 1996-2016</copyright>
<tags>nmap foss cross-platform port scanner network infosec</tags>
<docsUrl>https://nmap.org/docs.html</docsUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/nmap/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$file = "$toolsPath\nmap-7.91-setup.exe"
$file = "$toolsPath\nmap-7.92-setup.exe"
Start-Process -Wait $toolsPath\install.ahk $file

0 comments on commit 32db5ee

Please sign in to comment.