Skip to content

Commit d24104c

Browse files
author
{{ .githubUserName }}
committed
proto: Add version 0.52.5
1 parent 4ffc8b5 commit d24104c

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

bucket/proto.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"version": "0.52.5",
3+
"description": "Proto is a pluggable version manager, a unified toolchain.",
4+
"homepage": "https://moonrepo.dev/docs/proto",
5+
"license": "MIT",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://gh-proxy.com/https://github.com/moonrepo/proto/releases/download/v0.52.5/proto_cli-x86_64-pc-windows-msvc.zip",
9+
"hash": "fdf3b65bb60930a7f454cb164ea86040ea28a62b8ee586b67672b9a145c01dc7"
10+
}
11+
},
12+
"bin": [
13+
"proto.exe",
14+
"proto-shim.exe"
15+
],
16+
"env_set": {
17+
"PROTO_HOME": "$dir"
18+
},
19+
"checkver": {
20+
"github": "https://github.com/moonrepo/proto"
21+
},
22+
"autoupdate": {
23+
"architecture": {
24+
"64bit": {
25+
"url": "https://github.com/moonrepo/proto/releases/download/v$version/proto_cli-x86_64-pc-windows-msvc.zip"
26+
}
27+
},
28+
"hash": {
29+
"url": "$baseurl/proto_cli-x86_64-pc-windows-msvc.zip.sha256"
30+
}
31+
}
32+
}

0 commit comments

Comments
 (0)