Skip to content

Commit

Permalink
AU: 1 updated - lively
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 22, 2023
1 parent febf47f commit 5d25ad9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lively/lively.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>lively</id>
<version>2.0.6.0</version>
<version>2.0.6.1</version>
<packageSourceUrl>https://github.com/w0/au-packages/tree/master/lively</packageSourceUrl>
<owners>wizard</owners>
<title>Lively Wallpaper</title>
Expand Down Expand Up @@ -77,7 +77,7 @@
- Duplicate same wallpaper all screens.
- Different wallpaper per screens.
]]></description>
<releaseNotes>https://github.com/rocksdanister/lively/releases/tag/v2.0.6.0</releaseNotes>
<releaseNotes>https://github.com/rocksdanister/lively/releases/tag/v2.0.6.1</releaseNotes>
<dependencies>
<dependency id="vcredist140" version="14.24.28127.4" />
<dependency id="dotnet" version="6.0.6" />
Expand Down
4 changes: 2 additions & 2 deletions lively/tools/chocolateyinstall.ps1
Expand Up @@ -18,9 +18,9 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
fileType = 'exe'
url = 'https://github.com/rocksdanister/lively/releases/download/v2.0.6.0/lively_setup_x86_full_v2060.exe'
url = 'https://github.com/rocksdanister/lively/releases/download/v2.0.6.1/lively_setup_x86_full_v2061.exe'
softwareName = 'lively*'
checksum = '17851ab868ce7c0e27636851f2e200b63fe2cae4490dfa6143042c6ed8635338'
checksum = '3991f4c4af685c2ff20ebfde2cbdebe27f4f468c11f036a5e3140b43605317c6'
checksumType = 'sha256'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /ALLUSERS /NODEPENDENCIES /NOAUTOLAUNCH'
validExitCodes = @(0)
Expand Down

0 comments on commit 5d25ad9

Please sign in to comment.