mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
more postgres versions (#1193)
* more postgres versions * omit these (not in earlier releases)
This commit is contained in:
parent
35c13cb436
commit
098cf32a15
|
@ -3,7 +3,11 @@ distributable:
|
||||||
|
|
||||||
strip-components: 1
|
strip-components: 1
|
||||||
versions:
|
versions:
|
||||||
- 15.2 # need to hardcode this version, because no easy way to get the tag yet
|
- 15.2 # need to hardcode this version, because no easy way to get the tag yet
|
||||||
|
- 14.7
|
||||||
|
- 13.10
|
||||||
|
- 12.14
|
||||||
|
- 11.19
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
openssl.org: ^1.0.1
|
openssl.org: ^1.0.1
|
||||||
|
@ -45,7 +49,6 @@ provides:
|
||||||
- bin/dropuser
|
- bin/dropuser
|
||||||
- bin/ecpg
|
- bin/ecpg
|
||||||
- bin/initdb
|
- bin/initdb
|
||||||
- bin/pg_amcheck
|
|
||||||
- bin/pg_archivecleanup
|
- bin/pg_archivecleanup
|
||||||
- bin/pg_basebackup
|
- bin/pg_basebackup
|
||||||
- bin/pg_config
|
- bin/pg_config
|
||||||
|
@ -62,7 +65,6 @@ provides:
|
||||||
- bin/pg_test_fsync
|
- bin/pg_test_fsync
|
||||||
- bin/pg_test_timing
|
- bin/pg_test_timing
|
||||||
- bin/pg_upgrade
|
- bin/pg_upgrade
|
||||||
- bin/pg_verifybackup
|
|
||||||
- bin/pg_waldump
|
- bin/pg_waldump
|
||||||
- bin/pgbench
|
- bin/pgbench
|
||||||
- bin/postgres
|
- bin/postgres
|
||||||
|
|
Loading…
Reference in a new issue