Skip to content

Commit

Permalink
AU: 1 updated - winflector-client
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Jul 18, 2024
1 parent c34d37d commit b54c6a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions automatic/winflector-client/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
$softwareName = 'Windows Driver Package - Era software*'
$installerType = 'EXE'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://www.winflector.com/store/free-version/index/id/521'
$checksum = '58fb9a7d216418438d6a6bfa727b14ec04f0e2691110d7905832eaacf33ee6d0'
$url = 'https://www.winflector.com/store/free-version/index/id/530'
$checksum = 'b8662d806c1935dd7d8e4abd4de679dd0df67c23a3464f4a405475dba9fbd7e6'
$checksumType = 'sha256'
$silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
$validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/winflector-client/winflector-client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>winflector-client</id>
<version>4.0.1.0</version>
<version>4.0.2.0</version>
<title>Winflector Client / Winflector Virtual Terminal(Install)</title>
<authors>Era Software SC, OTC S.A.</authors>
<owners>tunisiano</owners>
Expand Down

0 comments on commit b54c6a0

Please sign in to comment.