File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "version" : " 2025.2.1" ,
3+ "description" : " Polyglot tool version manager and task runner" ,
4+ "homepage" : " https://mise.jdx.dev/" ,
5+ "license" : " MIT" ,
6+ "architecture" : {
7+ "64bit" : {
8+ "url" : " https://github.com/jdx/mise/releases/download/v2025.2.1/mise-v2025.2.1-windows-x64.zip" ,
9+ "hash" : " 62f13621a688f5171d7af3e1362847f9b16b742dff9bcfadc041b3609072102e"
10+ },
11+ "arm64" : {
12+ "url" : " https://github.com/jdx/mise/releases/download/v2025.2.1/mise-v2025.2.1-windows-arm64.zip" ,
13+ "hash" : " 11038ba35f86631e6e47f7087d42bb1d04f27e1ec7ecb001fca61b8e5807270d"
14+ }
15+ },
16+ "extract_dir" : " mise" ,
17+ "bin" : " bin/mise.exe" ,
18+ "notes" : " See documentation for notes on configuring your shell: https://mise.jdx.dev/installing-mise.html" ,
19+ "checkver" : {
20+ "github" : " https://github.com/jdx/mise"
21+ },
22+ "autoupdate" : {
23+ "architecture" : {
24+ "64bit" : {
25+ "url" : " https://github.com/jdx/mise/releases/download/v$version/mise-v$version-windows-x64.zip"
26+ },
27+ "arm64" : {
28+ "url" : " https://github.com/jdx/mise/releases/download/v$version/mise-v$version-windows-arm64.zip"
29+ }
30+ },
31+ "hash" : {
32+ "url" : " $baseurl/SHASUMS256.txt"
33+ }
34+ }
35+ }
You can’t perform that action at this time.
0 commit comments