mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-30 14:25:39 +08:00
31 lines
933 B
JSON
31 lines
933 B
JSON
{
|
|
"version": "0.3.0",
|
|
"description": "A fast, lightweight text editor for Markdown, JSON, YAML, and TOML files.",
|
|
"homepage": "https://getferrite.dev/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/OlaProeis/Ferrite/releases/download/v0.3.0/ferrite-portable-windows-x64.zip",
|
|
"hash": "703421fb9c560a1f85a9bedcc0d2debec0223554bee0bab4e1a79c83d961474a"
|
|
}
|
|
},
|
|
"bin": "ferrite.exe",
|
|
"shortcuts": [
|
|
[
|
|
"ferrite.exe",
|
|
"Ferrite"
|
|
]
|
|
],
|
|
"persist": "portable",
|
|
"checkver": {
|
|
"github": "https://github.com/OlaProeis/Ferrite"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/OlaProeis/Ferrite/releases/download/v$version/ferrite-portable-windows-x64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|