mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
* mise: add warning message about manual config migration * mise: update to version 2025.1.13 before submitting PR * notes for manifest updating --------- Co-authored-by: HUMORCE <humorce@outlook.com>
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"version": "2025.4.6",
|
|
"description": "Polyglot tool version manager and task runner",
|
|
"homepage": "https://mise.jdx.dev/",
|
|
"license": "MIT",
|
|
"notes": [
|
|
"Persistence and environment variables settings of the manifest have been revoked, you can find persisted data at '$persist_dir', if you have installed the manifest before.",
|
|
"",
|
|
"See documentation for notes on configuring your shell: https://mise.jdx.dev/installing-mise.html"
|
|
],
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/jdx/mise/releases/download/v2025.4.6/mise-v2025.4.6-windows-x64.zip",
|
|
"hash": "3452fdf31661baacb07f90c1f863fe37f756cd48e57fa88c0a32afb3d8dde546"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/jdx/mise/releases/download/v2025.4.6/mise-v2025.4.6-windows-arm64.zip",
|
|
"hash": "fe58eb90592802231268a972cca146e67fddd72b5fac59339324160b0c453a8f"
|
|
}
|
|
},
|
|
"extract_dir": "mise",
|
|
"env_add_path": "mise\\shims",
|
|
"bin": "bin/mise.exe",
|
|
"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"
|
|
}
|
|
}
|
|
}
|