From 6c63ceae83656d5a802bfda66dcf8a6ca5cc7497 Mon Sep 17 00:00:00 2001 From: karthik2804 Date: Thu, 5 Sep 2024 15:13:43 +0200 Subject: [PATCH] add verman v0.1.1 Signed-off-by: karthik2804 --- manifests/verman/verman.json | 65 +++++++++++++++--------------- manifests/verman/verman@0.1.0.json | 34 ++++++++++++++++ 2 files changed, 66 insertions(+), 33 deletions(-) create mode 100644 manifests/verman/verman@0.1.0.json diff --git a/manifests/verman/verman.json b/manifests/verman/verman.json index 36bc666..543097d 100644 --- a/manifests/verman/verman.json +++ b/manifests/verman/verman.json @@ -1,34 +1,33 @@ { - "name": "verman", - "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", - "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 + "name": "verman", + "description": "A plugin to make it easy to install and switch between versions of Spin", + "version": "0.1.1", + "spinCompatibility": ">=1.0", + "license": "Apache-2.0", + "packages": [ + { + "os": "macos", + "arch": "amd64", + "url": "https://github.com/fermyon/verman-plugin/releases/download/v0.1.1/verman-0.1.1-macos-amd64.tar.gz", + "sha256": "034564999373149f5ad79031989d4e57f70b25c144c51f1fddb88dcddadb250e" + }, + { + "os": "linux", + "arch": "amd64", + "url": "https://github.com/fermyon/verman-plugin/releases/download/v0.1.1/verman-0.1.1-linux-amd64.tar.gz", + "sha256": "73c28315fd029e54579334aa2ae1022edf800a397df04eae6641dfe59638a324" + }, + { + "os": "linux", + "arch": "aarch64", + "url": "https://github.com/fermyon/verman-plugin/releases/download/v0.1.1/verman-0.1.1-linux-aarch64.tar.gz", + "sha256": "b88a81dce4b01578d9b633fb38c2bfe63f354bd89d4862ad0c98886e631da1e9" + }, + { + "os": "macos", + "arch": "aarch64", + "url": "https://github.com/fermyon/verman-plugin/releases/download/v0.1.1/verman-0.1.1-macos-aarch64.tar.gz", + "sha256": "c35b68a704a04e7a4ca7ff7a79fbcd0ded1d047794215e1cd073a14e88a63fba" + } + ] +} \ No newline at end of file diff --git a/manifests/verman/verman@0.1.0.json b/manifests/verman/verman@0.1.0.json new file mode 100644 index 0000000..36bc666 --- /dev/null +++ b/manifests/verman/verman@0.1.0.json @@ -0,0 +1,34 @@ +{ + "name": "verman", + "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", + "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