sftpgo: Update to version 2.5.2

This commit is contained in:
github-actions[bot] 2023-06-17 20:23:55 +00:00
parent 333ccbcba3
commit 8bd0f0e42a

View File

@ -1,11 +1,11 @@
{ {
"version": "2.5.1", "version": "2.5.2",
"description": "Fully featured and highly configurable SFTP server with optional HTTP, FTP/S and WebDAV support", "description": "Fully featured and highly configurable SFTP server with optional HTTP, FTP/S and WebDAV support",
"homepage": "https://github.com/drakkan/sftpgo", "homepage": "https://github.com/drakkan/sftpgo",
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"notes": "Register SFTPGo as Windows Service by running: \"sftpgo service install\" as Administrator", "notes": "Register SFTPGo as Windows Service by running: \"sftpgo service install\" as Administrator",
"url": "https://github.com/drakkan/sftpgo/releases/download/v2.5.1/sftpgo_v2.5.1_windows_portable.zip", "url": "https://github.com/drakkan/sftpgo/releases/download/v2.5.2/sftpgo_v2.5.2_windows_portable.zip",
"hash": "0ead64ba4a07bcb409b4e306f3ece635e1f4524c79ec7ceadc6fffece08ffa06", "hash": "865064506b9316809b513323961872cfa93cec07706ea2f53df21f3d7fe5fff1",
"pre_install": [ "pre_install": [
"if ($architecture -eq '32bit') {", "if ($architecture -eq '32bit') {",
" Move-Item \"$dir\\x86\\sftpgo.exe\" \"$dir\\\" -Force", " Move-Item \"$dir\\x86\\sftpgo.exe\" \"$dir\\\" -Force",