Skip to content

Commit b6e8fe9

Browse files
Update ansible/vars.yml
Co-authored-by: Laurence Isla <[email protected]>
1 parent fa7e4e6 commit b6e8fe9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ansible/vars.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ postgres_release:
1717
pgbouncer_release: "1.19.0"
1818
pgbouncer_release_checksum: sha256:af0b05e97d0e1fd9ad45fe00ea6d2a934c63075f67f7e2ccef2ca59e3d8ce682
1919

20-
# to get these use
21-
# wget https://github.com/PostgREST/postgrest/releases/download/v13.0.4/postgrest-v13.0.4-ubuntu-aarch64.tar.xz -q -O- | sha1sum
22-
# wget https://github.com/PostgREST/postgrest/releases/download/v13.0.4/postgrest-v13.0.4-linux-static-x86-64.tar.xz -q -O- | sha1sum
20+
# The checksum can be found under "Assets", in the GitHub release page for each version.
21+
# The binaries used are: ubuntu-aarch64 and linux-static.
22+
# https://github.com/PostgREST/postgrest/releases
2323
postgrest_release: "13.0.4"
24-
postgrest_arm_release_checksum: sha1:d4be5a9d8b661b241e057ac87cdb5c877b15a19e
25-
postgrest_x86_release_checksum: sha1:dff3e1132ca3b34b6b34325d2261104dbed842c0
24+
postgrest_arm_release_checksum: sha256:2b400200fb15eb5849267e4375fbbc516dd727afadd8786815b48074ed8c03e1
25+
postgrest_x86_release_checksum: sha256:a0052c8d4726f52349e0298f98da51140ef4941855548590ee88331afa617811
2626

2727
gotrue_release: 2.177.0
2828
gotrue_release_checksum: sha1:664a26237618c4bfb1e33e4f03a540c3cef3e3c8

0 commit comments

Comments
 (0)