Skip to content

Commit

Permalink
Update to 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed Feb 27, 2024
1 parent f5a1792 commit 3367d15
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 22 deletions.
23 changes: 7 additions & 16 deletions localsend.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,22 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>localsend.portable</id>
<version>1.13.1</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-localsend.portable/tree/v1.13.1</packageSourceUrl>
<version>1.14.0</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-localsend.portable/tree/v1.14.0</packageSourceUrl>
<owners>sublym0nal</owners>
<title>LocalSend (Portable)</title>
<authors>Tien Do Nam</authors>
<projectUrl>https://localsend.org/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/brogers5/chocolatey-package-localsend.portable@d0493af839be5c7d10d4df0a9fd807287f08e569/localsend.portable.png</iconUrl>
<copyright>Copyright (c) 2022-2023 Tien Do Nam</copyright>
<licenseUrl>https://github.com/localsend/localsend/blob/v1.13.1/LICENSE</licenseUrl>
<copyright>Copyright (c) 2022-2024 Tien Do Nam</copyright>
<licenseUrl>https://github.com/localsend/localsend/blob/v1.14.0/LICENSE</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/localsend/localsend/tree/v1.13.1</projectSourceUrl>
<projectSourceUrl>https://github.com/localsend/localsend/tree/v1.14.0</projectSourceUrl>
<mailingListUrl>https://github.com/localsend/localsend/discussions</mailingListUrl>
<bugTrackerUrl>https://github.com/localsend/localsend/issues</bugTrackerUrl>
<tags>localsend message file transfer 64-bit portable cross-platform foss</tags>
<summary>An open source cross-platform alternative to AirDrop</summary>
<description><![CDATA[
---
### [choco://localsend.portable](choco://localsend.portable)
To use choco:// protocol URLs, install [(unofficial) choco:// Protocol support](https://community.chocolatey.org/packages/choco-protocol-support)
---
## LocalSend
<description><![CDATA[## LocalSend
LocalSend is a cross-platform app that enables secure communication between devices using a REST API and HTTPS encryption. Unlike other messaging apps that rely on external servers, LocalSend doesn't require an internet connection or third-party servers, making it a fast and reliable solution for local communication.
Expand All @@ -52,7 +43,7 @@ For future upgrade operations, consider opting into Chocolatey's `useRememberedA
choco feature enable --name="'useRememberedArgumentsForUpgrades'"
```
]]></description>
<releaseNotes>https://github.com/localsend/localsend/releases/tag/v1.13.1</releaseNotes>
<releaseNotes>https://github.com/localsend/localsend/releases/tag/v1.14.0</releaseNotes>
<dependencies>
<dependency id="chocolatey-os-dependency.extension" version="0.0.1" />
<dependency id="vcredist140" version="14.20.27508.1" />
Expand Down
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/localsend/localsend/v1.13.1/LICENSE
From: https://raw.githubusercontent.com/localsend/localsend/v1.14.0/LICENSE

MIT License

Expand Down
8 changes: 4 additions & 4 deletions tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 = @{
Expand Down

0 comments on commit 3367d15

Please sign in to comment.