sftpgo: Update to version 2.5.5

This commit is contained in:
github-actions[bot] 2023-11-10 20:24:26 +00:00
parent 2783786652
commit 3ac7529375

View File

@ -1,11 +1,11 @@
{
"version": "2.5.4",
"version": "2.5.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",
"url": "https://github.com/drakkan/sftpgo/releases/download/v2.5.4/sftpgo_v2.5.4_windows_portable.zip",
"hash": "bcde21cb5b29edf6f7f7d20143a1cbd356c147ec9b9d5d571a0cc06ec2a49779",
"url": "https://github.com/drakkan/sftpgo/releases/download/v2.5.5/sftpgo_v2.5.5_windows_portable.zip",
"hash": "77cb30144905626d493bd5d8db25a918f5a057becaf5d4e470c22c7493a9d0ff",
"pre_install": [
"if ($architecture -eq '32bit') {",
" Move-Item \"$dir\\x86\\sftpgo.exe\" \"$dir\\\" -Force",