mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-23 22:16:48 +00:00
fix postgres amd64
This commit is contained in:
+12
-1
@@ -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,17 @@ 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.13-1-osx-binaries.zip',
|
||||
version: '10.13',
|
||||
|
||||
Reference in New Issue
Block a user