Skip to content

Commit

Permalink
AU: 1 updated - lenovo-thinkvantage-system-update
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Jan 11, 2023
1 parent b879506 commit 360c5b3
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.07.0140</version>
<version>5.08.01.0005</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 @@ -53,7 +53,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>2022-09-29 release - https://download.lenovo.com/pccbbs/thinkvantage_en/system_update_5.07.0140.txt</releaseNotes>
<releaseNotes>2022-12-19 release - https://download.lenovo.com/pccbbs/thinkvantage_en/system_update_5.08.01.0005.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.07.0140.exe'
$checksum = '1fa965f7e072bd99528f7ac10866834d79852e0baab57b89ec727aff3b61fad4'
$url = 'https://download.lenovo.com/pccbbs/thinkvantage_en/system_update_5.08.01.0005.exe'
$checksum = '86cb2dd205c8d5777d972ed00638a52016d9a75035cd598b06724e57ede0756d'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit 360c5b3

Please sign in to comment.