Skip to content

Commit

Permalink
AU: 4 updated - mirth PDFXchangeEditor PDFXchangePro sqltoolbelt
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Jan 15, 2021
1 parent c7eb991 commit 7bab662
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion PDFXchangeEditor/PDFXchangeEditor.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>PDFXchangeEditor</id>
<version>8.0.343.0</version>
<version>9.0.350.0</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/PDFXchangeEditor</packageSourceUrl>
<owners>flcdrg</owners>
<title>PDF-XChange Editor</title>
Expand Down
12 changes: 6 additions & 6 deletions PDFXchangeEditor/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
$packageName = 'PDFXchangeEditor'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$version = $env:ChocolateyPackageVersion
$filename = 'EditorV8.x86.msi'
$filename64 = 'EditorV8.x64.msi'
$filename = 'EditorV9.x86.msi'
$filename64 = 'EditorV9.x64.msi'
$primaryDownloadUrl = "https://downloads.pdf-xchange.com/$filename"
$primaryDownloadUrl64 = "https://downloads.pdf-xchange.com/$filename64"
$url = "http://www.docu-track.co.uk/builds/$version/$filename"
$url64 = "http://www.docu-track.co.uk/builds/$version/$filename64"
$checksum = '1859A95BE389AE0927810813A10B27970C854C7B9B2A034593C60490DFF94337'
$checksum64 = '2121F8D7C35EA3E1AC5A688A39E1033B262A8B78F7E6E2DB31EE0E962B787C8A'
$lastModified32 = New-Object -TypeName DateTimeOffset 2020, 11, 19, 0, 23, 52, 0 # Last modified time corresponding to this package version
$lastModified64 = New-Object -TypeName DateTimeOffset 2020, 11, 19, 0, 23, 38, 0 # Last modified time corresponding to this package version
$checksum = 'A706028F4288D5AAE5EC1D56E4F321B86849BE99B0431351A3530A957DB76C0D'
$checksum64 = 'A682AFBD026837B17D97D8615B4C160B5AD5FD5CD5A460A3E37EBAF3B87B5BCF'
$lastModified32 = New-Object -TypeName DateTimeOffset 2021, 1, 14, 20, 43, 12, 0 # Last modified time corresponding to this package version
$lastModified64 = New-Object -TypeName DateTimeOffset 2021, 1, 14, 20, 44, 36, 0 # Last modified time corresponding to this package version

# Tracker Software have fixed download URLs, but if the binary changes we can fall back to their alternate (but slower) download site
# so the package doesn't break.
Expand Down
2 changes: 1 addition & 1 deletion PDFXchangePro/PDFXchangePro.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>PDFXchangePro</id>
<version>8.0.343.0</version>
<version>9.0.350.0</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/PDFXchangePro</packageSourceUrl>
<owners>flcdrg</owners>
<title>PDF-XChange Pro</title>
Expand Down
12 changes: 6 additions & 6 deletions PDFXchangePro/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
$packageName = 'PDFXchangePro'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$version = $env:ChocolateyPackageVersion
$filename = 'ProV8.x86.msi'
$filename64 = 'ProV8.x64.msi'
$filename = 'ProV9.x86.msi'
$filename64 = 'ProV9.x64.msi'
$primaryDownloadUrl = "https://downloads.pdf-xchange.com/$filename"
$primaryDownloadUrl64 = "https://downloads.pdf-xchange.com/$filename64"
$url = "http://www.docu-track.co.uk/builds/$version/$filename"
$url64 = "http://www.docu-track.co.uk/builds/$version/$filename64"
$checksum = 'D56BDFD76E98486BD245ED8DD53953DACC98F044587D6877A28D12973AA4E16F'
$checksum64 = 'A59DB721802A9BF7D477CC201DD505313F8487F815067088AE522483A785A731'
$lastModified32 = New-Object -TypeName DateTimeOffset 2020, 11, 19, 0, 36, 7, 0 # Last modified time corresponding to this package version
$lastModified64 = New-Object -TypeName DateTimeOffset 2020, 11, 19, 0, 36, 20, 0 # Last modified time corresponding to this package version
$checksum = '0801D65BA4015CD28F480A8DAE83364F99A769F6E63CEFBE592FB2457140795A'
$checksum64 = '19E67F63AA7BE8D24658569354D645D3537E59B348F095E2504F1F6234232ECC'
$lastModified32 = New-Object -TypeName DateTimeOffset 2021, 1, 14, 20, 45, 7, 0 # Last modified time corresponding to this package version
$lastModified64 = New-Object -TypeName DateTimeOffset 2021, 1, 14, 20, 44, 54, 0 # Last modified time corresponding to this package version

# Tracker Software have fixed download URLs, but if the binary changes we can fall back to their alternate (but slower) download site
# so the package doesn't break.
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>3.10.0</version>
<version>3.10.1</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/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="mirth.install" version="[3.10.0]" />
<dependency id="mirth.install" version="[3.10.1]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion sqltoolbelt/sqltoolbelt.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>sqltoolbelt</id>
<version>2021.01.12</version>
<version>2021.01.13</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/sqltoolbelt</packageSourceUrl>
<owners>kscelfo, flcdrg</owners>
<title>SQL Toolbelt</title>
Expand Down
4 changes: 2 additions & 2 deletions sqltoolbelt/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = 'https://download.red-gate.com/installers/SQLToolbelt/2021-01-12/SQLToolbelt.exe'
$checksum = 'EB91702EF62333D9E7D320A71308B731C5A7C6BBB859088FE2CDBD55153C1EFC'
$url = 'https://download.red-gate.com/installers/SQLToolbelt/2021-01-13/SQLToolbelt.exe'
$checksum = 'D83A53863FD0FB042440AFF82DE57E8D461C2D37AC39BEF62C0462834F70D723'

$validProductPackageNames = @(
"SQL Compare",
Expand Down

0 comments on commit 7bab662

Please sign in to comment.