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

0 comments on commit 78a74b2

Please sign in to comment.