From 395ee8e1df0e7ff80c3b80973a5d43f9305443e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 May 2023 20:26:27 +0000 Subject: [PATCH] sftpgo: Update to version 2.5.1 --- bucket/sftpgo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/sftpgo.json b/bucket/sftpgo.json index 8d13ea1413..50cd98315f 100644 --- a/bucket/sftpgo.json +++ b/bucket/sftpgo.json @@ -1,11 +1,11 @@ { - "version": "2.5.0", + "version": "2.5.1", "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.0/sftpgo_v2.5.0_windows_portable.zip", - "hash": "e22b04b7f8acd3bb7c732f62fcc42a4b1d2960bb1d78ed41d983d174d68aae95", + "url": "https://github.com/drakkan/sftpgo/releases/download/v2.5.1/sftpgo_v2.5.1_windows_portable.zip", + "hash": "0ead64ba4a07bcb409b4e306f3ece635e1f4524c79ec7ceadc6fffece08ffa06", "pre_install": [ "if ($architecture -eq '32bit') {", " Move-Item \"$dir\\x86\\sftpgo.exe\" \"$dir\\\" -Force",