From 3838f89a853478e8349c7bd06e956f61eccbf1f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 08:29:00 +0000 Subject: [PATCH] sftpgo: Update to version 2.6.1 --- bucket/sftpgo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/sftpgo.json b/bucket/sftpgo.json index 0c568a5d56..eedbb20a28 100644 --- a/bucket/sftpgo.json +++ b/bucket/sftpgo.json @@ -1,11 +1,11 @@ { - "version": "2.6.0", + "version": "2.6.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.6.0/sftpgo_v2.6.0_windows_portable.zip", - "hash": "60ece808b42f07dbf7b4ca372309b8abcd705d5b02a8ed7fc627d50621c82a5f", + "url": "https://github.com/drakkan/sftpgo/releases/download/v2.6.1/sftpgo_v2.6.1_windows_portable.zip", + "hash": "d0dbdf6ff7e8bc19e8d2b1a37a4ac1e1f6ddddb50bad5298a14c4869d898c969", "pre_install": [ "if ($architecture -eq '32bit') {", " Move-Item \"$dir\\x86\\sftpgo.exe\" \"$dir\\\" -Force",