From 286eb1e2178e64571fe339576b06ea03b7754ece Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Mon, 22 Jun 2026 19:50:31 -0500 Subject: [PATCH] chore(sap-hana-cli): bump source SHA to abadd0a (upstream fixed repository field to string) Upstream SAP-samples/hana-cli-claude-plugin@abadd0a changes plugin.json `repository` from an object to a string, resolving the validate failure (repository: expected string, received object) that blocked #1616. --- .claude-plugin/marketplace.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index de6b73fe..067a3e92 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -2147,7 +2147,7 @@ "source": { "source": "url", "url": "https://github.com/SAP-samples/hana-cli-claude-plugin.git", - "sha": "160ae47efaffea2e1dd9d6877ab9ec49b78542a0" + "sha": "abadd0aba32792b6378ed784e9f6d3e5b25dfc2a" }, "homepage": "https://github.com/SAP-samples/hana-cli-claude-plugin" },