Skip to content

Commit 10cab88

Browse files
committed
fix(formula): add sha256 hash for postgresai tarball
1 parent a7a8078 commit 10cab88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Formula/postgresai.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class Postgresai < Formula
55
desc "postgres_ai CLI (Node.js)"
66
homepage "https://gitlab.com/postgres-ai/postgres_ai"
77
url "https://registry.npmjs.org/postgresai/-/postgresai-0.14.0-beta.3.tgz"
8-
sha256 "" # Will be calculated after publishing to npm
8+
sha256 "8de506a7384578b95aa6bfb4e0142c483298478e1b7d6d49c9ed5b2e9bb935c9"
99
license "Apache-2.0"
1010

1111
depends_on "node"

0 commit comments

Comments
 (0)