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
|
@ -4,6 +4,10 @@ distributable:
|
|||
strip-components: 1
|
||||
versions:
|
||||
- 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:
|
||||
openssl.org: ^1.0.1
|
||||
|
@ -45,7 +49,6 @@ provides:
|
|||
- bin/dropuser
|
||||
- bin/ecpg
|
||||
- bin/initdb
|
||||
- bin/pg_amcheck
|
||||
- bin/pg_archivecleanup
|
||||
- bin/pg_basebackup
|
||||
- bin/pg_config
|
||||
|
@ -62,7 +65,6 @@ provides:
|
|||
- bin/pg_test_fsync
|
||||
- bin/pg_test_timing
|
||||
- bin/pg_upgrade
|
||||
- bin/pg_verifybackup
|
||||
- bin/pg_waldump
|
||||
- bin/pgbench
|
||||
- bin/postgres
|
||||
|
|
Loading…
Reference in a new issue