Skip to content

Commit

Permalink
AU: 2 updated - fend.install fend.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Jan 8, 2024
1 parent 4f8b5af commit 510433c
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion automatic/fend.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/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.0-blue)](https://github.com/printfn/fend/releases/tag/v1.4.0)
[![Software version](https://img.shields.io/badge/Source-v1.4.1-blue)](https://github.com/printfn/fend/releases/tag/v1.4.1)
[![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
6 changes: 3 additions & 3 deletions automatic/fend.install/fend.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>fend.install</id>
<version>1.4.0</version>
<version>1.4.1</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>
<authors>printfn</authors>
<projectUrl>https://github.com/printfn/fend</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@49a00ae931effc89c2d837be01e09bf86ca2ea1a/icons/fend.png</iconUrl>
<copyright>Copyright printfn 2020-2023</copyright>
<copyright>Copyright printfn 2020-2024</copyright>
<licenseUrl>https://github.com/printfn/fend/blob/main/LICENSE.md</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/printfn/fend</projectSourceUrl>
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.0</releaseNotes>
<releaseNotes>https://github.com/printfn/fend/releases/tag/v1.4.1</releaseNotes>
<dependencies />
</metadata>
<files>
Expand Down
14 changes: 7 additions & 7 deletions automatic/fend.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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.0
https://github.com/printfn/fend/releases/tag/v1.4.1

and download the installer fend-1.4.0-windows-x64.msi using the links in the asset
and download the installer fend-1.4.1-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.0/fend-1.4.0-windows-x64.msi
https://github.com/printfn/fend/releases/download/v1.4.1/fend-1.4.1-windows-x64.msi

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

File: fend-1.4.0-windows-x64.msi
File: fend-1.4.1-windows-x64.msi
Type: sha256
Checksum: 6D19A8801F03CA6CFA0130FB5A360DCC6D4EE3B42F3D6D30750AAC9C3C2167BE
Checksum: 916AD832B56F6EA8D62BF4EDF0EAA190FB82BEFF597AF96E6CC5C130FA1F88E9

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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

$pp = Get-PackageParameters
Expand Down
2 changes: 1 addition & 1 deletion automatic/fend.portable/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/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.0-blue)](https://github.com/printfn/fend/releases/tag/v1.4.0)
[![Software version](https://img.shields.io/badge/Source-v1.4.1-blue)](https://github.com/printfn/fend/releases/tag/v1.4.1)
[![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
6 changes: 3 additions & 3 deletions automatic/fend.portable/fend.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>fend.portable</id>
<version>1.4.0</version>
<version>1.4.1</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>
<authors>printfn</authors>
<projectUrl>https://github.com/printfn/fend</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@49a00ae931effc89c2d837be01e09bf86ca2ea1a/icons/fend.png</iconUrl>
<copyright>Copyright printfn 2020-2023</copyright>
<copyright>Copyright printfn 2020-2024</copyright>
<licenseUrl>https://github.com/printfn/fend/blob/main/LICENSE.md</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/printfn/fend</projectSourceUrl>
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.0</releaseNotes>
<releaseNotes>https://github.com/printfn/fend/releases/tag/v1.4.1</releaseNotes>
<dependencies />
</metadata>
<files>
Expand Down
14 changes: 7 additions & 7 deletions automatic/fend.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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.0
https://github.com/println/fend/releases/tag/v1.4.1

and download the archive fend-1.4.0-windows-x64-exe.zip using the links in the asset
and download the archive fend-1.4.1-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.0/fend-1.4.0-windows-x64-exe.zip
https://github.com/printfn/fend/releases/download/v1.4.1/fend-1.4.1-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.0-windows-x64-exe.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f fend-1.4.0-windows-x64-exe.zip
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 fend-1.4.1-windows-x64-exe.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f fend-1.4.1-windows-x64-exe.zip

File: fend-1.4.0-windows-x64-exe.zip
File: fend-1.4.1-windows-x64-exe.zip
Type: sha256
Checksum: B02A02FC2DB5E0084BEE20D9AA68692CE1CDC01C71B1CEDD0EB24D3ADC5C0088
Checksum: 5739DFAFFC76C5B502380B1BD816596381E6DEDA091AC5753CD7A85F1EEE12E6

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
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $paths.GetEnumerator() | ForEach-Object {

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

$zipFileName = "$packageDir/fend-1.4.0-windows-x64-exe.zip"
$zipFileName = "$packageDir/fend-1.4.1-windows-x64-exe.zip"

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

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

$unzipArgs = @{
PackageName = $env:ChocolateyPackageName
Expand Down

0 comments on commit 510433c

Please sign in to comment.