From 113c39bc595e4204e51813bf29bde93348e042a5 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Thu, 25 Jul 2024 17:24:21 -0400 Subject: [PATCH] feat: mithril-client 0.9.6 (#16) Signed-off-by: Chris Gianelloni --- .../mithril-client/mithril-client-0.9.6.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 packages/mithril-client/mithril-client-0.9.6.yaml diff --git a/packages/mithril-client/mithril-client-0.9.6.yaml b/packages/mithril-client/mithril-client-0.9.6.yaml new file mode 100644 index 0000000..34bb453 --- /dev/null +++ b/packages/mithril-client/mithril-client-0.9.6.yaml @@ -0,0 +1,18 @@ +name: mithril-client +version: 0.9.6 +description: Mithril client by Input Output Global +installSteps: + - docker: + containerName: mithril-client + image: ghcr.io/blinklabs-io/mithril-client:0.9.6 + pullOnly: true + - file: + binary: true + filename: mithril-client + source: files/mithril-client.sh.gotmpl +tags: + - docker + - linux + - darwin + - amd64 + - arm64