mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
ref(releases): add classification helpers: _names, _version, _filenames
This commit is contained in:
@@ -75,6 +75,7 @@ module.exports = async function () {
|
||||
download: '',
|
||||
},
|
||||
].map(function (rel) {
|
||||
rel._version = `${rel.version}-1`;
|
||||
rel.download =
|
||||
'https://get.enterprisedb.com/postgresql/' +
|
||||
rel.name +
|
||||
@@ -82,6 +83,7 @@ module.exports = async function () {
|
||||
return rel;
|
||||
}),
|
||||
download: '',
|
||||
_names: ['PostgreSQL', 'postgresql', 'Postgres', 'postgres', 'binaries'],
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user