Skip to content

Commit

Permalink
AU: 1 updated - cellprofiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 23, 2021
1 parent b2c5a7c commit 966df52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/cellprofiler/cellprofiler.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>cellprofiler</id>
<version>4.2.0</version>
<version>4.2.1</version>
<packageSourceUrl>https://github.com/ITS-Unibas/chocolatey-community-packages/tree/master/automatic/cellprofiler</packageSourceUrl>
<owners>ITS-Unibas</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/cellprofiler/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ $packageArgs = @{
packageName = $packageName
unzipLocation = $toolsDir
fileType = 'EXE'
url = 'https://cellprofiler-releases.s3.amazonaws.com/CellProfiler-Windows-4.2.0.exe'
url = 'https://cellprofiler-releases.s3.amazonaws.com/CellProfiler-Windows-4.2.1.exe'
silentArgs = '/VERYSILENT /NORESTART /NOCANCEL'
validExitCodes = @(0)
softwareName = 'Cellprofiler*'
checksum = '05e3af13d6548673b5cd2be840d9b48b962719794834d6b601ba06ec38c71937'
checksum = '1dab0892787b03d500eb4ac96848561459faace9588b22ab1bc08d4aaa6f6687'
checksumType = 'sha256'
}

Expand Down

0 comments on commit 966df52

Please sign in to comment.