Skip to content

Commit

Permalink
AU: 1 updated - littlenavmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 29, 2021
1 parent f8d3e24 commit ebdfaf4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions automatic/littlenavmap/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Package can be verified like this:

1. Download:

x32: https://github.com/albar965/littlenavmap/releases/download/v2.6.10/LittleNavmap-win-2.6.10.zip
x64: https://github.com/albar965/littlenavmap/releases/download/v2.6.10/LittleNavmap-win-2.6.10.zip
x32: https://github.com/albar965/littlenavmap/releases/download/v2.6.11/LittleNavmap-win-2.6.11.zip
x64: https://github.com/albar965/littlenavmap/releases/download/v2.6.11/LittleNavmap-win-2.6.11.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'

checksum type: sha256
checksum32: EA3065B331DF46B1D44E062994BD2B32B4DA7F0AEAD63548300FAC583AF373A2
checksum64: EA3065B331DF46B1D44E062994BD2B32B4DA7F0AEAD63548300FAC583AF373A2
checksum32: 17FE48328D3AAC236C8C93A39191D4802C488B7825C4D119710F47C56E6318E2
checksum64: 17FE48328D3AAC236C8C93A39191D4802C488B7825C4D119710F47C56E6318E2

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/albar965/littlenavmap/master/LICENSE.txt
2 changes: 1 addition & 1 deletion automatic/littlenavmap/littlenavmap.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>littlenavmap</id>
<version>2.6.10</version>
<version>2.6.11</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/littlenavmap</packageSourceUrl>
<owners>chtof</owners>
<title>Little Navmap</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/littlenavmap/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"
file = "$toolsDir\LittleNavmap-win-2.6.10.zip"
file = "$toolsDir\LittleNavmap-win-2.6.11.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand Down

0 comments on commit ebdfaf4

Please sign in to comment.