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 Apr 26, 2024
1 parent 78934c1 commit 24c33d7
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.5.0</version>
<version>9.6.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.5.0.exe'
url = 'https://lcdn.icons8.com/setup/LunacySetup_9.6.0.exe'
softwareName = 'Lunacy'
checksum = '8ea812f1028a9a58db5dd4eb8963b7ae35d41e5da822f2b51cc090a3e103de756409010fe67fa538ddc33c72588bcf4d61d6c8d90239b4ec40af7694c13ba2e1'
checksum = '2c807c1bc6251f3eb3def189995bba30a5991dbebcaa3ee0918c84b45c48cd07368ed0e40541e911d484610acf09a091cbeba7a1550ada0a7bca42b4a700cc54'
checksumType = 'sha512'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit 24c33d7

Please sign in to comment.