sftpgo: Update to version 2.6.3

This commit is contained in:
github-actions[bot] 2024-11-15 20:28:26 +00:00
parent 73f34969a0
commit 61cc87cc11

View File

@ -1,11 +1,11 @@
{
"version": "2.6.2",
"version": "2.6.3",
"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.6.2/sftpgo_v2.6.2_windows_portable.zip",
"hash": "75a62edd03e2192a478310af617da08498f409615c05d4a0c2bd45a28910c615",
"url": "https://github.com/drakkan/sftpgo/releases/download/v2.6.3/sftpgo_v2.6.3_windows_portable.zip",
"hash": "b6eea5fc47aa252da974f9cb0c30863ec3fbfdaa7dd9661c97821d1743737c8f",
"pre_install": [
"if ($architecture -eq '32bit') {",
" Move-Item \"$dir\\x86\\sftpgo.exe\" \"$dir\\\" -Force",