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 Jul 11, 2021
1 parent 6957c4e commit 9bb1c0b
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.13/LittleNavmap-win-2.6.13.zip
x64: https://github.com/albar965/littlenavmap/releases/download/v2.6.13/LittleNavmap-win-2.6.13.zip
x32: https://github.com/albar965/littlenavmap/releases/download/v2.6.14/LittleNavmap-win-2.6.14.zip
x64: https://github.com/albar965/littlenavmap/releases/download/v2.6.14/LittleNavmap-win-2.6.14.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: E191AFB9B2473C87C9C8B8C0E27ADFE5FDA347AE26D0C4848CA41EE16DEA7F64
checksum64: E191AFB9B2473C87C9C8B8C0E27ADFE5FDA347AE26D0C4848CA41EE16DEA7F64
checksum32: 5370B333A185D1453D94278BD4F90CDBA5DCC971282AE055699E68B09E8F15D3
checksum64: 5370B333A185D1453D94278BD4F90CDBA5DCC971282AE055699E68B09E8F15D3

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.13</version>
<version>2.6.14</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.13.zip"
file = "$toolsDir\LittleNavmap-win-2.6.14.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand Down

0 comments on commit 9bb1c0b

Please sign in to comment.