mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
43 lines
1.6 KiB
JSON
43 lines
1.6 KiB
JSON
{
|
|
"version": "2025.10.20",
|
|
"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"
|
|
],
|
|
"suggest": {
|
|
"vcredist": "extras/vcredist2022"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/jdx/mise/releases/download/v2025.10.20/mise-v2025.10.20-windows-x64.zip",
|
|
"hash": "e5c9ff8d9e5316f1a0941918ea5e337c034a627bf83746985ee8d6b053dc6986"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/jdx/mise/releases/download/v2025.10.20/mise-v2025.10.20-windows-arm64.zip",
|
|
"hash": "edf0457d4086af0db365046d0f2e15aeb862f6e060a5e73dbe1814f3cea556b2"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|