Skip to content

Commit

Permalink
AU: 1 updated - trustedqsl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 21, 2023
1 parent b98d83b commit 90ac975
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions trustedqsl/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://www.arrl.org/files/file/LoTW%20Instructions/tqsl-2.7.1.msi'
$checksum = '37bbbcefa1b60d9a13477971bf9f84fca3d4fcecbed790a6e8f8779011183b98'
$url = 'https://www.arrl.org/files/file/LoTW%20Instructions/tqsl-2.7.2.msi'
$checksum = '36024ff4076bcb34ac1b6685bfcd9e54d66bb18292f08a3594a2c707083e0efa'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
4 changes: 2 additions & 2 deletions trustedqsl/trustedqsl.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>trustedqsl</id>
<version>2.7.1</version>
<version>2.7.2</version>
<packageSourceUrl>https://github.com/penguin359/chocolatey-packages</packageSourceUrl>
<owners>penguin359</owners>
<title>TQSL</title>
Expand All @@ -27,7 +27,7 @@ signing Amateur Radio QSO records.
**Please Note**: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know the package is no longer updating correctly.]]></description>
<releaseNotes>https://www.arrl.org/files/file/LoTW%20Instructions/TrustedQSL-2-7-1-release.pdf</releaseNotes>
<releaseNotes>https://www.arrl.org/files/file/LoTW%20Instructions/TrustedQSL-2-7-2-release.pdf</releaseNotes>
</metadata>
<files>
<file src="tools\*.ps1" target="tools" />
Expand Down

0 comments on commit 90ac975

Please sign in to comment.