From c7291cd015302ed6062784ae31bc286fe6c17a7a Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Wed, 2 Jun 2021 12:00:12 +0000 Subject: [PATCH] AU: 1 updated - lively [skip ci] https://gist.github.com/a569e20fa01812b6a86bd6d0c3663614 --- lively/lively.nuspec | 4 ++-- lively/tools/chocolateyinstall.ps1 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lively/lively.nuspec b/lively/lively.nuspec index d2b3fd5..20c0c20 100644 --- a/lively/lively.nuspec +++ b/lively/lively.nuspec @@ -3,7 +3,7 @@ lively - 1.5.0.0 + 1.6.0.0 https://github.com/w0/au-packages/tree/master/lively wizard Lively Wallpaper @@ -77,7 +77,7 @@ - Duplicate same wallpaper all screens. - Different wallpaper per screens. ]]> - https://github.com/rocksdanister/lively/releases/tag/v1.5.0.0 + https://github.com/rocksdanister/lively/releases/tag/v1.6.0.0 diff --git a/lively/tools/chocolateyinstall.ps1 b/lively/tools/chocolateyinstall.ps1 index e194e86..6736a28 100644 --- a/lively/tools/chocolateyinstall.ps1 +++ b/lively/tools/chocolateyinstall.ps1 @@ -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)