Skip to content

Commit e17fc6c

Browse files
committed
mise: add 2025.2.1
1 parent 8597ab9 commit e17fc6c

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

bucket/mise.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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+
}

0 commit comments

Comments
 (0)