From 6f147914c9ef86adfa40fbdc00b3060ccd1aa660 Mon Sep 17 00:00:00 2001 From: brogers5 <6869577+brogers5@users.noreply.github.com> Date: Thu, 25 Jul 2024 13:57:09 -0400 Subject: [PATCH] Update to 1.15.2 --- localsend.portable.nuspec | 10 +++++----- tools/LICENSE.txt | 2 +- tools/VERIFICATION.txt | 8 ++++---- tools/chocolateyinstall.ps1 | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/localsend.portable.nuspec b/localsend.portable.nuspec index 58b8309..87cd001 100644 --- a/localsend.portable.nuspec +++ b/localsend.portable.nuspec @@ -3,17 +3,17 @@ localsend.portable - 1.15.1 - https://github.com/brogers5/chocolatey-package-localsend.portable/tree/v1.15.1 + 1.15.2 + https://github.com/brogers5/chocolatey-package-localsend.portable/tree/v1.15.2 sublym0nal LocalSend (Portable) Tien Do Nam https://localsend.org/ https://cdn.jsdelivr.net/gh/brogers5/chocolatey-package-localsend.portable@d0493af839be5c7d10d4df0a9fd807287f08e569/localsend.portable.png Copyright (c) 2022-2024 Tien Do Nam - https://github.com/localsend/localsend/blob/v1.15.1/LICENSE + https://github.com/localsend/localsend/blob/v1.15.2/LICENSE true - https://github.com/localsend/localsend/tree/v1.15.1 + https://github.com/localsend/localsend/tree/v1.15.2 https://github.com/localsend/localsend/discussions https://github.com/localsend/localsend/issues localsend message file transfer 64-bit portable cross-platform foss @@ -43,7 +43,7 @@ For future upgrade operations, consider opting into Chocolatey's `useRememberedA choco feature enable --name="'useRememberedArgumentsForUpgrades'" ``` ]]> - https://github.com/localsend/localsend/releases/tag/v1.15.1 + https://github.com/localsend/localsend/releases/tag/v1.15.2 diff --git a/tools/LICENSE.txt b/tools/LICENSE.txt index 8d1013a..e33a6a5 100644 --- a/tools/LICENSE.txt +++ b/tools/LICENSE.txt @@ -1,4 +1,4 @@ -From: https://raw.githubusercontent.com/localsend/localsend/v1.15.1/LICENSE +From: https://raw.githubusercontent.com/localsend/localsend/v1.15.2/LICENSE MIT License diff --git a/tools/VERIFICATION.txt b/tools/VERIFICATION.txt index aae9198..1c687bb 100644 --- a/tools/VERIFICATION.txt +++ b/tools/VERIFICATION.txt @@ -5,18 +5,18 @@ in verifying that this package's contents are trustworthy. The packaged Windows archive is available for independent download via the Releases page on LocalSend's GitHub repository. A download link for the packaged version is included at the following URL: -https://github.com/localsend/localsend/releases/tag/v1.15.1 +https://github.com/localsend/localsend/releases/tag/v1.15.2 For convenience, this is a direct URL to the relevant asset: -https://github.com/localsend/localsend/releases/download/v1.15.1/LocalSend-1.15.1-windows-x86-64.zip +https://github.com/localsend/localsend/releases/download/v1.15.2/LocalSend-1.15.2-windows-x86-64.zip The following PowerShell command will print a calculated SHA256 hash: - (Get-FileHash -Path LocalSend-1.15.1-windows-x86-64.zip -Algorithm SHA256).Hash + (Get-FileHash -Path LocalSend-1.15.2-windows-x86-64.zip -Algorithm SHA256).Hash This command should be executed against an independently downloaded archive, 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: -F3B75999E9A92BCFD12524060FB1409732F8500F3DFF0CB55D188B0787172D73 +977F02CA1C17B8E4F3C4BE19DE0116ACDEE87EA6D52888D1C27C2199B653FA8A diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index 03a0838..27dde56 100644 --- a/tools/chocolateyinstall.ps1 +++ b/tools/chocolateyinstall.ps1 @@ -3,7 +3,7 @@ $toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)" Confirm-WinMinimumBuild -ReqBuild 7601 -$archiveFileName = 'LocalSend-1.15.1-windows-x86-64.zip' +$archiveFileName = 'LocalSend-1.15.2-windows-x86-64.zip' $archiveFilePath = Join-Path -Path $toolsDir -ChildPath $archiveFileName $packageArgs = @{