From 13f6baedd75a0fc3e7531eb1e344238f5f947ec6 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Wed, 15 May 2024 10:56:14 -0400 Subject: [PATCH] chore(packages): update mithril-client to 0.8.0 (#219) Signed-off-by: Chris Gianelloni --- .../mithril-client/mithril-client-0.8.0.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 packages/mithril-client/mithril-client-0.8.0.yaml diff --git a/packages/mithril-client/mithril-client-0.8.0.yaml b/packages/mithril-client/mithril-client-0.8.0.yaml new file mode 100644 index 0000000..c5528a4 --- /dev/null +++ b/packages/mithril-client/mithril-client-0.8.0.yaml @@ -0,0 +1,18 @@ +name: mithril-client +version: 0.8.0 +description: Mithril client by Input Output Global +installSteps: + - docker: + containerName: mithril-client + image: ghcr.io/blinklabs-io/mithril-client:0.8.0 + pullOnly: true + - file: + binary: true + filename: mithril-client + source: files/mithril-client.sh.gotmpl +tags: + - docker + - linux + - darwin + - amd64 + - arm64