Skip to content

Commit

Permalink
AU-dotnet: 1 updated
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
flcdrg committed Jul 31, 2024
1 parent 7288acc commit b7a02b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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>lenovo-thinkvantage-system-update</id>
<version>5.08.02.25</version>
<version>5.08.03.59</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/lenovo-thinkvantage-system-update</packageSourceUrl>
<owners>flcdrg</owners>
<title>Lenovo System Update</title>
Expand Down Expand Up @@ -52,7 +52,7 @@ The following operating system are supported:

This package is automatically updated by referencing the data feed provided by Lenovo. Should it be outdated by more than a few days please leave a comment below.
</description>
<releaseNotes>12th Sep 2023 release - https://download.lenovo.com/pccbbs/thinkvantage_en/system_update_5.08.02.25.txt</releaseNotes>
<releaseNotes>30 Jul 2024 release - https://download.lenovo.com/pccbbs/thinkvantage_en/system_update_5.08.03.59.txt</releaseNotes>
<dependencies>
<dependency id="dotnet4.5.2" version="4.5.2.20140902" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions lenovo-thinkvantage-system-update/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$packageName= 'lenovo-thinkvantage-system-update'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://download.lenovo.com/pccbbs/thinkvantage_en/system_update_5.08.02.25.exe'
$checksum = '0D2E68C006E6A973BB09C85B3B90D8B5FE99F400DEE8778DE59ADBAF5B84D48F'
$url = 'https://download.lenovo.com/pccbbs/thinkvantage_en/system_update_5.08.03.59.exe'
$checksum = 'e66794dc561a3e58e3dc68556eb053ee32b674ac9d99638e473ef7322f353e0d'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit b7a02b4

Please sign in to comment.