Skip to content

Commit

Permalink
AU: 1 updated - mirth.install
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Jan 15, 2021
1 parent 93a3c7b commit c7eb991
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions mirth.install/mirth.install.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>mirth.install</id>
<version>3.10.0</version>
<version>3.10.1</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/mirth.install</packageSourceUrl>
<owners>flcdrg</owners>
<title>Mirth Connect (Install)</title>
Expand Down Expand Up @@ -49,7 +49,7 @@ Our NextGen Connect fundamentals and advanced certification training courses ena

This package installs Mirth Connect Server, Mirth Connect Server Manager and Mirth Connect CLI, but not the Mirth Connect Administrator Launcher
</description>
<releaseNotes>https://github.com/nextgenhealthcare/connect/wiki/3.10.0---What&#39;s-New</releaseNotes>
<releaseNotes>https://github.com/nextgenhealthcare/connect/wiki/3.10.1---What&#39;s-New</releaseNotes>
<dependencies>
<dependency id="openjdk" version="11.0" />
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions mirth.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'; # stop on all errors
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = 'https://s3.amazonaws.com/downloads.mirthcorp.com/connect/3.10.0.b2566/mirthconnect-3.10.0.b2566-windows.exe'
$url64 = 'https://s3.amazonaws.com/downloads.mirthcorp.com/connect/3.10.0.b2566/mirthconnect-3.10.0.b2566-windows-x64.exe'
$checksum = '86f8f333b3faf745f4ae906483f17ede2d286ac4ad232d396e6fb49b42bcceb3'
$checksum64 = '290fc631bb42d777796522425f070c86f71673db1c9571bbb344ff6090702cc5'
$url = 'https://s3.amazonaws.com/downloads.mirthcorp.com/connect/3.10.1.b280/mirthconnect-3.10.1.b280-windows.exe'
$url64 = 'https://s3.amazonaws.com/downloads.mirthcorp.com/connect/3.10.1.b280/mirthconnect-3.10.1.b280-windows-x64.exe'
$checksum = 'cd3e582ce6b9606dfb804d010ef065e7c632c99d3fa366f8ffeccdaad5e54b3d'
$checksum64 = '54db2d7956a17d24e9976ff9404ce99d81dc1451b1459092c1a71a240fab689b'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down

0 comments on commit c7eb991

Please sign in to comment.