From 8781d4b0064a7091b86b03f8ad447389664ff89d Mon Sep 17 00:00:00 2001 From: Andrew Steurer Date: Thu, 22 Aug 2024 09:49:51 -0600 Subject: [PATCH 1/2] adding verman plugin Signed-off-by: Andrew Steurer --- manifests/verman/verman.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 manifests/verman/verman.json diff --git a/manifests/verman/verman.json b/manifests/verman/verman.json new file mode 100644 index 0000000..d7efed5 --- /dev/null +++ b/manifests/verman/verman.json @@ -0,0 +1,34 @@ +{ + "name": "verman", + "description": "A plugin to make it easy to switch between versions of Spin", + "homepage": "https://github.com/fermyon/verman-plugin", + "version": "0.1.0", + "spinCompatibility": ">=1.0", + "license": "Apache-2.0", + "packages": [ + { + "os": "linux", + "arch": "amd64", + "url": "https://github.com/fermyon/verman-plugin/releases/download/v0.1.0/verman-0.1.0-linux-amd64.tar.gz", + "sha256": "a5508338189a063ef455f4aa808f6328fb578f59aad58a6b8efb634da1c78647" + }, + { + "os": "macos", + "arch": "aarch64", + "url": "https://github.com/fermyon/verman-plugin/releases/download/v0.1.0/verman-0.1.0-macos-aarch64.tar.gz", + "sha256": "150819ca20a6ee096614cd50e1ccc5819d5f95bb7520b3e0aa3f33d15a05e4eb" + }, + { + "os": "macos", + "arch": "amd64", + "url": "https://github.com/fermyon/verman-plugin/releases/download/v0.1.0/verman-0.1.0-macos-amd64.tar.gz", + "sha256": "0a9ca6688445056467feb467f8d687ab2fb81d38d541eb827a9d58f579e20e99" + }, + { + "os": "linux", + "arch": "aarch64", + "url": "https://github.com/fermyon/verman-plugin/releases/download/v0.1.0/verman-0.1.0-linux-aarch64.tar.gz", + "sha256": "bbb89b8b77323baa9ff0c36b4af2966cfa964e1ddab48ae0a989af7c53542cc2" + } + ] + } \ No newline at end of file From f7fb49bfa296f87031118162520a41a6de840ed9 Mon Sep 17 00:00:00 2001 From: Andrew Steurer Date: Mon, 26 Aug 2024 11:35:34 -0600 Subject: [PATCH 2/2] adding clarity to description Signed-off-by: Andrew Steurer --- manifests/verman/verman.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/verman/verman.json b/manifests/verman/verman.json index d7efed5..36bc666 100644 --- a/manifests/verman/verman.json +++ b/manifests/verman/verman.json @@ -1,6 +1,6 @@ { "name": "verman", - "description": "A plugin to make it easy to switch between versions of Spin", + "description": "A plugin to make it easy to install and switch between versions of Spin", "homepage": "https://github.com/fermyon/verman-plugin", "version": "0.1.0", "spinCompatibility": ">=1.0",