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 Oct 23, 2019
1 parent 895d281 commit 26324ca
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 @@
"5d9cb4dc-28be190"|4.4.1
"5db08b75-2db64e8"|4.5
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.4.1</version>
<version>4.5</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 = '09E047D610E74E52CE13347C81D9DB48C32F6C43CB120056DBF3FCD6EB0E0BAED57CBA757FD02ECBF2C1F2AD07FF3C2DB08C647963DAE1E200C8B171C9EBDDB7'
checksum = 'D77A6E82247B968FC9612789A4AA0C24A518F1A80668A149DB628A1EF5DB089248623AE0C42B558FFA24CA7946FF688A336C5A41DFDD928A3879D31738D545E4'
checksumType = 'sha512'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit 26324ca

Please sign in to comment.