X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=postgres%2Freleases.js;h=2b035c6be2bccb94012c626048627065968225e5;hb=05b8f37fb5d32c221a8f32ffffeb03b1f1eae614;hp=87b796460860a679bc5e2906c4e76c5780b0480a;hpb=6b6a9d7a1a5824ad807d21714f1649bb9e9f2abe;p=webi-installers%2F.git diff --git a/postgres/releases.js b/postgres/releases.js index 87b7964..2b035c6 100644 --- a/postgres/releases.js +++ b/postgres/releases.js @@ -9,7 +9,7 @@ module.exports = async function () { return { releases: [ { - name: 'postgresql-10.12-1-linux-binaries.tar.gz', + name: 'postgresql-10.12-1-linux-x64-binaries.tar.gz', version: '10.12', lts: false, channel: 'stable', @@ -19,6 +19,28 @@ module.exports = async function () { ext: 'tar', download: '' }, + { + name: 'postgresql-10.12-1-linux-binaries.tar.gz', + version: '10.12', + lts: false, + channel: 'stable', + date: '', + os: 'linux', + arch: 'x86', + ext: 'tar', + download: '' + }, + { + name: 'postgresql-10.12-1-osx-binaries.zip', + version: '10.12', + lts: false, + channel: 'stable', + date: '', + os: 'macos', + arch: 'amd64', + ext: 'zip', + download: '' + }, { name: 'postgresql-10.13-1-osx-binaries.zip', version: '10.13', @@ -29,6 +51,28 @@ module.exports = async function () { arch: 'amd64', ext: 'zip', download: '' + }, + { + name: 'postgresql-11.8-1-osx-binaries.zip', + version: '11.8', + lts: false, + channel: 'stable', + date: '', + os: 'macos', + arch: 'amd64', + ext: 'zip', + download: '' + }, + { + name: 'postgresql-12.3-1-osx-binaries.zip', + version: '12.3', + lts: false, + channel: 'stable', + date: '', + os: 'macos', + arch: 'amd64', + ext: 'zip', + download: '' } ].map(function (rel) { rel.download =