Skip to content

Commit

Permalink
Bump postgres to v11.22
Browse files Browse the repository at this point in the history
  • Loading branch information
johha committed Nov 20, 2023
1 parent 0a2966d commit 6be695e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions config/blobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ nginx/pcre-8.45.tar.gz:
size: 2096552
object_id: a90f9f20-e23b-4755-59c7-101197325dab
sha: sha256:4e6ce03e0336e8b4a3d6c2b70b1c5e18590a5673a98186da90d4f33c23defc09
postgres/postgresql-11.21.tar.gz:
size: 26792160
object_id: f09b27ec-4351-499d-6414-8d5656e7f45c
sha: sha256:e48b5d5dc68cd5549ef6258facaaf7941ae8bd1cde56709203846167aa20af04
postgres/postgresql-11.22.tar.gz:
size: 26826810
object_id: d1f8d34c-b438-44e7-7672-5daea8a6da66
sha: sha256:6445a4e1533c1e8bb616d4a3784bdc4c0226b541f6f0c8d996d9f27d581d49c3
redis/7.2.3.tar.gz:
size: 3422683
object_id: 25d46db4-ccd7-45ce-6907-569564baedc4
Expand Down
2 changes: 1 addition & 1 deletion packages/libpq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ This file can be downloaded from the following locations:

| Filename | Download URL |
|-------------------------| ------------ |
| postgresql-11.21.tar.gz | https://ftp.postgresql.org/pub/source/v11.21/postgresql-11.21.tar.gz |
| postgresql-11.22.tar.gz | https://ftp.postgresql.org/pub/source/v11.22/postgresql-11.22.tar.gz |
2 changes: 1 addition & 1 deletion packages/libpq/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

function main() {
local pgversion
pgversion="postgresql-11.21"
pgversion="postgresql-11.22"

tar xzf "postgres/${pgversion}.tar.gz"

Expand Down
2 changes: 1 addition & 1 deletion packages/libpq/spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
name: libpq
files:
- postgres/postgresql-11.21.tar.gz
- postgres/postgresql-11.22.tar.gz

0 comments on commit 6be695e

Please sign in to comment.