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 Apr 6, 2021
1 parent 4c90659 commit e88562c
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 30 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://nagstamon.ifw-dresden.de/download/>
location on <https://github.com/HenriWahl/Nagstamon/releases/tag/v3.6.0>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-3.4.1-win32_setup.exe>
64-Bit software: <https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-3.4.1-win64_setup.exe>
32-Bit software: <https://github.com/HenriWahl/Nagstamon/releases/download/v3.6.0/Nagstamon-3.6.0-win32_setup.exe>
64-Bit software: <https://github.com/HenriWahl/Nagstamon/releases/download/v3.6.0/Nagstamon-3.6.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: 8450E57DD0C2FB44FE3B1A4A7DBCF150051E23E8C806F8C04249E8750818FAF6
checksum64: 504904DBBD63F7E978672C48B44CF1843B8133B670593F93961024040C4DBB5E
checksum32: 705E3262BB52E0D76C716DE90DEB76DFFC4757E987F629E539F084F3FFB59DA2
checksum64: D74E9366ABB696B4FE08BDE3925599574D8F000D9F243DE1747A70A01AF78B7A

The file 'LICENSE.txt' has been obtained from <https://github.com/HenriWahl/Nagstamon/blob/master/LICENSE>
10 changes: 4 additions & 6 deletions automatic/nagstamon.install/nagstamon.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>nagstamon.install</id>
<version>3.4.1.20200129</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/nagstamon.install</packageSourceUrl>
<version>3.6.0</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/nagstamon.install</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Nagstamon (Install)</title>
<authors>Henri Wahl</authors>
Expand All @@ -28,10 +28,8 @@
**EXAMPLE**
`choco install nagstamon.install --params "'/UseInf:C:\nagstamon.install.inf'"`
]]></description>
<releaseNotes>
[Software Changelog](https://nagstamon.ifw-dresden.de/docs/changelog/)
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/nagstamon.install/Changelog.md)
</releaseNotes>
<releaseNotes>[Software Changelog](https://github.com/HenriWahl/Nagstamon/releases/tag/v3.6.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" />
</dependencies>
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.4.1-win32_setup.exe"
file64 = "$toolsPath\Nagstamon-3.4.1-win64_setup.exe"
file = "$toolsPath\Nagstamon-3.6.0-win32_setup.exe"
file64 = "$toolsPath\Nagstamon-3.6.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://nagstamon.ifw-dresden.de/download/>
location on <https://github.com/HenriWahl/Nagstamon/releases/tag/v3.6.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://nagstamon.ifw-dresden.de/files/stable/Nagstamon-3.4.1-win64.zip>
64-Bit software: <https://github.com/HenriWahl/Nagstamon/releases/download/v3.6.0/Nagstamon-3.6.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: 6D7E1F169EBC5F247F4CD58DB161C882AA53528D42E31DCEA6D082C8887790AF
checksum64: 85274E36F94C261ED52D4F0F93C42E5C7EAA8F0EDFEA96AEA197B0E176636A3D

The file 'LICENSE.txt' has been obtained from <https://github.com/HenriWahl/Nagstamon/blob/master/LICENSE>
10 changes: 4 additions & 6 deletions automatic/nagstamon.portable/nagstamon.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>nagstamon.portable</id>
<version>3.4.1.20200129</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/nagstamon.portable</packageSourceUrl>
<version>3.6.0</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/nagstamon.portable</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Nagstamon (Portable)</title>
<authors>Henri Wahl</authors>
Expand All @@ -25,10 +25,8 @@
- 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://nagstamon.ifw-dresden.de/docs/changelog/)
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/nagstamon.portable/Changelog.md)
</releaseNotes>
<releaseNotes>[Software Changelog](https://github.com/HenriWahl/Nagstamon/releases/tag/v3.6.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" />
</dependencies>
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.1-win64.zip"
file64 = "$toolsPath\Nagstamon-3.6.0-win64.zip"
destination = $toolsPath
validExitCodes = @(0)
}
Expand Down
12 changes: 5 additions & 7 deletions automatic/nagstamon/nagstamon.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>Nagstamon</id>
<version>3.4.1.20200129</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/nagstamon</packageSourceUrl>
<version>3.6.0</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/nagstamon</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Nagstamon</title>
<authors>Henri Wahl</authors>
Expand All @@ -28,12 +28,10 @@
**EXAMPLE**
`choco install nagstamon --params "'/UseInf:C:\nagstamon.inf'"`
]]></description>
<releaseNotes>
[Software Changelog](https://nagstamon.ifw-dresden.de/docs/changelog/)
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/nagstamon.install/Changelog.md)
</releaseNotes>
<releaseNotes>[Software Changelog](https://github.com/HenriWahl/Nagstamon/releases/tag/v3.6.0)
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/nagstamon.install/Changelog.md)</releaseNotes>
<dependencies>
<dependency id="nagstamon.install" version="[3.4.1.20200129]" />
<dependency id="nagstamon.install" version="[3.6.0]" />
</dependencies>
</metadata>
<files />
Expand Down

0 comments on commit e88562c

Please sign in to comment.