Skip to content

Commit

Permalink
AU: 2 updated - automouseclick vcvrack
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 7, 2022
1 parent a983f91 commit f2fdf47
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.20220704</version>
<version>99.1.4.20220707</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 = '6A3F4DCD322BEAA6C40B9130BB089FC853CEB8C18D7AA95D2E99DA14DBC52029'
checksum = 'D93934C83931AC5514E313C99DEFFB54757CD111E2F5CEBC2A4B37E680758D81'
checksumType = 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
Expand Down
4 changes: 2 additions & 2 deletions automatic/vcvrack/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ in verifying that this package's contents are trustworthy.
Package can be verified like this:

1. Download:
x64: https://vcvrack.com/downloads/RackFree-2.0.6-win.exe
x64: https://vcvrack.com/downloads/RackFree-2.1.2-win.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: 45A8207EBD6BF886F892817742F63991B8C9AA72F0A430224F29F6D9A2A96A97
checksum64: 54E98B77D49D2EFD046925FF18C6C309097D89DF4AEFBC4D686945A7F1BF4D8A

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/VCVRack/Rack/v1/LICENSE.md
2 changes: 1 addition & 1 deletion automatic/vcvrack/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\RackFree-2.0.6-win.exe"
file64 = "$toolsDir\RackFree-2.1.2-win.exe"
silentArgs = '/S'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/vcvrack/vcvrack.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>vcvrack</id>
<version>2.0.6</version>
<version>2.1.2</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/vcvrack</packageSourceUrl>
<owners>chtof</owners>
<title>VCV Rack</title>
Expand Down

0 comments on commit f2fdf47

Please sign in to comment.