From 1b9dcbc5c497c67f58542e1bfacdfbb0ddc9525c Mon Sep 17 00:00:00 2001 From: brogers5 <6869577+brogers5@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:34:35 -0400 Subject: [PATCH] Update to 1.16.3 --- tools/LICENSE.txt | 2 +- tools/VERIFICATION.txt | 8 ++++---- tools/chocolateyinstall.ps1 | 2 +- twinkle-tray.json | 2 +- twinkle-tray.nuspec | 10 +++++----- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/tools/LICENSE.txt b/tools/LICENSE.txt index 1e63061..3660246 100644 --- a/tools/LICENSE.txt +++ b/tools/LICENSE.txt @@ -1,4 +1,4 @@ -From: https://raw.githubusercontent.com/xanderfrangos/twinkle-tray/v1.16.2/LICENSE +From: https://raw.githubusercontent.com/xanderfrangos/twinkle-tray/v1.16.3/LICENSE MIT License diff --git a/tools/VERIFICATION.txt b/tools/VERIFICATION.txt index e7455b1..44536bd 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.16.2 +https://github.com/xanderfrangos/twinkle-tray/releases/tag/v1.16.3 For convenience, this is a direct URL to the relevant asset: -https://github.com/xanderfrangos/twinkle-tray/releases/download/v1.16.2/Twinkle.Tray.v1.16.2.exe +https://github.com/xanderfrangos/twinkle-tray/releases/download/v1.16.3/Twinkle.Tray.v1.16.3.exe The following PowerShell command will print a calculated SHA256 hash: - (Get-FileHash -Path Twinkle.Tray.v1.16.2.exe -Algorithm SHA256).Hash + (Get-FileHash -Path Twinkle.Tray.v1.16.3.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: -874B66F74D9AD254A764B31692FC2AD1BF83E311A4690C11BA24EE0607A6C631 +F13AA3E3FBF27666875C923649A104C8ECA95F138AE2F760DDB3F62CEAEC7176 diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index a4a1692..43009e1 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.16.2.exe' +$installerFileName = 'Twinkle.Tray.v1.16.3.exe' $filePath = Join-Path -Path $toolsDir -ChildPath $installerFileName $softwareNamePattern = 'Twinkle Tray*' diff --git a/twinkle-tray.json b/twinkle-tray.json index a2aacee..78b5455 100644 --- a/twinkle-tray.json +++ b/twinkle-tray.json @@ -1,4 +1,4 @@ { "Beta": "1.16.0-beta8", - "Stable": "1.16.2" + "Stable": "1.16.3" } diff --git a/twinkle-tray.nuspec b/twinkle-tray.nuspec index 8aa9c5d..3a8e92b 100644 --- a/twinkle-tray.nuspec +++ b/twinkle-tray.nuspec @@ -3,17 +3,17 @@ twinkle-tray - 1.16.2 - https://github.com/brogers5/chocolatey-package-twinkle-tray/tree/v1.16.2 + 1.16.3 + https://github.com/brogers5/chocolatey-package-twinkle-tray/tree/v1.16.3 sublym0nal Twinkle Tray Xander Frangos https://twinkletray.com/ https://cdn.jsdelivr.net/gh/brogers5/chocolatey-package-twinkle-tray@800782d6afb5b6ab2e4dcefdb879bea194f0fef8/twinkle-tray.png Copyright © 2024 Xander Frangos - https://github.com/xanderfrangos/twinkle-tray/blob/v1.16.2/LICENSE + https://github.com/xanderfrangos/twinkle-tray/blob/v1.16.3/LICENSE false - https://github.com/xanderfrangos/twinkle-tray/tree/v1.16.2 + https://github.com/xanderfrangos/twinkle-tray/tree/v1.16.3 https://github.com/xanderfrangos/twinkle-tray/wiki https://github.com/xanderfrangos/twinkle-tray/discussions https://github.com/xanderfrangos/twinkle-tray/issues @@ -69,7 +69,7 @@ When using the `/Start` package parameter, you may see a large `CLIXML` block lo - https://github.com/xanderfrangos/twinkle-tray/releases/tag/v1.16.2 + https://github.com/xanderfrangos/twinkle-tray/releases/tag/v1.16.3