|
| 1 | +name: ndc-postgres |
| 2 | +version: "v1.0.1" |
| 3 | +shortDescription: "CLI plugin for Hasura ndc-postgres" |
| 4 | +homepage: https://hasura.io/connectors/postgres |
| 5 | +platforms: |
| 6 | + - selector: darwin-arm64 |
| 7 | + uri: "https://github.com/hasura/ndc-postgres/releases/download/v1.0.1/ndc-postgres-cli-aarch64-apple-darwin" |
| 8 | + sha256: "2826af90f6edef77dcc958c63e09d4aaf5db844d67c89b754c9fa69183ad9723" |
| 9 | + bin: "hasura-ndc-postgres" |
| 10 | + files: |
| 11 | + - from: "./ndc-postgres-cli-aarch64-apple-darwin" |
| 12 | + to: "hasura-ndc-postgres" |
| 13 | + - selector: linux-arm64 |
| 14 | + uri: "https://github.com/hasura/ndc-postgres/releases/download/v1.0.1/ndc-postgres-cli-aarch64-unknown-linux-gnu" |
| 15 | + sha256: "1a172a1bf1f6da52b95245295f4028ea50006e856b53085e5937da14f9ce0277" |
| 16 | + bin: "hasura-ndc-postgres" |
| 17 | + files: |
| 18 | + - from: "./ndc-postgres-cli-aarch64-unknown-linux-gnu" |
| 19 | + to: "hasura-ndc-postgres" |
| 20 | + - selector: darwin-amd64 |
| 21 | + uri: "https://github.com/hasura/ndc-postgres/releases/download/v1.0.1/ndc-postgres-cli-x86_64-apple-darwin" |
| 22 | + sha256: "edeca657a32f89fd7eae2963029615184aa634715a131a10e7d40cfbc899ff4c" |
| 23 | + bin: "hasura-ndc-postgres" |
| 24 | + files: |
| 25 | + - from: "./ndc-postgres-cli-x86_64-apple-darwin" |
| 26 | + to: "hasura-ndc-postgres" |
| 27 | + - selector: windows-amd64 |
| 28 | + uri: "https://github.com/hasura/ndc-postgres/releases/download/v1.0.1/ndc-postgres-cli-x86_64-pc-windows-msvc.exe" |
| 29 | + sha256: "d806f1ebb0a0e8849afcb197f55e0c73ca92d2bdee78327a77781bfb931e0df1" |
| 30 | + bin: "hasura-ndc-postgres.exe" |
| 31 | + files: |
| 32 | + - from: "./ndc-postgres-cli-x86_64-pc-windows-msvc.exe" |
| 33 | + to: "hasura-ndc-postgres.exe" |
| 34 | + - selector: linux-amd64 |
| 35 | + uri: "https://github.com/hasura/ndc-postgres/releases/download/v1.0.1/ndc-postgres-cli-x86_64-unknown-linux-gnu" |
| 36 | + sha256: "6e1bbbc42c713d474892b82c0fc7e9527e4a619192947138ba0da220ce5f2989" |
| 37 | + bin: "hasura-ndc-postgres" |
| 38 | + files: |
| 39 | + - from: "./ndc-postgres-cli-x86_64-unknown-linux-gnu" |
| 40 | + to: "hasura-ndc-postgres" |
0 commit comments