sftpgo: Update to version 2.2.2 (#3445)

This commit is contained in:
tech189 2022-03-27 04:55:14 +01:00 committed by GitHub
parent 7ea6de228d
commit 4d2ed9c948
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,13 @@
{
"version": "2.2.0",
"version": "2.2.2",
"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"
"url": "https://github.com/drakkan/sftpgo/releases/download/v2.2.2/sftpgo_v2.2.2_windows_portable.zip",
"hash": "1163ac441a4d4a4b1db3b8329a664627aa54bf96eb33abf385f4d3948b03dc7c"
}
},
"bin": "sftpgo.exe",
@ -17,7 +17,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/drakkan/sftpgo/releases/download/v$version/sftpgo_v$version_windows_portable_x86_64.zip"
"url": "https://github.com/drakkan/sftpgo/releases/download/v$version/sftpgo_v$version_windows_portable.zip"
}
}
}