sftpgo: Update to version 2.5.0

This commit is contained in:
github-actions[bot] 2023-05-03 16:28:57 +00:00
parent dfa023356f
commit d8295671e2

View File

@ -1,11 +1,11 @@
{ {
"version": "2.4.5", "version": "2.5.0",
"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.4.5/sftpgo_v2.4.5_windows_portable.zip", "url": "https://github.com/drakkan/sftpgo/releases/download/v2.5.0/sftpgo_v2.5.0_windows_portable.zip",
"hash": "1c8dcf45198b2b94be8238f2a2322aaa4fc8c9387b76778862b3db16d2b90d6d", "hash": "e22b04b7f8acd3bb7c732f62fcc42a4b1d2960bb1d78ed41d983d174d68aae95",
"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",