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 Jul 5, 2021
1 parent 2b02d8a commit c776c68
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.7.0.0</version>
<version>1.7.0.2</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.7.0.0</releaseNotes>
<releaseNotes>https://github.com/rocksdanister/lively/releases/tag/v1.7.0.2</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.7.0.0/lively_setup_x86_full_v1700.exe'
url = 'https://github.com/rocksdanister/lively/releases/download/v1.7.0.2/lively_setup_x86_full_v1702.exe'
softwareName = 'lively*'
checksum = 'a4fa1c2d2a61230af81a5633f06b77896ec3449d5c4b50cef41ad16d6746e21c'
checksum = 'ed86b09beaafe06e18095f617cee920af61fd5220f256c6866b254bb1db10d3a'
checksumType = 'sha256'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /ALLUSERS /NODEPENDENCIES /NOAUTOLAUNCH'
validExitCodes = @(0)
Expand Down

0 comments on commit c776c68

Please sign in to comment.