Skip to content

Commit

Permalink
AU: 2 updated - automouseclick magicsplat-tcl-tk
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 14, 2024
1 parent 9f1e6fb commit e394037
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.20240406</version>
<version>99.1.4.20240414</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 = '8C5B08BA3F3BEACF1D78DCDECDA433B55873445FFE42D0B0B18B1FA30D55970C'
checksum = 'F50DC28786D3AD77F4EDB01CC5F3CC7E0864C7A776D95D2AF53A36CCF299B005'
checksumType = 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
Expand Down
8 changes: 4 additions & 4 deletions automatic/magicsplat-tcl-tk/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Download:

x32: https://master.dl.sourceforge.net/project/magicsplat/magicsplat-tcl/tcl-8.6.13-installer-1.13.0-x86.msi?viasf=1
x64: https://gigenet.dl.sourceforge.net/project/magicsplat/magicsplat-tcl/tcl-8.6.13-installer-1.13.0-x64.msi
x32: https://master.dl.sourceforge.net/project/magicsplat/magicsplat-tcl/tcl-8.6.14-installer-1.14.0-x86.msi?viasf=1
x64: https://cfhcable.dl.sourceforge.net/project/magicsplat/magicsplat-tcl/tcl-8.6.14-installer-1.14.0-x64.msi

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
checksum32: 50D012ED345420B8D7906C5337994478C2A4E31FB3C27227F1DD4EF96B8FBDCD
checksum64: AD4F1725899C6F42B85E366BB354BD183D806BF6773904835B6D558B24D7B016
checksum32: 95F43D36B8FB2FF95E34419814B62FB6ADD33B746325D3BF15D6CA87C51B48AA
checksum64: CDD3ADC780251FE30F430581F30FD70D9E8D387E00EACD3EA1595D701F4F5858

File 'LICENSE.txt' is obtained from the software installer.
2 changes: 1 addition & 1 deletion automatic/magicsplat-tcl-tk/magicsplat-tcl-tk.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>magicsplat-tcl-tk</id>
<version>1.13.0</version>
<version>1.14.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/magicsplat-tcl-tk</packageSourceUrl>
<owners>chtof</owners>
<title>Magicsplat Tcl/Tk</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/magicsplat-tcl-tk/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"

file = "$toolsDir\tcl-8.6.13-installer-1.13.0-x86.msi"
file = "$toolsDir\tcl-8.6.14-installer-1.14.0-x86.msi"
filetype = 'MSI'
file64 = "$toolsDir\tcl-8.6.13-installer-1.13.0-x64.msi"
file64 = "$toolsDir\tcl-8.6.14-installer-1.14.0-x64.msi"
filetype64 = 'MSI'

silentArgs = "ALLUSERS=1 APPLICATIONFOLDER=C:\Progra~1\Tcl /qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down

0 comments on commit e394037

Please sign in to comment.