From 803b19c832676d92ef72ea2619b51d0b02066608 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Dec 2021 16:29:58 +0000 Subject: [PATCH] sftpgo: Update to version 2.2.0 --- bucket/sftpgo.json | 48 +++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/bucket/sftpgo.json b/bucket/sftpgo.json index de9ed578a2..b8586e19bf 100644 --- a/bucket/sftpgo.json +++ b/bucket/sftpgo.json @@ -1,24 +1,24 @@ -{ - "version": "2.2.0", - "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", - "architecture": { - "64bit": { - "url": "https://github.com/drakkan/sftpgo/releases/download/v2.2.0/sftpgo_v2.2.0_windows_portable_x86_64.zip", - "hash": "e8df32fbd29994475728384b17183da55775cd2abd4d4bca2d4afdd603544a82" - } - }, - "bin": "sftpgo.exe", - "checkver": { - "github": "https://github.com/drakkan/sftpgo" - }, - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://github.com/drakkan/sftpgo/releases/download/v$version/sftpgo_v$version_windows_portable_x86_64.zip" - } - } - } -} +{ + "version": "2.2.0", + "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", + "architecture": { + "64bit": { + "url": "https://github.com/drakkan/sftpgo/releases/download/v2.2.0/sftpgo_v2.2.0_windows_portable_x86_64.zip", + "hash": "e8df32fbd29994475728384b17183da55775cd2abd4d4bca2d4afdd603544a82" + } + }, + "bin": "sftpgo.exe", + "checkver": { + "github": "https://github.com/drakkan/sftpgo" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/drakkan/sftpgo/releases/download/v$version/sftpgo_v$version_windows_portable_x86_64.zip" + } + } + } +}