8000 update to pgsodium 2.0.0 · michelp/postgres@ede59e7 · GitHub
[go: up one dir, main page]

Skip to content

Commit ede59e7

Browse files
michelpdarora
authored andcommitted
update to pgsodium 2.0.0
1 parent f2d0c89 commit ede59e7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Unmodified Postgres with some useful plugins. Our goal with this repo is not to
2828
| [pg_net](https://github.com/supabase/pg_net) | [v0.3](https://github.com/supabase/pg_net/releases/tag/v0.3) | Expose the SQL interface for async networking. |
2929
| [rum](https://github.com/postgrespro/rum) | [1.3.9](https://github.com/postgrespro/rum/releases/tag/1.3.9) | An alternative to the GIN index. |
3030
| [pg_hashids](https://github.com/iCyberon/pg_hashids) | [commit](https://github.com/iCyberon/pg_hashids/commit/83398bcbb616aac2970f5e77d93a3200f0f28e74) | Generate unique identifiers from numbers. |
31-
| [pg_sodium](https://github.com/michelp/pgsodium) | [v1.3.0](https://github.com/michelp/pgsodium/releases/tag/v1.3.0) | Modern encryption API using libsodium. |
31+
| [pgsodium](https://github.com/michelp/pgsodium) | [2.0.0](https://github.com/michelp/pgsodium/releases/tag/2.0.0) | Modern encryption API using libsodium. |
3232

3333

3434
Can't find your favorite extension? Suggest for it to be added into future releases [here](https://github.com/supabase/supabase/discussions/679)!

ansible/tasks/postgres-extensions/18-pgsodium.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
- name: pgsodium - download pgsodium
3434
get_url:
35-
url: "https://github.com/michelp/pgsodium/archive/refs/tags/v1.3.0.tar.gz"
35+
url: "https://github.com/michelp/pgsodium/archive/refs/tags/{{ pgsodium_release }}.tar.gz"
3636
dest: /tmp/pgsodium-{{ pgsodium_release }}.tar.gz
3737
checksum: "{{ pgsodium_release_checksum }}"
3838
timeout: 60

ansible/vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ vector_arm_deb: 'https://packages.timber.io/vector/0.17.0/vector-0.17.0-arm64.de
9191
libsodium_release: "1.0.18"
9292
libsodium_release_checksum: sha1:795b73e3f92a362fabee238a71735579bf46bb97
9393

94-
pgsodium_release: "1.3.0"
95-
pgsodium_release_checksum: sha1:d7b00ce0437b697a8a0076eeb80b17b7fef80fc2
94+
pgsodium_release: "2.0.0"
95+
pgsodium_release_checksum: sha1:69f9fe125d1b2e2b1e2e3394b68ade483d7c408f

0 commit comments

Comments
 (0)
0