Skip to content

Commit

Permalink
AU: 2 updated - automouseclick gnuplot
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 19, 2024
1 parent c5d9baf commit b659645
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.20240418</version>
<version>99.1.4.20240419</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 = 'B1EDAC297D968B607B801FC6F0EDA6A3435AF0847AA5A781B415203983849EC6'
checksum = 'BD5EA10E90D5CB455ACD9590136E3B0FBD16E6A6FFA7F7A7217EEBC96BD9263F'
checksumType = 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
Expand Down
2 changes: 1 addition & 1 deletion automatic/gnuplot/gnuplot.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>gnuplot</id>
<version>5.4.8</version>
<version>6.0.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/gnuplot</packageSourceUrl>
<owners>chtof</owners>
<title>Gnuplot</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/gnuplot/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Package can be verified like this:

1. Download:

x64: https://versaweb.dl.sourceforge.net/project/gnuplot/gnuplot/5.4.8/gp548-win64-mingw.exe
x64: https://gigenet.dl.sourceforge.net/project/gnuplot/gnuplot/6.0.0/gp600-win64-mingw.exe

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum type: sha256
checksum64: 5f226c3cda030dffbc99b6603d868ca4a6dd87203f07837394de08155934d417
checksum64: 9e64d7560094e9ba813862576fa379de8271521de21ccb2db475b39eaa1aa774

File 'LICENSE.txt' is obtained from:
https://sourceforge.net/p/gnuplot/gnuplot-main/ci/master/tree/Copyright?format=raw
2 changes: 1 addition & 1 deletion automatic/gnuplot/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file64 = "$toolsDir\gp548-win64-mingw.exe"
file64 = "$toolsDir\gp600-win64-mingw.exe"
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /MERGETASKS="modifypath"'
}

Expand Down

0 comments on commit b659645

Please sign in to comment.