mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-28 22:34:41 +00:00
27 lines
830 B
JSON
27 lines
830 B
JSON
{
|
|
"version": "0.2.4",
|
|
"description": "Easy, powerful and fast text editor for your terminal.",
|
|
"homepage": "https://getfresh.dev",
|
|
"license": "GPL-2.0-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sinelaw/fresh/releases/download/v0.2.4/fresh-editor-x86_64-pc-windows-msvc.zip",
|
|
"hash": "9743b13c515511957e45e53b48c0e08dfdd640a0d4f39cdd4b39c846a52767d0"
|
|
}
|
|
},
|
|
"bin": "fresh.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/sinelaw/fresh"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sinelaw/fresh/releases/download/v$version/fresh-editor-x86_64-pc-windows-msvc.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|