Skip to content

Commit

Permalink
AU: 2 updated - automouseclick kmymoney
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 27, 2022
1 parent a25d821 commit 28dd18e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/automouseclick/automouseclick.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>automouseclick</id>
<version>99.1.4.20221225</version>
<version>99.1.4.20221227</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/automouseclick</packageSourceUrl>
<owners>chtof</owners>
<title>Auto Mouse Click</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/automouseclick/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'https://www.murgee.com/auto-mouse-click/download/setup.exe'
checksum = 'F1C6DFBC53D030AB68D6F68F7DA34B1AEBAEA80FF8A863A6E059FE7552979704'
checksum = 'FC77BE217A2FA602E71DE73A0E6F2D20E054EC683953DE34EC039BBB9E981AA5'
checksumType = 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
Expand Down
2 changes: 1 addition & 1 deletion automatic/kmymoney/kmymoney.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>kmymoney</id>
<version>5.1.1629</version>
<version>5.1.1630</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/kmymoney</packageSourceUrl>
<owners>chtof</owners>
<title>KMyMoney</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/kmymoney/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ $packageName= 'kmymoney'

$packageArgs = @{
packageName = $packageName
url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-1629-windows-cl-msvc2019-x86_64.exe'
url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-1630-windows-cl-msvc2019-x86_64.exe'

checksumType = 'sha256'
checksum64 = 'cded204b6e5fb08b821e67ac76ba3426d86f2b47a97da99c74cb9815d2947450'
checksum64 = 'ad6b8c6cddebac57734f2b9eb53e02bd1cbc7e2df5ea708c4253f89011f5fbb9'
checksumType64 = 'sha256'

silentArgs = '/S'
Expand Down

0 comments on commit 28dd18e

Please sign in to comment.