2022-09-17 16:30:42 +00:00

25 lines
927 B
JSON

{
"version": "2.3.5",
"description": "Fully featured and highly configurable SFTP server with optional HTTP, FTP/S and WebDAV support",
"homepage": "https://github.com/drakkan/sftpgo",
"license": "AGPL-3.0-only",
"notes": "Register SFTPGo as Windows Service by running: \"sftpgo service install\" as Administrator",
"architecture": {
"64bit": {
"url": "https://github.com/drakkan/sftpgo/releases/download/v2.3.5/sftpgo_v2.3.5_windows_portable.zip",
"hash": "12473d9391fc4a2ce4e7cfeff6204635da51d915d2f0b3ae212b7c086c247fbd"
}
},
"bin": "sftpgo.exe",
"checkver": {
"github": "https://github.com/drakkan/sftpgo"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/drakkan/sftpgo/releases/download/v$version/sftpgo_v$version_windows_portable.zip"
}
}
}
}