Skip to content

Commit

Permalink
AU-dotnet: 4 updated
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
flcdrg committed Oct 17, 2024
1 parent d2dd8ee commit 0ed03a7
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 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>10.4.2.390</version>
<version>10.4.3.391</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/PDFXchangeEditor</packageSourceUrl>
<owners>flcdrg</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 @@ -14,10 +14,10 @@ $primaryDownloadUrl = "https://downloads.pdf-xchange.com/$filename"
$primaryDownloadUrl64 = "https://downloads.pdf-xchange.com/$filename64"
$url = "https://builds-archive.tracker-software.com/$version/$filename"
$url64 = "https://builds-archive.tracker-software.com/$version/$filename64"
$checksum = 'F88BC5AA47BE80959E6E26BC483F5707D25C7B2F2849BC0EFB2309BAD0AC195D'
$checksum64 = 'A114ECBB2B6843306E2ABA86D042DBDC8E89704D600B20B4936AEB7986F92F8E'
$lastModified32 = New-Object -TypeName DateTimeOffset 2024, 10, 8, 23, 9, 32, 0 # Last modified time corresponding to this package version
$lastModified64 = New-Object -TypeName DateTimeOffset 2024, 10, 8, 23, 8, 35, 0 # Last modified time corresponding to this package version
$checksum = '09D5D9212F38E56185DAFF98E15841E2E5476C31DF0CF8539A74138EB1B229BE'
$checksum64 = 'C37E587A487A07A0327CCB09E6A6BDE3EDC40FC20E6E4E9EE624CE413AB8F3F9'
$lastModified32 = New-Object -TypeName DateTimeOffset 2024, 10, 16, 1, 21, 13, 0 # Last modified time corresponding to this package version
$lastModified64 = New-Object -TypeName DateTimeOffset 2024, 10, 16, 1, 20, 3, 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>10.4.2.390</version>
<version>10.4.3.391</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/PDFXchangePro</packageSourceUrl>
<owners>flcdrg</owners>
<title>PDF-XChange Pro</title>
Expand Down
8 changes: 4 additions & 4 deletions PDFXchangePro/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ $primaryDownloadUrl = "https://downloads.pdf-xchange.com/$filename"
$primaryDownloadUrl64 = "https://downloads.pdf-xchange.com/$filename64"
$url = "https://builds-archive.tracker-software.com/$version/$filename"
$url64 = "https://builds-archive.tracker-software.com/$version/$filename64"
$checksum = 'ECFA8DA8A435EE8ABC4D6BD6719E89E1EC2316112A2F3E233BA502B698F9F396'
$checksum64 = 'AC0DAA49FE1D389C6B244BF75F9578686CF4F30FDCA94D7864EB4B8C5A15E762'
$lastModified32 = New-Object -TypeName DateTimeOffset 2024, 10, 8, 23, 10, 16, 0 # Last modified time corresponding to this package version
$lastModified64 = New-Object -TypeName DateTimeOffset 2024, 10, 8, 23, 10, 47, 0 # Last modified time corresponding to this package version
$checksum = 'DF59197C195763D022100C231B0956ABB92DD679B88786FC8A83B05AB984B5DD'
$checksum64 = '977AD6B3BF474D01C2EDB1AB358B502DB515C1660CD73A4E2E41860DFD004D6B'
$lastModified32 = New-Object -TypeName DateTimeOffset 2024, 10, 16, 1, 23, 32, 0 # Last modified time corresponding to this package version
$lastModified64 = New-Object -TypeName DateTimeOffset 2024, 10, 16, 1, 24, 18, 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 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>2024.10.14</version>
<version>2024.10.15</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/sqltoolbelt</packageSourceUrl>
<owners>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/2024-10-14/SQLToolbelt.exe'
$checksum = '1A0D5F44D7768B9DCCEE428BDB24213EFD8FB1CDBEF955D44EC08A04756535A5'
$url = 'https://download.red-gate.com/installers/SQLToolbelt/2024-10-15/SQLToolbelt.exe'
$checksum = '3AB006E912FEF5640BFC03EA625917854F6F30FCD6D52201F70C765999713576'

$validProductPackageNames = @(
"SQL Compare",
Expand Down
2 changes: 1 addition & 1 deletion stripe-cli/stripe-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>stripe-cli</id>
<version>1.21.8</version>
<version>1.21.9</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/stripe-cli</packageSourceUrl>
<owners>flcdrg</owners>
<title>Stripe CLI</title>
Expand Down

0 comments on commit 0ed03a7

Please sign in to comment.