mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
50 lines
1.7 KiB
JSON
50 lines
1.7 KiB
JSON
{
|
|
"version": "2025.4.5",
|
|
"description": "Polyglot tool version manager and task runner",
|
|
"homepage": "https://mise.jdx.dev/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/jdx/mise/releases/download/v2025.4.5/mise-v2025.4.5-windows-x64.zip",
|
|
"hash": "3987e9b8e57c1d9754eb0c23a23c75fbe07a94a06a278ff8c95a079e33085c7e"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/jdx/mise/releases/download/v2025.4.5/mise-v2025.4.5-windows-arm64.zip",
|
|
"hash": "b6f875aa04cc4a39f2f69ac17181198bcf64daf01d87b865adddfb668bbae730"
|
|
}
|
|
},
|
|
"extract_dir": "mise",
|
|
"bin": "bin/mise.exe",
|
|
"pre_install": [
|
|
"if (!(Test-Path \"$persist_dir\\config.toml\") -and !(Test-Path \"$dir\\config.toml\")) {",
|
|
" New-Item -Path \"$dir\\config.toml\" -ItemType File -ea 0 | Out-Null",
|
|
"}"
|
|
],
|
|
"env_set": {
|
|
"MISE_DATA_DIR": "$dir\\mise",
|
|
"MISE_GLOBAL_CONFIG_FILE": "$dir\\config.toml"
|
|
},
|
|
"env_add_path": "mise\\shims",
|
|
"persist": [
|
|
"mise",
|
|
"config.toml"
|
|
],
|
|
"notes": "See documentation for notes on configuring your shell: https://mise.jdx.dev/installing-mise.html",
|
|
"checkver": {
|
|
"github": "https://github.com/jdx/mise"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/jdx/mise/releases/download/v$version/mise-v$version-windows-x64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/jdx/mise/releases/download/v$version/mise-v$version-windows-arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/SHASUMS256.txt"
|
|
}
|
|
}
|
|
}
|