sftpgo: Update to version 2.4.3

This commit is contained in:
github-actions[bot] 2023-01-07 16:28:26 +00:00
parent 8e5d0f5629
commit 1539307e91

View File

@ -1,11 +1,11 @@
{
"version": "2.4.2",
"version": "2.4.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.4.2/sftpgo_v2.4.2_windows_portable.zip",
"hash": "ac82ef9c9fb6e60b839c21011ed01b96eaa746d634964ab34f84e1306a304267",
"url": "https://github.com/drakkan/sftpgo/releases/download/v2.4.3/sftpgo_v2.4.3_windows_portable.zip",
"hash": "65c18a74da4f96661d9532af200ddc1918d3415b401cbeaca42632ed2bb7b1d4",
"pre_install": [
"if ($architecture -eq '32bit') {",
" Move-Item \"$dir\\x86\\sftpgo.exe\" \"$dir\\\" -Force",