Skip to content

Commit

Permalink
AU: 1 updated - winlink-express
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 9, 2023
1 parent d6470da commit 864b0a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions automatic/winlink-express/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://downloads.winlink.org/User%20Programs/Winlink_Express_install_1-7-4-0.zip'
$checksum = '84443560d480fa3fab788bbded24a8955c73c6ba9697c37665a26bc39027707c'
$url = 'https://downloads.winlink.org/User%20Programs/Winlink_Express_install_1-7-5-0.zip'
$checksum = '097bf1d02725f09266706033e4750f35f4816ccd512273c80fae95f1dfc8ca50'
$setupName = 'Winlink_Express_install.exe'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/winlink-express/winlink-express.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>winlink-express</id>
<version>1.7.4.000</version>
<version>1.7.5.000</version>
<packageSourceUrl>https://github.com/penguin359/chocolatey-packages</packageSourceUrl>
<owners>penguin359</owners>
<title>Winlink Express</title>
Expand Down

0 comments on commit 864b0a7

Please sign in to comment.