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 Jun 9, 2023
1 parent 3278f3c commit 3bd0c6b
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.1.0</version>
<version>9.1.1</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.1.0.exe'
url = 'https://lcdn.icons8.com/setup/LunacySetup_9.1.1.exe'
softwareName = 'Lunacy'
checksum = '316cdf0a77ac7135073f755e441800a44068144d11c500181e3702323ed8e325ca1d0a32becb9c8b505d60999bd934ec71c49abbb70f368f37d1ceddc498b47f'
checksum = '1a6f00f4b28ea9dc5fa06388f806c3623073dd3d5eac887a667b6b7697ab2de64eb35a39ffb07b894aacf08b529fe5865b2c1931694d6171b9bdcbb1feb8e572'
checksumType = 'sha512'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit 3bd0c6b

Please sign in to comment.