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 27, 2024
1 parent 12a7e21 commit 87b0d81
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.6.0</version>
<version>9.6.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.6.0.exe'
url = 'https://lcdn.icons8.com/setup/LunacySetup_9.6.1.exe'
softwareName = 'Lunacy'
checksum = '2c807c1bc6251f3eb3def189995bba30a5991dbebcaa3ee0918c84b45c48cd07368ed0e40541e911d484610acf09a091cbeba7a1550ada0a7bca42b4a700cc54'
checksum = '456893fe0b3f56ca9768a00cca2dec5fc95fca5275623e66b6bf5a7b78e12a7983ffd7edb1e4d51244c2b397c569b6d252befd6553164cb7d8762f953716df12'
checksumType = 'sha512'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit 87b0d81

Please sign in to comment.