aaronparker / evergreen

Create evergreen Windows image build pipelines with the latest version numbers and download URLs for common applications
http://stealthpuppy.com/evergreen/
MIT License
375 stars 64 forks source link

[New app]: PostgreSQL Global Development Group psqlodbc #747

Open bmitchell76 opened 5 days ago

bmitchell76 commented 5 days ago

What is the new application?

PostgreSQL Global Development Group psqlodbc driver

Vendor site

https://www.postgresql.org/ftp/odbc/releases/

Does the vendor require a sign-in to download the app?

No

Does the application include an updater?

No

Have you reviewed the list of supported applications?

aaronparker commented 4 days ago

I can't find a source to use to query for updates

AScott-WWF commented 2 days ago

This looks like a task for Nevergreen... @bmitchell76 if you use the Nevergreen PowerShell module, you could save the script I have just posted here (https://github.com/DanGough/Nevergreen/issues/121) into your .\Modules\Nevergreen\\\Apps\ folder as Get-PostgreSQL.ps1 - until this script gets included into a future Nevergreen release.

bmitchell76 commented 2 days ago

Thanks @AScott-WWF, I'll check it out.