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 2, 2020
1 parent 7d5d3b0 commit f52e78c
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>6.3.1</version>
<version>6.4.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://desktop.icons8.com/lunacy/LunacySetup_6.3.1.exe'
url = 'https://desktop.icons8.com/lunacy/LunacySetup_6.4.0.exe'
softwareName = 'Lunacy'
checksum = '68fb56ea181f6329f6d67360b33737d2317b2715daa5b60c9dbb2ba189d8eab1ddb11aa1a57d2ad0721e1b68f160ff85675fa168bab1dfda804e63567aaa762d'
checksum = '4a4e41d3881b17b4338a126587d2c4d5bf45c221f1fb29c1d6781657250b2bdc6c5304ca8c688acd756e95eff6a5c16b80bd74b31324d333f1bdd2de9d5e331c'
checksumType = 'sha512'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit f52e78c

Please sign in to comment.