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 Jun 20, 2019
1 parent 1515790 commit d24b9ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/lunacy/info
@@ -1 +1 @@
"5d07ff64-81c5b8"|4.0.1
"5d0a71e4-81c818"|4.0.2
2 changes: 1 addition & 1 deletion automatic/lunacy/lunacy.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>lunacy</id>
<version>4.0.1</version>
<version>4.0.2</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/lunacy</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Lunacy</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/lunacy/tools/chocolateyinstall.ps1
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
fileType = 'exe'
url = 'https://desk.icons8.com/lunacy/LunacySetup.exe'
softwareName = 'Lunacy'
checksum = '6EC065E6126D59B79C8212926C2678BE7806403A48BE7F67CB9BB42D54FA02ECD68288B5498363D75FCE46265983DC4850E53279146695ED10DA08914ED6C2ED'
checksum = 'C961CA5A44AC0C57A68A25F67A86406DFD1465E3FF0E4040FC4EAC1CEA28776ED74F07BCDA58DCAEF49D8B9F8395AD4D2D538253CD425E7032B9AC2292A6467A'
checksumType = 'sha512'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit d24b9ac

Please sign in to comment.