From daf99e99514a7cda1862f7af26f5d61b8236a387 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Mon, 18 Nov 2024 19:37:23 +0000 Subject: [PATCH] AU: 1 updated - lunacy [skip ci] https://gist.github.com/AdmiringWorm/747b3ede98c9404e5cb6a399595e7ad1/1dd51b9df8f7b8ae85218ef125b0a3bdf6e03db1 --- automatic/lunacy/lunacy.nuspec | 2 +- automatic/lunacy/tools/chocolateyinstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/automatic/lunacy/lunacy.nuspec b/automatic/lunacy/lunacy.nuspec index 18aef8086..63c9332c5 100644 --- a/automatic/lunacy/lunacy.nuspec +++ b/automatic/lunacy/lunacy.nuspec @@ -3,7 +3,7 @@ lunacy - 10.5 + 10.6 https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/lunacy AdmiringWorm Lunacy diff --git a/automatic/lunacy/tools/chocolateyinstall.ps1 b/automatic/lunacy/tools/chocolateyinstall.ps1 index 8da655a47..7fc6c9680 100644 --- a/automatic/lunacy/tools/chocolateyinstall.ps1 +++ b/automatic/lunacy/tools/chocolateyinstall.ps1 @@ -3,9 +3,9 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - url = 'https://lcdn.icons8.com/setup/LunacySetup_10.5.exe' + url = 'https://lcdn.icons8.com/setup/LunacySetup_10.6.exe' softwareName = 'Lunacy' - checksum = '3b4c0c62c8bf6ff103c2da6af324dd2af077c4b47eb04d157ffdf16bf3e3efb89a1f935e2cf6402feb07847d07ba4fef84cf30ccd9e45a0567931be5354c2ed5' + checksum = '95c59909503932a33894074bf6be26ab4450ff9badfaa4a54a37e8157ff0ed52bd945c0a5013c049fc38940f2949bb10521f6ea79ad5d8f8402d7703e8b7d9b4' checksumType = 'sha512' silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"" validExitCodes = @(0)