Skip to content

Commit 9c5c83f

Browse files
authored
Merge pull request #128 from asteurer/main
feat(verman): adding v0.1.2
2 parents 81b793b + a5d9890 commit 9c5c83f

File tree

3 files changed

+80
-45
lines changed

3 files changed

+80
-45
lines changed

manifests/verman/verman.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,34 @@
11
{
22
"name": "verman",
33
"description": "A plugin to make it easy to install and switch between versions of Spin",
4-
"version": "0.1.1",
4+
"homepage": "https://github.com/fermyon/verman-plugin",
5+
"version": "0.1.2",
56
"spinCompatibility": ">=1.0",
67
"license": "Apache-2.0",
78
"packages": [
89
{
910
"os": "macos",
10-
"arch": "amd64",
11-
"url": "https://github.com/fermyon/verman-plugin/releases/download/v0.1.1/verman-0.1.1-macos-amd64.tar.gz",
12-
"sha256": "034564999373149f5ad79031989d4e57f70b25c144c51f1fddb88dcddadb250e"
11+
"arch": "aarch64",
12+
"url": "https://github.com/fermyon/verman-plugin/releases/download/v0.1.2/verman-0.1.2-macos-aarch64.tar.gz",
13+
"sha256": "0ceb2afae918e843e85e3911d7f66bd2976a53bc3d06b7539921ce4e594fbc4e"
1314
},
1415
{
1516
"os": "linux",
1617
"arch": "amd64",
17-
"url": "https://github.com/fermyon/verman-plugin/releases/download/v0.1.1/verman-0.1.1-linux-amd64.tar.gz",
18-
"sha256": "73c28315fd029e54579334aa2ae1022edf800a397df04eae6641dfe59638a324"
18+
"url": "https://github.com/fermyon/verman-plugin/releases/download/v0.1.2/verman-0.1.2-linux-amd64.tar.gz",
19+
"sha256": "4869a45eff05bfa87f19aaae8deef5f0f823435e8fe7bdda0829aabcc075186e"
1920
},
2021
{
2122
"os": "linux",
2223
"arch": "aarch64",
23-
"url": "https://github.com/fermyon/verman-plugin/releases/download/v0.1.1/verman-0.1.1-linux-aarch64.tar.gz",
24-
"sha256": "b88a81dce4b01578d9b633fb38c2bfe63f354bd89d4862ad0c98886e631da1e9"
24+
"url": "https://github.com/fermyon/verman-plugin/releases/download/v0.1.2/verman-0.1.2-linux-aarch64.tar.gz",
25+
"sha256": "151bed583d75cfe90a957d2da3238a9943dac99d114a751ab13f9dfec30271de"
2526
},
2627
{
2728
"os": "macos",
28-
"arch": "aarch64",
29-
"url": "https://github.com/fermyon/verman-plugin/releases/download/v0.1.1/verman-0.1.1-macos-aarch64.tar.gz",
30-
"sha256": "c35b68a704a04e7a4ca7ff7a79fbcd0ded1d047794215e1cd073a14e88a63fba"
29+
"arch": "amd64",
30+
"url": "https://github.com/fermyon/verman-plugin/releases/download/v0.1.2/verman-0.1.2-macos-amd64.tar.gz",
31+
"sha256": "738f52099205479fd1570e47693ce012d92290a975cc26873acdc108eccb2174"
3132
}
3233
]
33-
}
34+
}
Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
{
2-
"name": "verman",
3-
"description": "A plugin to make it easy to install and switch between versions of Spin",
4-
"homepage": "https://github.com/fermyon/verman-plugin",
5-
"version": "0.1.0",
6-
"spinCompatibility": ">=1.0",
7-
"license": "Apache-2.0",
8-
"packages": [
9-
{
10-
"os": "linux",
11-
"arch": "amd64",
12-
"url": "https://github.com/fermyon/verman-plugin/releases/download/v0.1.0/verman-0.1.0-linux-amd64.tar.gz",
13-
"sha256": "a5508338189a063ef455f4aa808f6328fb578f59aad58a6b8efb634da1c78647"
14-
},
15-
{
16-
"os": "macos",
17-
"arch": "aarch64",
18-
"url": "https://github.com/fermyon/verman-plugin/releases/download/v0.1.0/verman-0.1.0-macos-aarch64.tar.gz",
19-
"sha256": "150819ca20a6ee096614cd50e1ccc5819d5f95bb7520b3e0aa3f33d15a05e4eb"
20-
},
21-
{
22-
"os": "macos",
23-
"arch": "amd64",
24-
"url": "https://github.com/fermyon/verman-plugin/releases/download/v0.1.0/verman-0.1.0-macos-amd64.tar.gz",
25-
"sha256": "0a9ca6688445056467feb467f8d687ab2fb81d38d541eb827a9d58f579e20e99"
26-
},
27-
{
28-
"os": "linux",
29-
"arch": "aarch64",
30-
"url": "https://github.com/fermyon/verman-plugin/releases/download/v0.1.0/verman-0.1.0-linux-aarch64.tar.gz",
31-
"sha256": "bbb89b8b77323baa9ff0c36b4af2966cfa964e1ddab48ae0a989af7c53542cc2"
32-
}
33-
]
34-
}
2+
"name": "verman",
3+
"description": "A plugin to make it easy to install and switch between versions of Spin",
4+
"homepage": "https://github.com/fermyon/verman-plugin",
5+
"version": "0.1.0",
6+
"spinCompatibility": ">=1.0",
7+
"license": "Apache-2.0",
8+
"packages": [
9+
{
10+
"os": "linux",
11+
"arch": "amd64",
12+
"url": "https://github.com/fermyon/verman-plugin/releases/download/v0.1.0/verman-0.1.0-linux-amd64.tar.gz",
13+
"sha256": "a5508338189a063ef455f4aa808f6328fb578f59aad58a6b8efb634da1c78647"
14+
},
15+
{
16+
"os": "macos",
17+
"arch": "aarch64",
18+
"url": "https://github.com/fermyon/verman-plugin/releases/download/v0.1.0/verman-0.1.0-macos-aarch64.tar.gz",
19+
"sha256": "150819ca20a6ee096614cd50e1ccc5819d5f95bb7520b3e0aa3f33d15a05e4eb"
20+
},
21+
{
22+
"os": "macos",
23+
"arch": "amd64",
24+
"url": "https://github.com/fermyon/verman-plugin/releases/download/v0.1.0/verman-0.1.0-macos-amd64.tar.gz",
25+
"sha256": "0a9ca6688445056467feb467f8d687ab2fb81d38d541eb827a9d58f579e20e99"
26+
},
27+
{
28+
"os": "linux",
29+
"arch": "aarch64",
30+
"url": "https://github.com/fermyon/verman-plugin/releases/download/v0.1.0/verman-0.1.0-linux-aarch64.tar.gz",
31+
"sha256": "bbb89b8b77323baa9ff0c36b4af2966cfa964e1ddab48ae0a989af7c53542cc2"
32+
}
33+
]
34+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "verman",
3+
"description": "A plugin to make it easy to install and switch between versions of Spin",
4+
"homepage": "https://github.com/fermyon/verman-plugin",
5+
"version": "0.1.1",
6+
"spinCompatibility": ">=1.0",
7+
"license": "Apache-2.0",
8+
"packages": [
9+
{
10+
"os": "macos",
11+
"arch": "amd64",
12+
"url": "https://github.com/fermyon/verman-plugin/releases/download/v0.1.1/verman-0.1.1-macos-amd64.tar.gz",
13+
"sha256": "034564999373149f5ad79031989d4e57f70b25c144c51f1fddb88dcddadb250e"
14+
},
15+
{
16+
"os": "linux",
17+
"arch": "amd64",
18+
"url": "https://github.com/fermyon/verman-plugin/releases/download/v0.1.1/verman-0.1.1-linux-amd64.tar.gz",
19+
"sha256": "73c28315fd029e54579334aa2ae1022edf800a397df04eae6641dfe59638a324"
20+
},
21+
{
22+
"os": "linux",
23+
"arch": "aarch64",
24+
"url": "https://github.com/fermyon/verman-plugin/releases/download/v0.1.1/verman-0.1.1-linux-aarch64.tar.gz",
25+
"sha256": "b88a81dce4b01578d9b633fb38c2bfe63f354bd89d4862ad0c98886e631da1e9"
26+
},
27+
{
28+
"os": "macos",
29+
"arch": "aarch64",
30+
"url": "https://github.com/fermyon/verman-plugin/releases/download/v0.1.1/verman-0.1.1-macos-aarch64.tar.gz",
31+
"sha256": "c35b68a704a04e7a4ca7ff7a79fbcd0ded1d047794215e1cd073a14e88a63fba"
32+
}
33+
]
34+
}

0 commit comments

Comments
 (0)