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 Feb 26, 2024
1 parent ca8eb19 commit eee1910
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.12.0>
location on <https://github.com/HenriWahl/Nagstamon/releases/tag/v3.14.0>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/HenriWahl/Nagstamon/releases/download/v3.12.0/Nagstamon-3.12.0-win32_setup.exe>
64-Bit software: <https://github.com/HenriWahl/Nagstamon/releases/download/v3.12.0/Nagstamon-3.12.0-win64_setup.exe>
32-Bit software: <https://github.com/HenriWahl/Nagstamon/releases/download/v3.14.0/Nagstamon-3.14.0-win32_setup.exe>
64-Bit software: <https://github.com/HenriWahl/Nagstamon/releases/download/v3.14.0/Nagstamon-3.14.0-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: 35B1B461FF819928DE09FE0D1FEF431785D219929648572EE4DC47512EAD97B8
checksum64: 115D80ECFBB8BEB55E30C7602DDA5DDC53BFB71493AE9F68C9676530E6359892
checksum32: 2BA089BE60F4A06F87DDA74401B5934E4EA6FD2D34759361300F4D44FE09848B
checksum64: 6354747B2212A05AA9173A8393ABB5FB3DA00365B7413900FFF847AE9530FE45

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.12.0</version>
<version>3.14.0</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.12.0)
<releaseNotes>[Software Changelog](https://github.com/HenriWahl/Nagstamon/releases/tag/v3.14.0)
[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.12.0-win32_setup.exe"
file64 = "$toolsPath\Nagstamon-3.12.0-win64_setup.exe"
file = "$toolsPath\Nagstamon-3.14.0-win32_setup.exe"
file64 = "$toolsPath\Nagstamon-3.14.0-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.12.0>
location on <https://github.com/HenriWahl/Nagstamon/releases/tag/v3.14.0>
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.12.0/Nagstamon-3.12.0-win64.zip>
64-Bit software: <https://github.com/HenriWahl/Nagstamon/releases/download/v3.14.0/Nagstamon-3.14.0-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: E1C5BCCE3DF9759953EEF1ED72FB0ECBEA577C593BB249F049C45EFEF28CAF44
checksum64: 8058ECE4B4D419C55CC4E650509D812F1551142667114251993A0972094579B2

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.12.0</version>
<version>3.14.0</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.12.0)
<releaseNotes>[Software Changelog](https://github.com/HenriWahl/Nagstamon/releases/tag/v3.14.0)
[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.12.0-win64.zip"
file64 = "$toolsPath\Nagstamon-3.14.0-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.12.0</version>
<version>3.14.0</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.12.0)
<releaseNotes>[Software Changelog](https://github.com/HenriWahl/Nagstamon/releases/tag/v3.14.0)
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/nagstamon.install/Changelog.md)</releaseNotes>
<dependencies>
<dependency id="nagstamon.install" version="[3.12.0]" />
<dependency id="nagstamon.install" version="[3.14.0]" />
</dependencies>
</metadata>
<files />
Expand Down

0 comments on commit eee1910

Please sign in to comment.