mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
33 lines
1.4 KiB
JSON
33 lines
1.4 KiB
JSON
{
|
|
"version": "1.2.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.2.0/edit-1.2.0-x86_64-windows.zip",
|
|
"hash": "49f52065bf88f01928e2911b04705b34a0c20d9ec09eb6241452c9d5dd166fc4",
|
|
"extract_dir": "edit-1.2.0-x86_64-windows"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/microsoft/edit/releases/download/v1.2.0/edit-1.2.0-aarch64-windows.zip",
|
|
"hash": "ffac3e86ba77fea3fef0220942c5507f9a2a6778f873337e0c91b546df86a4fd",
|
|
"extract_dir": "edit-1.2.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"
|
|
}
|
|
}
|
|
}
|
|
}
|