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 Aug 28, 2024
1 parent 0fc98e9 commit 4e40efc
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>9.6.1</version>
<version>10.0.1</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_9.6.1.exe'
url = 'https://lcdn.icons8.com/setup/LunacySetup_10.0.1.exe'
softwareName = 'Lunacy'
checksum = '456893fe0b3f56ca9768a00cca2dec5fc95fca5275623e66b6bf5a7b78e12a7983ffd7edb1e4d51244c2b397c569b6d252befd6553164cb7d8762f953716df12'
checksum = '235ce920205e054fee9c82ff33b6cb82683ce5b7637a8f3f7443803573d235e039f72cd3c41493dab1b5023c9e8fa9f2991be7f1c72d66a45a64313bfdca8784'
checksumType = 'sha512'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit 4e40efc

Please sign in to comment.