Skip to content

Commit

Permalink
AU: 2 updated - dotnetdeveloperbundle PDFXchangeEditor
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Jul 5, 2018
1 parent 370849b commit e83231d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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>7.0.325.1</version>
<version>7.0.326.0</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/PDFXchangeEditor</packageSourceUrl>
<owners>flcdrg, calwell</owners>
<title>PDF-XChange Editor</title>
Expand Down
8 changes: 4 additions & 4 deletions PDFXchangeEditor/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion dotnetdeveloperbundle/dotnetdeveloperbundle.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>dotnetdeveloperbundle</id>
<version>2.2.0.2468</version>
<version>2.2.0.2473</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/dotnetdeveloperbundle</packageSourceUrl>
<owners>kscelfo, flcdrg</owners>
<title>.NET Developer Bundle</title>
Expand Down
6 changes: 3 additions & 3 deletions dotnetdeveloperbundle/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit e83231d

Please sign in to comment.