From 7d47a2490987a6721dfab019ca17f4b0c9ae6a27 Mon Sep 17 00:00:00 2001 From: David Gardiner Date: Sat, 27 Jan 2024 14:23:23 +1030 Subject: [PATCH] Update PDF again --- PDFXchangeEditor/tools/chocolateyInstall.ps1 | 4 ++-- PDFXchangePro/tools/chocolateyInstall.ps1 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PDFXchangeEditor/tools/chocolateyInstall.ps1 b/PDFXchangeEditor/tools/chocolateyInstall.ps1 index 77e55bd9..ca590c5a 100644 --- a/PDFXchangeEditor/tools/chocolateyInstall.ps1 +++ b/PDFXchangeEditor/tools/chocolateyInstall.ps1 @@ -16,8 +16,8 @@ $url = "https://builds-archive.tracker-software.com/$version/$filename" $url64 = "https://builds-archive.tracker-software.com/$version/$filename64" $checksum = '99575D900892C905EB3E98C40A94D28B81537795400BD916A6F86D7234A1D60B' $checksum64 = 'ACF1306E841B4890C7522D978C2D9CDB381256D42417711E3463732C53ADC1F8' -$lastModified32 = New-Object -TypeName DateTimeOffset 2024, 1, 9, 0, 6, 29, 0 # Last modified time corresponding to this package version -$lastModified64 = New-Object -TypeName DateTimeOffset 2024, 1, 9, 0, 5, 44, 0 # Last modified time corresponding to this package version +$lastModified32 = New-Object -TypeName DateTimeOffset 2024, 1, 23, 1, 12, 54, 0 # Last modified time corresponding to this package version +$lastModified64 = New-Object -TypeName DateTimeOffset 2024, 1, 23, 1, 11, 47, 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/PDFXchangePro/tools/chocolateyInstall.ps1 b/PDFXchangePro/tools/chocolateyInstall.ps1 index ab2280c4..6d0db784 100755 --- a/PDFXchangePro/tools/chocolateyInstall.ps1 +++ b/PDFXchangePro/tools/chocolateyInstall.ps1 @@ -16,8 +16,8 @@ $url = "https://builds-archive.tracker-software.com/$version/$filename" $url64 = "https://builds-archive.tracker-software.com/$version/$filename64" $checksum = 'F2BCCF5472BF113F1A4CCDB74AACE341D50696E23B5EF90D710570E258D659E1' $checksum64 = '76682219FD8226AAED9C6D226D9FADD93D9A39A3E58278F54D2B218FAA24900B' -$lastModified32 = New-Object -TypeName DateTimeOffset 2024, 1, 9, 0, 7, 1, 0 # Last modified time corresponding to this package version -$lastModified64 = New-Object -TypeName DateTimeOffset 2024, 1, 9, 0, 7, 13, 0 # Last modified time corresponding to this package version +$lastModified32 = New-Object -TypeName DateTimeOffset 2024, 1, 23, 1, 13, 15, 0 # Last modified time corresponding to this package version +$lastModified64 = New-Object -TypeName DateTimeOffset 2024, 1, 23, 1, 13, 34, 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.