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 Nov 18, 2024
1 parent 1afb8b3 commit daf99e9
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>10.5</version>
<version>10.6</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_10.5.exe'
url = 'https://lcdn.icons8.com/setup/LunacySetup_10.6.exe'
softwareName = 'Lunacy'
checksum = '3b4c0c62c8bf6ff103c2da6af324dd2af077c4b47eb04d157ffdf16bf3e3efb89a1f935e2cf6402feb07847d07ba4fef84cf30ccd9e45a0567931be5354c2ed5'
checksum = '95c59909503932a33894074bf6be26ab4450ff9badfaa4a54a37e8157ff0ed52bd945c0a5013c049fc38940f2949bb10521f6ea79ad5d8f8402d7703e8b7d9b4'
checksumType = 'sha512'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit daf99e9

Please sign in to comment.