From 6f1661b9cbb6e31bd49249db5685f0c093df5d0c Mon Sep 17 00:00:00 2001 From: brogers5 <6869577+brogers5@users.noreply.github.com> Date: Wed, 31 Aug 2022 20:38:13 -0400 Subject: [PATCH] Update to 1.14.7 --- tools/LICENSE.txt | 2 +- tools/VERIFICATION.txt | 8 ++++---- tools/chocolateyinstall.ps1 | 2 +- twinkle-tray.nuspec | 10 +++++----- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/tools/LICENSE.txt b/tools/LICENSE.txt index 6591967..ff941e0 100644 --- a/tools/LICENSE.txt +++ b/tools/LICENSE.txt @@ -1,4 +1,4 @@ -From: https://raw.githubusercontent.com/xanderfrangos/twinkle-tray/v1.14.6/LICENSE +From: https://raw.githubusercontent.com/xanderfrangos/twinkle-tray/v1.14.7/LICENSE MIT License diff --git a/tools/VERIFICATION.txt b/tools/VERIFICATION.txt index 7205680..b5eb362 100644 --- a/tools/VERIFICATION.txt +++ b/tools/VERIFICATION.txt @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy. The packaged Windows installer binary is available for independent download via the Releases page on Twinkle Tray's GitHub repository. A download link for the packaged version is included at the following URL: -https://github.com/xanderfrangos/twinkle-tray/releases/tag/v1.14.6 +https://github.com/xanderfrangos/twinkle-tray/releases/tag/v1.14.7 For convenience, this is a direct URL to the relevant asset: -https://github.com/xanderfrangos/twinkle-tray/releases/download/v1.14.6/Twinkle.Tray.v1.14.6.exe +https://github.com/xanderfrangos/twinkle-tray/releases/download/v1.14.7/Twinkle.Tray.v1.14.7.exe The following PowerShell command will print a calculated SHA256 hash: - (Get-FileHash -Path Twinkle.Tray.v1.14.6.exe -Algorithm SHA256).Hash + (Get-FileHash -Path Twinkle.Tray.v1.14.7.exe -Algorithm SHA256).Hash This command should be executed against an independently downloaded binary, as well as the copy distributed with the package. Both hash values should be identical. A @@ -20,4 +20,4 @@ matching hash value should confirm that no corruption or tampering has occurred during this package's generation process. For reference, the following SHA256 hash was calculated during the package's automated creation: -D804A53BB13A0E294C56CF57FC4A9C77FC886B697C18A382069F6C0333E98AEA +5E94C2D0F8BD8E476964B84E9C7787FCE5E8A8EA91A26D1684F23D27AB91DB63 diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index 9256fbd..e7f3d24 100644 --- a/tools/chocolateyinstall.ps1 +++ b/tools/chocolateyinstall.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = 'Stop' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$installerFileName = 'Twinkle.Tray.v1.14.6.exe' +$installerFileName = 'Twinkle.Tray.v1.14.7.exe' $filePath = Join-Path -Path $toolsDir -ChildPath $installerFileName $pp = Get-PackageParameters diff --git a/twinkle-tray.nuspec b/twinkle-tray.nuspec index 040de75..211e432 100644 --- a/twinkle-tray.nuspec +++ b/twinkle-tray.nuspec @@ -3,17 +3,17 @@ twinkle-tray - 1.14.6 - https://github.com/brogers5/chocolatey-package-twinkle-tray/tree/v1.14.6 + 1.14.7 + https://github.com/brogers5/chocolatey-package-twinkle-tray/tree/v1.14.7 sublym0nal Twinkle Tray Xander Frangos https://twinkletray.com/ https://cdn.jsdelivr.net/gh/brogers5/chocolatey-package-twinkle-tray@800782d6afb5b6ab2e4dcefdb879bea194f0fef8/twinkle-tray.png Copyright © 2022 Xander Frangos - https://github.com/xanderfrangos/twinkle-tray/blob/v1.14.6/LICENSE + https://github.com/xanderfrangos/twinkle-tray/blob/v1.14.7/LICENSE false - https://github.com/xanderfrangos/twinkle-tray/tree/v1.14.6 + https://github.com/xanderfrangos/twinkle-tray/tree/v1.14.7 https://github.com/xanderfrangos/twinkle-tray/wiki https://github.com/xanderfrangos/twinkle-tray/discussions https://github.com/xanderfrangos/twinkle-tray/issues @@ -64,7 +64,7 @@ choco feature enable -n=useRememberedArgumentsForUpgrades When using the `/Start` package parameter, you may see a large `CLIXML` block logged to `stderr`. This is [a known issue](https://github.com/chocolatey/choco/issues/1016) with Chocolatey's `Start-ChocolateyProcessAsAdmin` cmdlet, and is not necessarily indicative of an error condition. Until this is addressed, you should ensure the `failOnStandardError` feature is disabled while installing/upgrading this package. ]]> - https://github.com/xanderfrangos/twinkle-tray/releases/tag/v1.14.6 + https://github.com/xanderfrangos/twinkle-tray/releases/tag/v1.14.7