mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
33 lines
1.4 KiB
JSON
33 lines
1.4 KiB
JSON
{
|
|
"version": "1.1.0",
|
|
"description": "Microsoft Edit is an accessible editor that even users largely unfamiliar with terminals can easily use or simple needs.",
|
|
"homepage": "https://github.com/microsoft/edit/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/microsoft/edit/releases/download/v1.1.0/edit-1.1.0-x86_64-windows.zip",
|
|
"hash": "622cb1e1a2d592ae705ce8e518e86afbe2a269a4b223b7392f6c6e10e9f0913a",
|
|
"extract_dir": "edit-1.1.0-x86_64-windows"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/microsoft/edit/releases/download/v1.1.0/edit-1.1.0-aarch64-windows.zip",
|
|
"hash": "023f61f3564d476c7159ba40c793f2c789dd2160a10a41b4f07c2b718177d954",
|
|
"extract_dir": "edit-1.1.0-aarch64-windows"
|
|
}
|
|
},
|
|
"bin": "edit.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/microsoft/edit/releases/download/v$version/edit-$version-x86_64-windows.zip",
|
|
"extract_dir": "edit-$version-x86_64-windows"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/microsoft/edit/releases/download/v$version/edit-$version-aarch64-windows.zip",
|
|
"extract_dir": "edit-$version-aarch64-windows"
|
|
}
|
|
}
|
|
}
|
|
}
|