mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
* edit: Add version 1.0.0 * edit: Fix space char before description field * edit: Fix installation by providing arch-specific `extract_dir` * edit: Use fixed version in `extract_dir` and add autoupdate * edit: Add trailing newline * edit: Reduce verbosity in `checkver` for github releases Co-authored-by: Chawye Hsu <chawyehsu@hotmail.com> * update desc for SEO --------- Co-authored-by: Chawye Hsu <chawyehsu@hotmail.com> Co-authored-by: HUMORCE <humorce@outlook.com>
33 lines
1.4 KiB
JSON
33 lines
1.4 KiB
JSON
{
|
|
"version": "1.0.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.0.0/edit-1.0.0-x86_64-windows.zip",
|
|
"hash": "6a1ef921ef28ee52ad775982c9c37505eb16eb80c14fa831d93f3ee502277dc8",
|
|
"extract_dir": "edit-1.0.0-x86_64-windows"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/microsoft/edit/releases/download/v1.0.0/edit-1.0.0-aarch64-windows.zip",
|
|
"hash": "88bc5d25ac4affdfd92ad468dee0fb1e67a2d6b1be9ba4273a87c0bc478dcad6",
|
|
"extract_dir": "edit-1.0.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"
|
|
}
|
|
}
|
|
}
|
|
}
|