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 May 1, 2023
1 parent 23a3e20 commit 38cfe30
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.1</version>
<version>2.0.6.5</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.1</releaseNotes>
<releaseNotes>https://github.com/rocksdanister/lively/releases/tag/v2.0.6.5</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.1/lively_setup_x86_full_v2061.exe'
url = 'https://github.com/rocksdanister/lively/releases/download/v2.0.6.5/lively_setup_x86_full_v2065.exe'
softwareName = 'lively*'
checksum = '3991f4c4af685c2ff20ebfde2cbdebe27f4f468c11f036a5e3140b43605317c6'
checksum = '01c8069f2a47834362da7d301a796c3838385c54546da3f33b9b96b91bea98be'
checksumType = 'sha256'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /ALLUSERS /NODEPENDENCIES /NOAUTOLAUNCH'
validExitCodes = @(0)
Expand Down

0 comments on commit 38cfe30

Please sign in to comment.