Skip to content

Commit

Permalink
AU: 1 updated - lunacy
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 31, 2023
1 parent dd297f0 commit aaf42b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/lunacy/lunacy.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>lunacy</id>
<version>9.0.9</version>
<version>9.1.0</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/lunacy</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Lunacy</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/lunacy/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://lcdn.icons8.com/setup/LunacySetup_9.0.9.exe'
url = 'https://lcdn.icons8.com/setup/LunacySetup_9.1.0.exe'
softwareName = 'Lunacy'
checksum = '17358ce9adea75c73de97047dc35f6bc3cfecac37ad47a199d930c52fb7f2e262fb2b252a629faea7c74f48099149b8d2efbca255fb36413b34f1f35993e660a'
checksum = '316cdf0a77ac7135073f755e441800a44068144d11c500181e3702323ed8e325ca1d0a32becb9c8b505d60999bd934ec71c49abbb70f368f37d1ceddc498b47f'
checksumType = 'sha512'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit aaf42b4

Please sign in to comment.