File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 50
50
51
51
- name : PostgREST - download ubuntu binary archive (x86)
52
52
get_url :
53
- url : " https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-linux-static-x64 .tar.xz"
53
+ url : " https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-linux-static-x86-64 .tar.xz"
54
54
dest : /tmp/postgrest.tar.xz
55
55
checksum : " {{ postgrest_x86_release_checksum }}"
56
56
timeout : 60
Original file line number Diff line number Diff line change @@ -9,20 +9,20 @@ postgres_major:
9
9
10
10
# Full version strings for each major version
11
11
postgres_release :
12
- postgresorioledb-17 : " 17.0.1.57 -orioledb"
13
- postgres17 : " 17.4.1.007 "
14
- postgres15 : " 15.8.1.064 "
12
+ postgresorioledb-17 : " 17.0.1.58 -orioledb"
13
+ postgres17 : " 17.4.1.008 "
14
+ postgres15 : " 15.8.1.065 "
15
15
16
16
# Non Postgres Extensions
17
17
pgbouncer_release : " 1.19.0"
18
18
pgbouncer_release_checksum : sha256:af0b05e97d0e1fd9ad45fe00ea6d2a934c63075f67f7e2ccef2ca59e3d8ce682
19
19
20
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
21
+ # wget https://github.com/PostgREST/postgrest/releases/download/v12.2.8 /postgrest-v12.2.8 -ubuntu-aarch64.tar.xz -q -O- | sha1sum
22
+ # wget https://github.com/PostgREST/postgrest/releases/download/v12.2.8 /postgrest-v12.2.8 -linux-static-x86-64 .tar.xz -q -O- | sha1sum
23
+ postgrest_release : " 12.2.8 "
24
+ postgrest_arm_release_checksum : sha1:56e72424ce301886539dd0d4e8a9308119298d8e
25
+ postgrest_x86_release_checksum : sha1:6200d4e35673b20718f4ac90815b96cc85f035b6
26
26
27
27
gotrue_release : 2.170.0
28
28
gotrue_release_checksum : sha1:a5741163de7d8da490c013cc8566c7210ed9f6fe
You can’t perform that action at this time.
0 commit comments