Skip to content

Commit

Permalink
AU: 2 updated - naps2.install watchman
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Mar 12, 2024
1 parent 94b1a43 commit 1351505
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 27 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.1-blue)](https://github.com/cyanfish/naps2/releases/tag/v7.3.1)
[![Software version](https://img.shields.io/badge/Source-v7.4.0-blue)](https://github.com/cyanfish/naps2/releases/tag/v7.4.0)
[![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.1
https://github.com/cyanfish/naps2/releases/tag/v7.4.0

and download the archive naps2-7.3.1-win-x64.msi using
and download the archive naps2-7.4.0-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.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
https://github.com/cyanfish/naps2/releases/download/v7.4.0/naps2-7.4.0-win-x86.msi
https://github.com/cyanfish/naps2/releases/download/v7.4.0/naps2-7.4.0-win-x64.msi

2. The archives can be validated by comparing checksums
- 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
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 naps2-7.4.0-win-x86.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f naps2-7.4.0-win-x86.msi

File: naps2-7.3.1-win-x86.msi
File: naps2-7.4.0-win-x86.msi
Type: sha256
Checksum32: 0FEC5889B1BDD3C77A7C1E9FED201D5A42413687463F69038340504A32AF5959
Checksum32: 4C693B3877C588850099E1541F6BB9F8ACD681AA8EF96168D7839A9A75E2E031

- 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
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 naps2-7.4.0-win-x64.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f naps2-7.4.0-win-x64.msi

File: naps2-7.3.1-win-x64.msi
File: naps2-7.4.0-win-x64.msi
Type: sha256
Checksum64: 2F45F18FAFB9534973106C7FD5DBEA98DE8F565C66D2919510ADD4A75BD5F244
Checksum64: 36BFE39D4F3D77050654CE9B48E38F0C677614EA0E0CAD95F7A690D692869D6F

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.1</version>
<version>7.4.0</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.1</releaseNotes>
<releaseNotes>https://github.com/cyanfish/naps2/releases/tag/v7.4.0</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.1-win-x86.msi'
File64 = Join-Path $toolsDir 'naps2-7.3.1-win-x64.msi'
File = Join-Path $toolsDir 'naps2-7.4.0-win-x86.msi'
File64 = Join-Path $toolsDir 'naps2-7.4.0-win-x64.msi'
SilentArgs = $silentArgs
ValidExitCodes = @(0, 1641, 3010)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/watchman/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/facebook/watchman)](https://github.com/facebook/watchman/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-v2024.03.04.00-blue.svg)](https://github.com/facebook/watchman/releases/tag/v2024.03.04.00)
[![Software version](https://img.shields.io/badge/source-v2024.03.11.00-blue.svg)](https://github.com/facebook/watchman/releases/tag/v2024.03.11.00)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/watchman?label=Chocolatey)](https://chocolatey.org/packages/watchman)

Watchman exists to watch files and record when they change. It can also trigger actions (such as
Expand Down
12 changes: 6 additions & 6 deletions automatic/watchman/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ be verified by:

https://github.com/facebook/watchman/releases

and download the archive watchman-v2024.03.04.00-windows.zip using the links in the relevant
and download the archive watchman-v2024.03.11.00-windows.zip using the links in the relevant
asset section of the page.

Alternatively the build can be downloaded directly from

https://github.com/facebook/watchman/releases/download/v2024.03.04.00/watchman-v2024.03.04.00-windows.zip
https://github.com/facebook/watchman/releases/download/v2024.03.11.00/watchman-v2024.03.11.00-windows.zip

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 watchman-v2024.03.04.00-windows.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f watchman-v2024.03.04.00-windows.zip
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 watchman-v2024.03.11.00-windows.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f watchman-v2024.03.11.00-windows.zip

File: watchman-v2024.03.04.00-windows.zip
File: watchman-v2024.03.11.00-windows.zip
Type: sha256
Checksum: 4BE155A2E334CEB3D1ACD38100DC4B4201CD804E558A9838582BA23C4B9C70DE
Checksum: D40DA67D9F825796A90D5D3941B32671B8415929B8D54F3E2106BB144BA18837

Contents of file LICENSE.txt is obtained from https://github.com/facebook/watchman/blob/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/watchman/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if ((Get-ProcessorBits 32) -or $env:ChocolateyForceX86 -eq 'true') {

$toolsDir = (Split-Path -parent $MyInvocation.MyCommand.Definition)

$archive = Join-Path $toolsDir 'watchman-v2024.03.04.00-windows.zip'
$archive = Join-Path $toolsDir 'watchman-v2024.03.11.00-windows.zip'

$unzipArgs = @{
PackageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/watchman/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function global:au_GetLatest {
# there are no windows binaries available. The nuspec has not been parsed at this stage so the current version is not
# available in the environment - hardcode here and use the package update process to rewrite
if ([string]::IsNullOrWhiteSpace($version)) {
$version = '2024.03.04.00'
$version = '2024.03.11.00'
}

return @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/watchman/watchman.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>watchman</id>
<version>2024.03.04.00</version>
<version>2024.03.11.00</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/watchman</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Watchman - A file watching service</title>
Expand Down

0 comments on commit 1351505

Please sign in to comment.