Skip to content

Commit

Permalink
AU-dotnet: 2 updated
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
flcdrg committed Sep 24, 2024
1 parent 4672907 commit b33676d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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>4.5.1</version>
<version>4.5.2</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/4.5.1---What&#39;s-New</releaseNotes>
<releaseNotes>https://github.com/nextgenhealthcare/connect/wiki/4.5.2---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/4.5.1.b332/mirthconnect-4.5.1.b332-windows-x32.exe'
$url64 = 'https://s3.amazonaws.com/downloads.mirthcorp.com/connect/4.5.1.b332/mirthconnect-4.5.1.b332-windows-x64.exe'
$checksum = 'b07683ed590d831156733b75bfce2d3eeea5a3ce34d527e4145078d5e7ee5c81'
$checksum64 = '09d6f4d42e3aab5b32a0ac6112f504dca5f0cf18f6eadaa375d1d3425ef1c13d'
$url = 'https://s3.amazonaws.com/downloads.mirthcorp.com/connect/4.5.2.b363/mirthconnect-4.5.2.b363-windows-x32.exe'
$url64 = 'https://s3.amazonaws.com/downloads.mirthcorp.com/connect/4.5.2.b363/mirthconnect-4.5.2.b363-windows-x64.exe'
$checksum = '3ddedb8b4bfc4a349ac12b87a6b5dcb24337126366cbd47594cf59f1916e9483'
$checksum64 = '69bb832d56f28c2c840e523efa4d7c72d47cd0b2bcd2babed16abe41e4d1a535'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
6 changes: 3 additions & 3 deletions mirth/mirth.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</id>
<version>4.5.1</version>
<version>4.5.2</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/mirth</packageSourceUrl>
<owners>flcdrg</owners>
<title>Mirth Connect</title>
Expand Down Expand Up @@ -49,9 +49,9 @@ 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/4.5.1---What&#39;s-New</releaseNotes>
<releaseNotes>https://github.com/nextgenhealthcare/connect/wiki/4.5.2---What&#39;s-New</releaseNotes>
<dependencies>
<dependency id="mirth.install" version="[4.5.1]" />
<dependency id="mirth.install" version="[4.5.2]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit b33676d

Please sign in to comment.