Skip to content

Commit

Permalink
AU: 2 updated - naps2 naps2.install
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Feb 5, 2024
1 parent 460b2bd commit 0b0a32e
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion automatic/naps2.install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/badge/License-GPLv2-blue.svg)](https://github.com/cyanfish/naps2/blob/master/LICENSE)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://gitHub.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/Source-v7.3.0-blue)](https://github.com/cyanfish/naps2/releases/tag/v7.3.0)
[![Software version](https://img.shields.io/badge/Source-v7.3.1-blue)](https://github.com/cyanfish/naps2/releases/tag/v7.3.1)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/naps2.install?label=Chocolatey)](https://chocolatey.org/packages/naps2.install)

NAPS2 is a document scanning application with a focus on simplicity and ease of use. Scan your documents from WIA- and
Expand Down
24 changes: 12 additions & 12 deletions automatic/naps2.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,29 @@ be verified by:

1. Go to the binary distribution page

https://github.com/cyanfish/naps2/releases/tag/v7.3.0
https://github.com/cyanfish/naps2/releases/tag/v7.3.1

and download the archive naps2-7.3.0-win-x64.msi using
and download the archive naps2-7.3.1-win-x64.msi using
the links in the asset section of the page.

Alternatively the build can be downloaded directly from

https://github.com/cyanfish/naps2/releases/download/v7.3.0/naps2-7.3.0-win-x86.msi
https://github.com/cyanfish/naps2/releases/download/v7.3.0/naps2-7.3.0-win-x64.msi
https://github.com/cyanfish/naps2/releases/download/v7.3.1/naps2-7.3.1-win-x86.msi
https://github.com/cyanfish/naps2/releases/download/v7.3.1/naps2-7.3.1-win-x64.msi

2. The archives can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 naps2-7.3.0-win-x86.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f naps2-7.3.0-win-x86.msi
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 naps2-7.3.1-win-x86.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f naps2-7.3.1-win-x86.msi

File: naps2-7.3.0-win-x86.msi
File: naps2-7.3.1-win-x86.msi
Type: sha256
Checksum32: 13A9262EDD2179623BDCA5D7E93FF89E1D3E724CFE8E7FDD9790DBF67DA3575D
Checksum32: 0FEC5889B1BDD3C77A7C1E9FED201D5A42413687463F69038340504A32AF5959

- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 naps2-7.3.0-win-x64.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f naps2-7.3.0-win-x64.msi
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 naps2-7.3.1-win-x64.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f naps2-7.3.1-win-x64.msi

File: naps2-7.3.0-win-x64.msi
File: naps2-7.3.1-win-x64.msi
Type: sha256
Checksum64: 68F366602DCBB7AA49123D4D12BE7956234B4869B22E51685DDC2FB8041FFF9B
Checksum64: 2F45F18FAFB9534973106C7FD5DBEA98DE8F565C66D2919510ADD4A75BD5F244

Contents of file LICENSE.txt is obtained from https://github.com/cyanfish/naps2/blob/master/LICENSE
4 changes: 2 additions & 2 deletions automatic/naps2.install/naps2.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>naps2.install</id>
<version>7.3.0</version>
<version>7.3.1</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/naps2.install</packageSourceUrl>
<owners>dgalbraith</owners>
<title>NAPS2 (Not Another PDF Scanner 2) (Install)</title>
Expand Down Expand Up @@ -53,7 +53,7 @@ If you find it is out of date by more than a day or two, please contact the main
]]>
</description>
<releaseNotes>https://github.com/cyanfish/naps2/releases/tag/v7.3.0</releaseNotes>
<releaseNotes>https://github.com/cyanfish/naps2/releases/tag/v7.3.1</releaseNotes>
<dependencies>
<dependency id="dotnetfx" version="4.8.0.0" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/naps2.install/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ $packageArgs = @{
PackageName = $env:ChocolateyPackageName
FileType = 'msi'
SoftwareName = 'NAPS2'
File = Join-Path $toolsDir 'naps2-7.3.0-win-x86.msi'
File64 = Join-Path $toolsDir 'naps2-7.3.0-win-x64.msi'
File = Join-Path $toolsDir 'naps2-7.3.1-win-x86.msi'
File64 = Join-Path $toolsDir 'naps2-7.3.1-win-x64.msi'
SilentArgs = $silentArgs
ValidExitCodes = @(0, 1641, 3010)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/naps2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/badge/GPLv2-blue.svg)](https://github.com/cyanfish/naps2/blob/master/LICENSE)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://gitHub.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/Source-v7.3.0-blue)](https://github.com/cyanfish/naps2/releases/tag/v7.3.0)
[![Software version](https://img.shields.io/badge/Source-v7.3.1-blue)](https://github.com/cyanfish/naps2/releases/tag/v7.3.1)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/naps2?label=Chocolatey)](https://chocolatey.org/packages/naps2)

NAPS2 is a document scanning application with a focus on simplicity and ease of use. Scan your documents from WIA- and
Expand Down
6 changes: 3 additions & 3 deletions automatic/naps2/naps2.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>naps2</id>
<version>7.3.0</version>
<version>7.3.1</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/naps2</packageSourceUrl>
<owners>dgalbraith</owners>
<title>NAPS2 (Not Another PDF Scanner 2)</title>
Expand Down Expand Up @@ -47,9 +47,9 @@ If you find it is out of date by more than a day or two, please contact the main
]]>
</description>
<releaseNotes>https://github.com/cyanfish/naps2/releases/tag/v7.3.0</releaseNotes>
<releaseNotes>https://github.com/cyanfish/naps2/releases/tag/v7.3.1</releaseNotes>
<dependencies>
<dependency id="naps2.install" version="[7.3.0]" />
<dependency id="naps2.install" version="[7.3.1]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 0b0a32e

Please sign in to comment.