mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
29 lines
1.2 KiB
JSON
29 lines
1.2 KiB
JSON
{
|
|
"version": "2.7.0",
|
|
"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",
|
|
"url": "https://github.com/drakkan/sftpgo/releases/download/v2.7.0/sftpgo_v2.7.0_windows_portable.zip",
|
|
"hash": "95b40b736bd1cffb60736255f5fdcea8e2fafb276402c7a065a0961b43548f0c",
|
|
"pre_install": [
|
|
"if ($architecture -eq '32bit') {",
|
|
" Move-Item \"$dir\\x86\\sftpgo.exe\" \"$dir\\\" -Force",
|
|
"} elseif ($architecture -eq 'arm64') {",
|
|
" Move-Item \"$dir\\arm64\\sftpgo.exe\" \"$dir\\\" -Force",
|
|
"}",
|
|
"Remove-Item \"$dir\\arm64\", \"$dir\\x86\" -Recurse -Force"
|
|
],
|
|
"bin": "sftpgo.exe",
|
|
"persist": [
|
|
"sftpgo.db",
|
|
"sftpgo.json"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/drakkan/sftpgo"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/drakkan/sftpgo/releases/download/v$version/sftpgo_v$version_windows_portable.zip"
|
|
}
|
|
}
|