Skip to content

Commit

Permalink
AU: 2 updated - automouseclick orfeo-toolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 29, 2024
1 parent 15c4f0f commit 9469fb7
Show file tree
Hide file tree
Showing 4 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.20240228</version>
<version>99.1.4.20240229</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 = '029A41F5613A5FC326C9D6F6B6A84014CDBB48292D6CDA96056570D7BAC05428'
checksum = 'F4E6A2B103E658B5157EB0EB5833A037945B7BE19480C499944FF843A456C6E3'
checksumType = 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
Expand Down
2 changes: 1 addition & 1 deletion automatic/orfeo-toolbox/orfeo-toolbox.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>orfeo-toolbox</id>
<version>8.1.2</version>
<version>9.0.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/orfeo-toolbox</packageSourceUrl>
<owners>chtof</owners>
<title>Orfeo ToolBox</title>
Expand Down
6 changes: 3 additions & 3 deletions automatic/orfeo-toolbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$version = '8.1.2'
$version = '9.0.0'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = "$toolsDir"

url64 = 'https://www.orfeo-toolbox.org/packages/OTB-8.1.2-Win64.zip'
checksum64 = 'de1752f09102fdf1cedb2a472e0539ec849d103c3194e4a8d7feb7875b9bced0'
url64 = 'https://www.orfeo-toolbox.org/packages/OTB-9.0.0-Win64.zip'
checksum64 = '416076eb20732bd655140911eec0e242527df5fa19615a2d241840bfcc8ecf0c'
checksumType64= 'sha256'
}

Expand Down

0 comments on commit 9469fb7

Please sign in to comment.