chore: make Prettier
[webi-installers/.git] / postgres / releases.js
index 87b796460860a679bc5e2906c4e76c5780b0480a..2b035c6be2bccb94012c626048627065968225e5 100644 (file)
@@ -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 =