Skip to content

Commit

Permalink
Update to 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed Jul 15, 2024
1 parent 3367d15 commit 6e3bace
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions localsend.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>localsend.portable</id>
<version>1.14.0</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-localsend.portable/tree/v1.14.0</packageSourceUrl>
<version>1.15.0</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-localsend.portable/tree/v1.15.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-2024 Tien Do Nam</copyright>
<licenseUrl>https://github.com/localsend/localsend/blob/v1.14.0/LICENSE</licenseUrl>
<licenseUrl>https://github.com/localsend/localsend/blob/v1.15.0/LICENSE</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/localsend/localsend/tree/v1.14.0</projectSourceUrl>
<projectSourceUrl>https://github.com/localsend/localsend/tree/v1.15.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>
Expand Down Expand Up @@ -43,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.14.0</releaseNotes>
<releaseNotes>https://github.com/localsend/localsend/releases/tag/v1.15.0</releaseNotes>
<dependencies>
<dependency id="chocolatey-os-dependency.extension" version="0.0.1" />
<dependency id="vcredist140" version="14.20.27508.1" />
Expand Down
4 changes: 2 additions & 2 deletions tools/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
From: https://raw.githubusercontent.com/localsend/localsend/v1.14.0/LICENSE
From: https://raw.githubusercontent.com/localsend/localsend/v1.15.0/LICENSE

MIT License

Copyright (c) 2022-2023 Tien Do Nam
Copyright (c) 2022-2024 Tien Do Nam

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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.14.0
https://github.com/localsend/localsend/releases/tag/v1.15.0

For convenience, this is a direct URL to the relevant asset:
https://github.com/localsend/localsend/releases/download/v1.14.0/LocalSend-1.14.0-windows-x86-64.zip
https://github.com/localsend/localsend/releases/download/v1.15.0/LocalSend-1.15.0-windows-x86-64.zip

The following PowerShell command will print a calculated SHA256 hash:

(Get-FileHash -Path LocalSend-1.14.0-windows-x86-64.zip -Algorithm SHA256).Hash
(Get-FileHash -Path LocalSend-1.15.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:
E9C595BF3B83D6056E4F81C2867CBF2B65BB16C5CC3A9FC99FF2CD1CE4B45EB5
EB83D500AE9639814301362CC1D3905E3B18FE3F9A6A3B258A94BF6914E3A327
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.14.0-windows-x86-64.zip'
$archiveFileName = 'LocalSend-1.15.0-windows-x86-64.zip'
$archiveFilePath = Join-Path -Path $toolsDir -ChildPath $archiveFileName

$packageArgs = @{
Expand Down

0 comments on commit 6e3bace

Please sign in to comment.