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 Feb 4, 2021
1 parent 4c74bb5 commit 254d2bb
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.0110</version>
<version>5.07.0113</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 @@ -49,7 +49,7 @@ The following operating system are supported:
- Microsoft Windows 8
- Microsoft Windows 7
</description>
<releaseNotes>2020-09-08 release - https://download.lenovo.com/pccbbs/thinkvantage_en/system_update_5.07.0110.txt</releaseNotes>
<releaseNotes>2021-01-22 release - https://download.lenovo.com/pccbbs/thinkvantage_en/system_update_5.07.0113.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.0110.exe'
$checksum = '3f9e709fd244493930b3b7d735f1d5d4083d0e4f009e0903b03961b96082c12f'
$url = 'https://download.lenovo.com/pccbbs/thinkvantage_en/system_update_5.07.0113.exe'
$checksum = 'f7ffd0edab62684de211388d65b598cd7859cba72ae051743a38d3afe8d922f4'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit 254d2bb

Please sign in to comment.