2026-02-04 13:12:24 -05:00

27 lines
832 B
JSON

{
"version": "0.1.99",
"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.1.99/fresh-editor-x86_64-pc-windows-msvc.zip",
"hash": "1c4751a699e6045aa650dd2dec69f4db93439a7978b9b7c295ccc3153afb01ee"
}
},
"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"
}
}
}