Skip to content

Commit

Permalink
Update to 1.16.2
Browse files Browse the repository at this point in the history
brogers5 committed Oct 10, 2024

Verified

This commit was signed with the committer’s verified signature.
brogers5 Brian Rogers
1 parent e0ad49d commit 5f042fc
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion tools/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From: https://raw.githubusercontent.com/xanderfrangos/twinkle-tray/v1.16.1/LICENSE
From: https://raw.githubusercontent.com/xanderfrangos/twinkle-tray/v1.16.2/LICENSE

MIT License

8 changes: 4 additions & 4 deletions tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
@@ -5,19 +5,19 @@ 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.1
https://github.com/xanderfrangos/twinkle-tray/releases/tag/v1.16.2

For convenience, this is a direct URL to the relevant asset:
https://github.com/xanderfrangos/twinkle-tray/releases/download/v1.16.1/Twinkle.Tray.v1.16.1.exe
https://github.com/xanderfrangos/twinkle-tray/releases/download/v1.16.2/Twinkle.Tray.v1.16.2.exe

The following PowerShell command will print a calculated SHA256 hash:

(Get-FileHash -Path Twinkle.Tray.v1.16.1.exe -Algorithm SHA256).Hash
(Get-FileHash -Path Twinkle.Tray.v1.16.2.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
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:
B72761BC3AA9B5788D16A72172A344594066E25BFDDC8BAE44D6BBDE0C868E85
874B66F74D9AD254A764B31692FC2AD1BF83E311A4690C11BA24EE0607A6C631
2 changes: 1 addition & 1 deletion 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)"
$installerFileName = 'Twinkle.Tray.v1.16.1.exe'
$installerFileName = 'Twinkle.Tray.v1.16.2.exe'
$filePath = Join-Path -Path $toolsDir -ChildPath $installerFileName
$softwareNamePattern = 'Twinkle Tray*'

2 changes: 1 addition & 1 deletion twinkle-tray.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Beta": "1.16.0-beta8",
"Stable": "1.16.1"
"Stable": "1.16.2"
}
10 changes: 5 additions & 5 deletions twinkle-tray.nuspec
Original file line number Diff line number Diff line change
@@ -3,17 +3,17 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>twinkle-tray</id>
<version>1.16.1</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-twinkle-tray/tree/v1.16.1</packageSourceUrl>
<version>1.16.2</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-twinkle-tray/tree/v1.16.2</packageSourceUrl>
<owners>sublym0nal</owners>
<title>Twinkle Tray</title>
<authors>Xander Frangos</authors>
<projectUrl>https://twinkletray.com/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/brogers5/chocolatey-package-twinkle-tray@800782d6afb5b6ab2e4dcefdb879bea194f0fef8/twinkle-tray.png</iconUrl>
<copyright>Copyright © 2024 Xander Frangos</copyright>
<licenseUrl>https://github.com/xanderfrangos/twinkle-tray/blob/v1.16.1/LICENSE</licenseUrl>
<licenseUrl>https://github.com/xanderfrangos/twinkle-tray/blob/v1.16.2/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/xanderfrangos/twinkle-tray/tree/v1.16.1</projectSourceUrl>
<projectSourceUrl>https://github.com/xanderfrangos/twinkle-tray/tree/v1.16.2</projectSourceUrl>
<docsUrl>https://github.com/xanderfrangos/twinkle-tray/wiki</docsUrl>
<mailingListUrl>https://github.com/xanderfrangos/twinkle-tray/discussions</mailingListUrl>
<bugTrackerUrl>https://github.com/xanderfrangos/twinkle-tray/issues</bugTrackerUrl>
@@ -69,7 +69,7 @@ When using the `/Start` package parameter, you may see a large `CLIXML` block lo
<dependencies>
<dependency id="chocolatey-core.extension" version="1.0.0" />
</dependencies>
<releaseNotes>https://github.com/xanderfrangos/twinkle-tray/releases/tag/v1.16.1</releaseNotes>
<releaseNotes>https://github.com/xanderfrangos/twinkle-tray/releases/tag/v1.16.2</releaseNotes>
</metadata>
<files>
<file src="tools\chocolateyinstall.ps1" target="tools" />

0 comments on commit 5f042fc

Please sign in to comment.