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

0 comments on commit 1bdd681

Please sign in to comment.