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 Jun 2, 2021
1 parent d619eb5 commit c7291cd
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
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>lively</id>
<version>1.5.0.0</version>
<version>1.6.0.0</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/v1.5.0.0</releaseNotes>
<releaseNotes>https://github.com/rocksdanister/lively/releases/tag/v1.6.0.0</releaseNotes>
<dependencies>
<dependency id="vcredist140" version="14.24.28127.4" />
<dependency id="dotnetcore-desktopruntime" version="3.1.9" />
Expand Down
4 changes: 2 additions & 2 deletions lively/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
fileType = 'exe'
url = 'https://github.com/rocksdanister/lively/releases/download/v1.5.0.0/lively_setup_x86_full_v1500.exe'
url = 'https://github.com/rocksdanister/lively/releases/download/v1.6.0.0/lively_setup_x86_full_v1600.exe'
softwareName = 'lively*'
checksum = '88e06ffce63c9588478875b29ab49f40324187f227e0fc1491d4969a3c96a158'
checksum = '522bd24b41b3cb8c6c8732da04cb6b2fd13b98b159a1ced21ea98d8bce1ba8b5'
checksumType = 'sha256'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /ALLUSERS /NODEPENDENCIES /NOAUTOLAUNCH'
validExitCodes = @(0)
Expand Down

0 comments on commit c7291cd

Please sign in to comment.