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 Feb 2, 2024
1 parent e811968 commit 9b2f9bf
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.3.3</version>
<version>9.4.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.3.3.exe'
url = 'https://lcdn.icons8.com/setup/LunacySetup_9.4.0.exe'
softwareName = 'Lunacy'
checksum = 'f4f6c21eb702801621baca897ba0731de4e7533dd2d9ce41a4c6d0e112b2be64478eb5735d0317a9f50922ead6e9e707db7c828d72326d4a123a2d63a497986e'
checksum = 'a98e87d85fd173b5634eace7f40ecc289c614c1aea1e5f9ac7eaf5f21b3fea98c921d271ccd74c605ca49ac38b469121b5576bc8170d92a8f8777b52a136bd76'
checksumType = 'sha512'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit 9b2f9bf

Please sign in to comment.