From e83231dcdb1525c1f1b055ab23ff909200338a11 Mon Sep 17 00:00:00 2001 From: flcdrg Date: Thu, 5 Jul 2018 00:08:37 +0000 Subject: [PATCH] AU: 2 updated - dotnetdeveloperbundle PDFXchangeEditor [skip ci] https://gist.github.com/7d00c69c2cde8309a8594abaa897a9a6/da4536d31301d7bf2301f81ffb9eb6b58ee09eb0 --- PDFXchangeEditor/PDFXchangeEditor.nuspec | 2 +- PDFXchangeEditor/tools/chocolateyInstall.ps1 | 8 ++++---- dotnetdeveloperbundle/dotnetdeveloperbundle.nuspec | 2 +- dotnetdeveloperbundle/tools/chocolateyinstall.ps1 | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/PDFXchangeEditor/PDFXchangeEditor.nuspec b/PDFXchangeEditor/PDFXchangeEditor.nuspec index 0fefdaed..48284a83 100644 --- a/PDFXchangeEditor/PDFXchangeEditor.nuspec +++ b/PDFXchangeEditor/PDFXchangeEditor.nuspec @@ -3,7 +3,7 @@ PDFXchangeEditor - 7.0.325.1 + 7.0.326.0 https://github.com/flcdrg/au-packages/tree/master/PDFXchangeEditor flcdrg, calwell PDF-XChange Editor diff --git a/PDFXchangeEditor/tools/chocolateyInstall.ps1 b/PDFXchangeEditor/tools/chocolateyInstall.ps1 index f3d3e055..0539c686 100644 --- a/PDFXchangeEditor/tools/chocolateyInstall.ps1 +++ b/PDFXchangeEditor/tools/chocolateyInstall.ps1 @@ -8,10 +8,10 @@ $primaryDownloadUrl = "http://downloads.pdf-xchange.com/$filename" $primaryDownloadUrl64 = "http://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 = '79AC24E9C12996BA297AC140ACC5D383F7E7E6B1ACBC02EC00D8821F9EB835CE' -$checksum64 = 'B80E11F6A36181943B0AEAE09C2A1C413AC61943F185D81688719905E2B28276' -$lastModified32 = New-Object -TypeName DateTimeOffset 2018, 4, 24, 22, 13, 36, 0 # Last modified time corresponding to this package version -$lastModified64 = New-Object -TypeName DateTimeOffset 2018, 4, 24, 22, 15, 53, 0 # Last modified time corresponding to this package version +$checksum = '37a31a69a395c35fe7a11289b23e0cdc3e83825f937426282103fd95a97432bb' +$checksum64 = '03418441e2fae48637a4d5e3af951f94af9d37cd17c603c040ac7c2693a9f1d6' +$lastModified32 = New-Object -TypeName DateTimeOffset 2018, 7, 4, 21, 38, 54, 0 # Last modified time corresponding to this package version +$lastModified64 = New-Object -TypeName DateTimeOffset 2018, 7, 4, 21, 39, 17, 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. diff --git a/dotnetdeveloperbundle/dotnetdeveloperbundle.nuspec b/dotnetdeveloperbundle/dotnetdeveloperbundle.nuspec index 93ea67dc..8edce73b 100644 --- a/dotnetdeveloperbundle/dotnetdeveloperbundle.nuspec +++ b/dotnetdeveloperbundle/dotnetdeveloperbundle.nuspec @@ -3,7 +3,7 @@ dotnetdeveloperbundle - 2.2.0.2468 + 2.2.0.2473 https://github.com/flcdrg/au-packages/tree/master/dotnetdeveloperbundle kscelfo, flcdrg .NET Developer Bundle diff --git a/dotnetdeveloperbundle/tools/chocolateyinstall.ps1 b/dotnetdeveloperbundle/tools/chocolateyinstall.ps1 index 1461c206..1fd19fc9 100644 --- a/dotnetdeveloperbundle/tools/chocolateyinstall.ps1 +++ b/dotnetdeveloperbundle/tools/chocolateyinstall.ps1 @@ -1,9 +1,9 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$checksum = '08EBF5A2C5F9374AF96DA7C319E35B1B27D422F51BE04A9F848C346CEC3572C7' +$checksum = '257D963AB78505E5952914809B82C129B84CDDA73C705BC07E406F2D49199EA2' $primaryDownloadUrl = 'https://download.red-gate.com/DotNETDeveloperBundle.exe' -$secondaryDownloadUrl = 'ftp://support.red-gate.com/patches/DotNETDeveloperBundle/19Jun2018/DotNETDeveloperBundle.exe' -$packageVersionLastModified = New-Object -TypeName DateTimeOffset 2018, 6, 19, 14, 9, 17, 0 # Last modified time corresponding to this package version +$secondaryDownloadUrl = 'ftp://support.red-gate.com/patches/DotNETDeveloperBundle/04Jul2018/DotNETDeveloperBundle.exe' +$packageVersionLastModified = New-Object -TypeName DateTimeOffset 2018, 7, 4, 14, 19, 47, 0 # Last modified time corresponding to this package version $pp = Get-PackageParameters