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 1, 2023
1 parent 668721f commit cd50000
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>8.7.2</version>
<version>9.0.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_8.7.2.exe'
url = 'https://lcdn.icons8.com/setup/LunacySetup_9.0.0.exe'
softwareName = 'Lunacy'
checksum = '232cb02799f9d487a47a5b04eeef95257ee5478005afdba96ca8ae7047d3fba3cbe51bc27f33fc3c16157b145eb6fc115236b3d6ecbc8067ba47c7d97f84eed5'
checksum = '2bdaefced9e53fc90e1cf9466058f54f53a62a61ab1ec2181bdf0097e8ffc6e56911e593897db68e877f64fbfc902fb5053047def3f652501ae571582e97adbe'
checksumType = 'sha512'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit cd50000

Please sign in to comment.