diff --git a/lively/lively.nuspec b/lively/lively.nuspec index 16f8d97..dcf794f 100644 --- a/lively/lively.nuspec +++ b/lively/lively.nuspec @@ -3,7 +3,7 @@ lively - 1.7.0.4 + 1.7.2.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.7.0.4 + https://github.com/rocksdanister/lively/releases/tag/v1.7.2.0 diff --git a/lively/tools/chocolateyinstall.ps1 b/lively/tools/chocolateyinstall.ps1 index 6dd2885..6bdbe54 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.7.0.4/lively_setup_x86_full_v1704.exe' + url = 'https://github.com/rocksdanister/lively/releases/download/v1.7.2.0/lively_setup_x86_full_v1720.exe' softwareName = 'lively*' - checksum = 'd0a2ad431b600072dda90c462bf4cd00786bd3d1522ee1424b2061d6ba144af1' + checksum = 'f92068b5f4bb6ffe6dd6de3347d6e06eb1f6bbeb2d7074807ea77d0bec9c479e' checksumType = 'sha256' silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /ALLUSERS /NODEPENDENCIES /NOAUTOLAUNCH' validExitCodes = @(0)