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 Mar 2, 2022
1 parent 123ee70 commit b34e7f1
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>7.1.0</version>
<version>8.3.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://lun-eu.icons8.com/s/setup/LunacySetup_7.1.0.exe'
url = 'https://lun-eu.icons8.com/s/setup/LunacySetup_8.3.0.exe'
softwareName = 'Lunacy'
checksum = 'a2eba56beebc130e074292369ddc7c54487221812cd0b20ffff5b74f6fb53d58664dae6646d2555ad777d00e6e4b8beb3f18c843b09a9af7869bdc22ba373ce2'
checksum = 'd9b7e31e886117d5c14d82baf6e3ab1698c33d8e958df4b4e93e99c8f89b94283f5dd1c570b8851e4b9d76637a54902d874238dbb0ec1366eb19ada8df5bb6d8'
checksumType = 'sha512'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit b34e7f1

Please sign in to comment.