pksunkara / pgx_ulid

Postgres extension for ulid
MIT License
343 stars 21 forks source link

checksums for releases #36

Open nbari opened 9 months ago

nbari commented 9 months ago

Hi, I am currently installing the extension from https://github.com/pksunkara/pgx_ulid/releases (thanks :+1: ) but you could please add a checksum file, in my case when automating the deployment (ansible) I have roles with something like:

ulid_version: "0.1.4"
ulid_checksum: "sha256:xxx..."
... 

But the checksum apart helping to verify the integrity helps prevent typo/human error when for example wanting to install amd64 but by mistake the arm64 is selected.