File tree Expand file tree Collapse file tree 3 files changed +11
-12
lines changed Expand file tree Collapse file tree 3 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 2424
2525 - name : PostgREST - download ubuntu binary archive (arm)
2626 get_url :
27- url : " https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-ubuntu-aarch64.tar.xz"
27+ url : " https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-ubuntu-20.04- aarch64.tar.xz"
2828 dest : /tmp/postgrest-{{ postgrest_release }}-arm64.tar.xz
2929 checksum : " {{ postgrest_arm_release_checksum }}"
3030 timeout : 60
Original file line number Diff line number Diff line change 4848
4949 - name : PostgREST - download ubuntu binary archive (arm)
5050 get_url :
51- url : " https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-ubuntu-aarch64.tar.xz"
51+ url : " https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-ubuntu-20.04- aarch64.tar.xz"
5252 dest : /tmp/postgrest.tar.xz
5353 checksum : " {{ postgrest_arm_release_checksum }}"
5454 timeout : 60
5555 when : platform == "arm64"
5656
5757- name : PostgREST - download ubuntu binary archive (x86)
5858 get_url :
59- url : " https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-linux-static-x64 .tar.xz"
59+ url : " https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-linux-static-x86-64 .tar.xz"
6060 dest : /tmp/postgrest.tar.xz
6161 checksum : " {{ postgrest_x86_release_checksum }}"
6262 timeout : 60
Original file line number Diff line number Diff line change @@ -9,20 +9,19 @@ postgres_major:
99
1010# Full version strings for each major version
1111postgres_release :
12- postgresorioledb-17 : " 17.0.1.104 -orioledb"
13- postgres17 : " 17.4.1.054 "
14- postgres15 : " 15.8.1.111 "
12+ postgresorioledb-17 : " 17.0.1.105 -orioledb"
13+ postgres17 : " 17.4.1.055 "
14+ postgres15 : " 15.8.1.112 "
1515
1616# Non Postgres Extensions
1717pgbouncer_release : " 1.19.0"
1818pgbouncer_release_checksum : sha256:af0b05e97d0e1fd9ad45fe00ea6d2a934c63075f67f7e2ccef2ca59e3d8ce682
1919
20- # to get these use
21- # wget https://github.com/PostgREST/postgrest/releases/download/v12.2.3/postgrest-v12.2.3-ubuntu-aarch64.tar.xz -q -O- | sha1sum
22- # wget https://github.com/PostgREST/postgrest/releases/download/v12.2.3/postgrest-v12.2.3-linux-static-x64.tar.xz -q -O- | sha1sum
23- postgrest_release : " 12.2.3"
24- postgrest_arm_release_checksum : sha1:fbfd6613d711ce1afa25c42d5df8f1b017f396f9
25- postgrest_x86_release_checksum : sha1:61c513f91a8931be4062587b9d4a18b42acf5c05
20+ # The checksum can be found under "Assets", in the GitHub release page for each version:
21+ # https://github.com/PostgREST/postgrest/releases
22+ postgrest_release : " 12.2.12"
23+ postgrest_arm_release_checksum : sha256:6b2eaa5759329e024df76f79d93f6bb3d87a93de11433acc5d66aa6c96f81f90
24+ postgrest_x86_release_checksum : sha256:5de4092f1719da3353c40bf96c8dec6913f2254a7cd0b61cc05f233153b557d5
2625
2726gotrue_release : 2.177.0
2827gotrue_release_checksum : sha1:664a26237618c4bfb1e33e4f03a540c3cef3e3c8
You can’t perform that action at this time.
0 commit comments