diff --git a/localsend.portable.nuspec b/localsend.portable.nuspec index fc99826..2aba381 100644 --- a/localsend.portable.nuspec +++ b/localsend.portable.nuspec @@ -3,31 +3,22 @@ localsend.portable - 1.13.1 - https://github.com/brogers5/chocolatey-package-localsend.portable/tree/v1.13.1 + 1.14.0 + https://github.com/brogers5/chocolatey-package-localsend.portable/tree/v1.14.0 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-2023 Tien Do Nam - https://github.com/localsend/localsend/blob/v1.13.1/LICENSE + Copyright (c) 2022-2024 Tien Do Nam + https://github.com/localsend/localsend/blob/v1.14.0/LICENSE true - https://github.com/localsend/localsend/tree/v1.13.1 + https://github.com/localsend/localsend/tree/v1.14.0 https://github.com/localsend/localsend/discussions https://github.com/localsend/localsend/issues localsend message file transfer 64-bit portable cross-platform foss An open source cross-platform alternative to AirDrop - - https://github.com/localsend/localsend/releases/tag/v1.13.1 + https://github.com/localsend/localsend/releases/tag/v1.14.0 diff --git a/tools/LICENSE.txt b/tools/LICENSE.txt index fcb9b49..04a2e5b 100644 --- a/tools/LICENSE.txt +++ b/tools/LICENSE.txt @@ -1,4 +1,4 @@ -From: https://raw.githubusercontent.com/localsend/localsend/v1.13.1/LICENSE +From: https://raw.githubusercontent.com/localsend/localsend/v1.14.0/LICENSE MIT License diff --git a/tools/VERIFICATION.txt b/tools/VERIFICATION.txt index 8dc9a4b..239edc0 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.13.1 +https://github.com/localsend/localsend/releases/tag/v1.14.0 For convenience, this is a direct URL to the relevant asset: -https://github.com/localsend/localsend/releases/download/v1.13.1/LocalSend-1.13.1-windows-x86-64.zip +https://github.com/localsend/localsend/releases/download/v1.14.0/LocalSend-1.14.0-windows-x86-64.zip The following PowerShell command will print a calculated SHA256 hash: - (Get-FileHash -Path LocalSend-1.13.1-windows-x86-64.zip -Algorithm SHA256).Hash + (Get-FileHash -Path LocalSend-1.14.0-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: -601A24AA5765EB75750AD6C8A1D7606944BA63B3F073284DADD7A10F26239C16 +E9C595BF3B83D6056E4F81C2867CBF2B65BB16C5CC3A9FC99FF2CD1CE4B45EB5 diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index fbcc929..f4a0510 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.13.1-windows-x86-64.zip' +$archiveFileName = 'LocalSend-1.14.0-windows-x86-64.zip' $archiveFilePath = Join-Path -Path $toolsDir -ChildPath $archiveFileName $packageArgs = @{