File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
25
25
- name : PostgREST - download ubuntu binary archive (arm)
26
26
get_url :
27
- url : " https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-ubuntu-20.04- aarch64.tar.xz"
27
+ url : " https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-ubuntu-aarch64.tar.xz"
28
28
dest : /tmp/postgrest-{{ postgrest_release }}-arm64.tar.xz
29
29
checksum : " {{ postgrest_arm_release_checksum }}"
30
30
timeout : 60
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ postgres_major:
9
9
10
10
# Full version strings for each major version
11
11
postgres_release :
12
- postgresorioledb-17 : " 17.5.1.007-orioledb-rc-3 "
13
- postgres17 : " 17.4.1.067-rc-3 "
14
- postgres15 : " 15.8.1.127-rc-3 "
12
+ postgresorioledb-17 : " 17.5.1.007-orioledb-rc-4 "
13
+ postgres17 : " 17.4.1.067-rc-4 "
14
+ postgres15 : " 15.8.1.127-rc-4 "
15
15
16
16
# Non Postgres Extensions
17
17
pgbouncer_release : " 1.19.0"
You can’t perform that action at this time.
0 commit comments