Skip to content

Commit

Permalink
AU: 1 updated - epidata
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 23, 2021
1 parent 14b9a88 commit 5669143
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/epidata/epidata.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>epidata</id>
<version>4.6.0.5</version>
<version>4.6.0.6</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/epidata</packageSourceUrl>
<owners>chtof</owners>
<title>EpiData All-In-One (Manager, EntryClient and Analysis)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/epidata/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'http://www.epidata.dk/downloads/setup.all-in-one.4.6.0.5.exe'
checksum = '42f11c2eea70344bdec46d470f2ea61a08d570f5f215a46e059d8d9724bb7cd6'
url = 'http://www.epidata.dk/downloads/setup.all-in-one.4.6.0.6.exe'
checksum = 'b8a2e90ce7696c997fa141a8d1abdf439cee445d48d91a2610d7a15486ceee68'
checksumType = 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
Expand Down

0 comments on commit 5669143

Please sign in to comment.