Skip to content

Commit

Permalink
AU: 1 updated - nagstamon.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 27, 2020
1 parent 59c7de4 commit 17693cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions automatic/nagstamon.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ and can be verified by doing the following:

1. Download the following:
32-Bit software: <PLACEHOLDER until virus count gets lower>
64-Bit software: <https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-3.4-win64.zip>
64-Bit software: <https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-3.4.1-win64.zip>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32:
checksum64: 2F53617316D905FDE964831B29624E6240AB6E9258817D40F8405CE67AEF76A3
checksum64: AE1E13C104B3A928C5AF67AB26EE8C8C04654D2B62503EF31A72E4C9701D7EA4

The file 'LICENSE.txt' has been obtained from <https://github.com/HenriWahl/Nagstamon/blob/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/nagstamon.portable/nagstamon.portable.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>nagstamon.portable</id>
<version>3.4</version>
<version>3.4.1</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/nagstamon.portable</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Nagstamon (Portable)</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/nagstamon.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if ((Get-OSArchitectureWidth 32) -or $env:ChocolateyForceX86) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = ""
file64 = "$toolsPath\Nagstamon-3.4-win64.zip"
file64 = "$toolsPath\Nagstamon-3.4.1-win64.zip"
destination = $toolsPath
validExitCodes = @(0)
}
Expand Down

0 comments on commit 17693cc

Please sign in to comment.