Skip to content

Commit

Permalink
AU: 3 updated - Nagstamon nagstamon.install nagstamon.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 25, 2024
1 parent de0b8d8 commit 07ce16c
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
10 changes: 5 additions & 5 deletions automatic/nagstamon.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ 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/HenriWahl/Nagstamon/releases/tag/v3.16.1>
location on <https://github.com/HenriWahl/Nagstamon/releases/tag/v3.16.2>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/HenriWahl/Nagstamon/releases/download/v3.16.1/Nagstamon-3.16.1-win32_setup.exe>
64-Bit software: <https://github.com/HenriWahl/Nagstamon/releases/download/v3.16.1/Nagstamon-3.16.1-win64_setup.exe>
32-Bit software: <https://github.com/HenriWahl/Nagstamon/releases/download/v3.16.2/Nagstamon-3.16.2-win32_setup.exe>
64-Bit software: <https://github.com/HenriWahl/Nagstamon/releases/download/v3.16.2/Nagstamon-3.16.2-win64_setup.exe>
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: 963BBB3344796FC0378B8CDEA9554A9009ED88AA7CD0B3A4434CF3C75BB58B14
checksum64: 26B2403FC84F879DAA66DB0789C4FF48D7ABB67DD8C335C54E198FD50CBBE8EA
checksum32: 1FAC3C4A94D1C4956000679A25D6007F4CB9A673B884CBA936F4EFE7AC1674F5
checksum64: D18DBBEBCF057355E8B562E4248456ECE80B8323F2E0E7258F52BF263EF7C216

The file 'LICENSE.txt' has been obtained from <https://github.com/HenriWahl/Nagstamon/blob/master/LICENSE>
4 changes: 2 additions & 2 deletions automatic/nagstamon.install/nagstamon.install.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.install</id>
<version>3.16.1</version>
<version>3.16.2</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/nagstamon.install</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Nagstamon (Install)</title>
Expand All @@ -28,7 +28,7 @@
**EXAMPLE**
`choco install nagstamon.install --params "'/UseInf:C:\nagstamon.install.inf'"`
]]></description>
<releaseNotes>[Software Changelog](https://github.com/HenriWahl/Nagstamon/releases/tag/v3.16.1)
<releaseNotes>[Software Changelog](https://github.com/HenriWahl/Nagstamon/releases/tag/v3.16.2)
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/nagstamon.install/Changelog.md)</releaseNotes>
<dependencies>
<dependency id="kb2999226" version="1.0.20170509" />
Expand Down
4 changes: 2 additions & 2 deletions automatic/nagstamon.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\Nagstamon-3.16.1-win32_setup.exe"
file64 = "$toolsPath\Nagstamon-3.16.1-win64_setup.exe"
file = "$toolsPath\Nagstamon-3.16.2-win32_setup.exe"
file64 = "$toolsPath\Nagstamon-3.16.2-win64_setup.exe"
softwareName = 'Nagstamon*'
silentArgs = "/SILENT /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
6 changes: 3 additions & 3 deletions automatic/nagstamon.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ 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/HenriWahl/Nagstamon/releases/tag/v3.16.1>
location on <https://github.com/HenriWahl/Nagstamon/releases/tag/v3.16.2>
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://github.com/HenriWahl/Nagstamon/releases/download/v3.16.1/Nagstamon-3.16.1-win64.zip>
64-Bit software: <https://github.com/HenriWahl/Nagstamon/releases/download/v3.16.2/Nagstamon-3.16.2-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: 1D278C42AB2568764635B3E29E4AD165526934712C9197305300A794273DA07B
checksum64: 2F9CE1683EBD37FBE93A9CF5B163709CB6ADD3B98A75FD484C495A5C5A78B319

The file 'LICENSE.txt' has been obtained from <https://github.com/HenriWahl/Nagstamon/blob/master/LICENSE>
4 changes: 2 additions & 2 deletions 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.16.1</version>
<version>3.16.2</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/nagstamon.portable</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Nagstamon (Portable)</title>
Expand All @@ -25,7 +25,7 @@
- Due to high number of virus positives, the 32bit archive have been removed from the package. See software repository to monitor the situation: https://github.com/HenriWahl/Nagstamon/issues/528
]]></description>
<releaseNotes>[Software Changelog](https://github.com/HenriWahl/Nagstamon/releases/tag/v3.16.1)
<releaseNotes>[Software Changelog](https://github.com/HenriWahl/Nagstamon/releases/tag/v3.16.2)
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/nagstamon.install/Changelog.md)</releaseNotes>
<dependencies>
<dependency id="kb2999226" version="1.0.20170509" />
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.16.1-win64.zip"
file64 = "$toolsPath\Nagstamon-3.16.2-win64.zip"
destination = $toolsPath
validExitCodes = @(0)
}
Expand Down
6 changes: 3 additions & 3 deletions automatic/nagstamon/nagstamon.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</id>
<version>3.16.1</version>
<version>3.16.2</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/nagstamon</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Nagstamon</title>
Expand All @@ -28,10 +28,10 @@
**EXAMPLE**
`choco install nagstamon --params "'/UseInf:C:\nagstamon.inf'"`
]]></description>
<releaseNotes>[Software Changelog](https://github.com/HenriWahl/Nagstamon/releases/tag/v3.16.1)
<releaseNotes>[Software Changelog](https://github.com/HenriWahl/Nagstamon/releases/tag/v3.16.2)
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/nagstamon.install/Changelog.md)</releaseNotes>
<dependencies>
<dependency id="nagstamon.install" version="[3.16.1]" />
<dependency id="nagstamon.install" version="[3.16.2]" />
</dependencies>
</metadata>
<files />
Expand Down

0 comments on commit 07ce16c

Please sign in to comment.