mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
40 lines
1.5 KiB
JSON
40 lines
1.5 KiB
JSON
{
|
|
"version": "2025.4.12",
|
|
"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.12/mise-v2025.4.12-windows-x64.zip",
|
|
"hash": "ed2b95b211c7b74ae0c22bb47e540be4de5798bd91075fb13f6f9db19c4bba7a"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/jdx/mise/releases/download/v2025.4.12/mise-v2025.4.12-windows-arm64.zip",
|
|
"hash": "f5b72386222c56ec8e3b641adee8938ab3256e72971b8df6c48ac2b8ef431c0f"
|
|
}
|
|
},
|
|
"extract_dir": "mise",
|
|
"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"
|
|
}
|
|
}
|
|
}
|