From 5638f442f4935556b3f1f140accbe46c2666336d Mon Sep 17 00:00:00 2001 From: brogers5 <6869577+brogers5@users.noreply.github.com> Date: Thu, 18 Jul 2024 13:22:33 -0400 Subject: [PATCH] Update to 1.15.1 --- 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 4d6026a..58b8309 100644 --- a/localsend.portable.nuspec +++ b/localsend.portable.nuspec @@ -3,17 +3,17 @@ localsend.portable - 1.15.0 - https://github.com/brogers5/chocolatey-package-localsend.portable/tree/v1.15.0 + 1.15.1 + https://github.com/brogers5/chocolatey-package-localsend.portable/tree/v1.15.1 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.0/LICENSE + https://github.com/localsend/localsend/blob/v1.15.1/LICENSE true - https://github.com/localsend/localsend/tree/v1.15.0 + https://github.com/localsend/localsend/tree/v1.15.1 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.0 + https://github.com/localsend/localsend/releases/tag/v1.15.1 diff --git a/tools/LICENSE.txt b/tools/LICENSE.txt index 83246a6..8d1013a 100644 --- a/tools/LICENSE.txt +++ b/tools/LICENSE.txt @@ -1,4 +1,4 @@ -From: https://raw.githubusercontent.com/localsend/localsend/v1.15.0/LICENSE +From: https://raw.githubusercontent.com/localsend/localsend/v1.15.1/LICENSE MIT License diff --git a/tools/VERIFICATION.txt b/tools/VERIFICATION.txt index 0dbc4f1..aae9198 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.0 +https://github.com/localsend/localsend/releases/tag/v1.15.1 For convenience, this is a direct URL to the relevant asset: -https://github.com/localsend/localsend/releases/download/v1.15.0/LocalSend-1.15.0-windows-x86-64.zip +https://github.com/localsend/localsend/releases/download/v1.15.1/LocalSend-1.15.1-windows-x86-64.zip The following PowerShell command will print a calculated SHA256 hash: - (Get-FileHash -Path LocalSend-1.15.0-windows-x86-64.zip -Algorithm SHA256).Hash + (Get-FileHash -Path LocalSend-1.15.1-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: -EB83D500AE9639814301362CC1D3905E3B18FE3F9A6A3B258A94BF6914E3A327 +F3B75999E9A92BCFD12524060FB1409732F8500F3DFF0CB55D188B0787172D73 diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index 8e2a4a7..03a0838 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.0-windows-x86-64.zip' +$archiveFileName = 'LocalSend-1.15.1-windows-x86-64.zip' $archiveFilePath = Join-Path -Path $toolsDir -ChildPath $archiveFileName $packageArgs = @{