From 80ba537637a022294d20d82361837d28778c2d41 Mon Sep 17 00:00:00 2001 From: hasura-bot Date: Mon, 17 Nov 2025 21:09:20 +0000 Subject: [PATCH] update pro manifest to v2.48.7 --- plugins/pro/v2.48.7/manifest.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 plugins/pro/v2.48.7/manifest.yaml diff --git a/plugins/pro/v2.48.7/manifest.yaml b/plugins/pro/v2.48.7/manifest.yaml new file mode 100644 index 00000000..8d1de487 --- /dev/null +++ b/plugins/pro/v2.48.7/manifest.yaml @@ -0,0 +1,27 @@ +name: pro +version: "v2.48.7" +shortDescription: "CLI plugin for Hasura Pro" +homepage: https://docs.pro.hasura.io/cli +hidden: true +platforms: + - uri: "https://storage.googleapis.com/hasura-pro-cdn/hasura-pro-cli-releases-dev/v2.48.7/hasura-pro-linux-amd64.tar.gz" + sha256: "45cbce7c0c9fc981c94d73db91dd276ac83aa882d733348d491a404689e157b9" + bin: hasura-pro + files: + - from: ./hasura-pro-linux-amd64 + to: hasura-pro + selector: linux-amd64 + - uri: "https://storage.googleapis.com/hasura-pro-cdn/hasura-pro-cli-releases-dev/v2.48.7/hasura-pro-darwin-amd64.tar.gz" + sha256: "feb6226e611bd0c20573bd1d42e466445c81b421f34d0fccb7b45a00d8228cf4" + bin: hasura-pro + files: + - from: ./hasura-pro-darwin-amd64 + to: hasura-pro + selector: darwin-amd64 + - uri: "https://storage.googleapis.com/hasura-pro-cdn/hasura-pro-cli-releases-dev/v2.48.7/hasura-pro-windows-amd64.zip" + sha256: "3d16771f6bfe024f060b39eae4d06343761b8fa2c37871135f957e3f62b3d400" + bin: hasura-pro.exe + files: + - from: ./hasura-pro-windows-amd64.exe + to: hasura-pro.exe + selector: windows-amd64