Skip to content

Commit

Permalink
AU: 3 updated - fend fend.install fend.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed May 4, 2024
1 parent 3b8c562 commit 8c742ea
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion automatic/fend.install/README.md
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/printfn/fend)](https://github.com/printfn/fend/blob/main/LICENSE.md)
[![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-v1.4.7-blue)](https://github.com/printfn/fend/releases/tag/v1.4.7)
[![Software version](https://img.shields.io/badge/Source-v1.4.8-blue)](https://github.com/printfn/fend/releases/tag/v1.4.8)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/fend.install?label=Chocolatey)](https://community.chocolatey.org/packages/fend.install)

[fend](https://printfn.github.io/fend) is an arbitrary-precision unit-aware calculator.
Expand Down
4 changes: 2 additions & 2 deletions automatic/fend.install/fend.install.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>fend.install</id>
<version>1.4.7</version>
<version>1.4.8</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/fend.install</packageSourceUrl>
<owners>dgalbraith</owners>
<title>fend - Arbitary-Precision Unit-Aware Calculator (Install)</title>
Expand Down Expand Up @@ -54,7 +54,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/printfn/fend/releases/tag/v1.4.7</releaseNotes>
<releaseNotes>https://github.com/printfn/fend/releases/tag/v1.4.8</releaseNotes>
<dependencies />
</metadata>
<files>
Expand Down
14 changes: 7 additions & 7 deletions automatic/fend.install/legal/VERIFICATION.txt
Expand Up @@ -8,21 +8,21 @@ be verified by:

1. Go to the binary distribution page

https://github.com/printfn/fend/releases/tag/v1.4.7
https://github.com/printfn/fend/releases/tag/v1.4.8

and download the installer fend-1.4.7-windows-x64.msi using the links in the asset
and download the installer fend-1.4.8-windows-x64.msi using the links in the asset
section of the page.

Alternatively the build can be downloaded directly from

https://github.com/printfn/fend/releases/download/v1.4.7/fend-1.4.7-windows-x64.msi
https://github.com/printfn/fend/releases/download/v1.4.8/fend-1.4.8-windows-x64.msi

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 fend-1.4.7-windows-x64.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f fend-1.4.7-windows-x64.msi
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 fend-1.4.8-windows-x64.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f fend-1.4.8-windows-x64.msi

File: fend-1.4.7-windows-x64.msi
File: fend-1.4.8-windows-x64.msi
Type: sha256
Checksum: 1204FAAE3C2230112F36EDD83983BD728AAE2037796A649E1C13F3CD5AD9A476
Checksum: 8C897802DE8BBD2BE155B870DB39CC1F67369A6C57914BE4B1C387095309AF0A

Contents of file LICENSE.txt is obtained from https://github.com/printfn/fend/blob/main/LICENSE.md
2 changes: 1 addition & 1 deletion automatic/fend.install/tools/chocolateyInstall.ps1
Expand Up @@ -2,7 +2,7 @@

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

$installer = Join-Path $toolsDir 'fend-1.4.7-windows-x64.msi'
$installer = Join-Path $toolsDir 'fend-1.4.8-windows-x64.msi'
$silentArgs = '/qn /norestart'

$pp = Get-PackageParameters
Expand Down
2 changes: 1 addition & 1 deletion automatic/fend.portable/README.md
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/printfn/fend)](https://github.com/printfn/fend/blob/main/LICENSE.md)
[![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-v1.4.7-blue)](https://github.com/printfn/fend/releases/tag/v1.4.7)
[![Software version](https://img.shields.io/badge/Source-v1.4.8-blue)](https://github.com/printfn/fend/releases/tag/v1.4.8)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/fend.portable?label=Chocolatey)](https://community.chocolatey.org/packages/fend.portable)

[fend](https://printfn.github.io/fend) is an arbitrary-precision unit-aware calculator.
Expand Down
4 changes: 2 additions & 2 deletions automatic/fend.portable/fend.portable.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>fend.portable</id>
<version>1.4.7</version>
<version>1.4.8</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/fend.portable</packageSourceUrl>
<owners>dgalbraith</owners>
<title>fend - Arbitary-Precision Unit-Aware Calculator (Portable)</title>
Expand Down Expand Up @@ -55,7 +55,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/printfn/fend/releases/tag/v1.4.7</releaseNotes>
<releaseNotes>https://github.com/printfn/fend/releases/tag/v1.4.8</releaseNotes>
<dependencies />
</metadata>
<files>
Expand Down
14 changes: 7 additions & 7 deletions automatic/fend.portable/legal/VERIFICATION.txt
Expand Up @@ -8,21 +8,21 @@ be verified by:

1. Go to the binary distribution page

https://github.com/println/fend/releases/tag/v1.4.7
https://github.com/println/fend/releases/tag/v1.4.8

and download the archive fend-1.4.7-windows-x64-exe.zip using the links in the asset
and download the archive fend-1.4.8-windows-x64-exe.zip using the links in the asset
section of the page.

Alternatively the build can be downloaded directly from

https://github.com/printfn/fend/releases/download/v1.4.7/fend-1.4.7-windows-x64-exe.zip
https://github.com/printfn/fend/releases/download/v1.4.8/fend-1.4.8-windows-x64-exe.zip

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 fend-1.4.7-windows-x64-exe.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f fend-1.4.7-windows-x64-exe.zip
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 fend-1.4.8-windows-x64-exe.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f fend-1.4.8-windows-x64-exe.zip

File: fend-1.4.7-windows-x64-exe.zip
File: fend-1.4.8-windows-x64-exe.zip
Type: sha256
Checksum: ABD8AFB805CFEE82CA6A69F9B7E11B70CCBB8DFBEDDB3AB9AEB5844CFD6A0883
Checksum: 8F7833EB27E72996CA10B184C70EE0AB11235C417B10E321C050250587620041

Contents of file LICENSE.txt is obtained from https://github.com/printfn/fend/blob/main/LICENSE.md
2 changes: 1 addition & 1 deletion automatic/fend.portable/tools/chocolateyBeforeModify.ps1
Expand Up @@ -25,7 +25,7 @@ $paths.GetEnumerator() | ForEach-Object {

Uninstall-BinFile -Name 'fend' -Path 'fend.exe'

$zipFileName = "$packageDir/fend-1.4.7-windows-x64-exe.zip"
$zipFileName = "$packageDir/fend-1.4.8-windows-x64-exe.zip"

$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/fend.portable/tools/chocolateyInstall.ps1
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'

$toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition
$archive = Join-Path $toolsDir 'fend-1.4.7-windows-x64-exe.zip'
$archive = Join-Path $toolsDir 'fend-1.4.8-windows-x64-exe.zip'

$unzipArgs = @{
PackageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/fend/README.md
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/printfn/fend)](https://github.com/printfn/fend/blob/main/LICENSE.md)
[![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-v1.4.7-blue)](https://github.com/printfn/fend/releases/tag/v1.4.7)
[![Software version](https://img.shields.io/badge/Source-v1.4.8-blue)](https://github.com/printfn/fend/releases/tag/v1.4.8)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/fend?label=Chocolatey)](https://community.chocolatey.org/packages/fend)

[fend](https://printfn.github.io/fend) is an arbitrary-precision unit-aware calculator.
Expand Down
6 changes: 3 additions & 3 deletions automatic/fend/fend.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>fend</id>
<version>1.4.7</version>
<version>1.4.8</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/fend</packageSourceUrl>
<owners>dgalbraith</owners>
<title>fend - Arbitary-Precision Unit-Aware Calculator</title>
Expand Down Expand Up @@ -54,9 +54,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/printfn/fend/releases/tag/v1.4.7</releaseNotes>
<releaseNotes>https://github.com/printfn/fend/releases/tag/v1.4.8</releaseNotes>
<dependencies>
<dependency id="fend.install" version="[1.4.7]" />
<dependency id="fend.install" version="[1.4.8]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 8c742ea

Please sign in to comment.