summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2021-02-17 08:59:50 +0100
committerNicola Murino2021-02-17 08:59:50 +0100
commit5b8368e0240152657f9ff5c57b5247550c94ee88 (patch)
tree15a6420426207e144d402e588933051c53848c39
parent4e18b122f008129f392f65088cf7c3b874f2dac3 (diff)
downloadaur-5b8368e0240152657f9ff5c57b5247550c94ee88.tar.gz
update to v2.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--sftpgo.json4
3 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b79807509a8..939141341ac3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sftpgo-bin
pkgdesc = Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support. It can serve local filesystem, S3, GCS, Azure Blob, SFTP
- pkgver = 2.0.1
+ pkgver = 2.0.2
pkgrel = 1
url = https://github.com/drakkan/sftpgo
install = sftpgo-bin.install
@@ -14,11 +14,11 @@ pkgbase = sftpgo-bin
conflicts = sftpgo
backup = etc/sftpgo/sftpgo.json
backup = var/lib/sftpgo/sftpgo.db
- source = https://github.com/drakkan/sftpgo/releases/download/v2.0.1/sftpgo_v2.0.1_linux_x86_64.tar.xz
+ source = https://github.com/drakkan/sftpgo/releases/download/v2.0.2/sftpgo_v2.0.2_linux_x86_64.tar.xz
source = sftpgo.json
source = sftpgo.sysusers
- sha256sums = f450c0f21deafe452b960b10f47cf0581b5d725e998e49fd422b40c948ba66bd
- sha256sums = c78069828a88b18f4ba7454a3e91bdf63829ed17b532528805edb8d08ce8e292
+ sha256sums = 9e6c30b683a39a56fcba7b980c6951b43806866e367a3aa67997fbb9174cca5d
+ sha256sums = 8725da4ee99b1d8a86b7bfc2d03fd9483da2c18f18196c339ff197355e7601d9
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo-bin
diff --git a/PKGBUILD b/PKGBUILD
index b7a28ae9c440..4e3dde541982 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo-bin
_pkgname=sftpgo
-pkgver=2.0.1
+pkgver=2.0.2
pkgrel=1
pkgdesc='Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support. It can serve local filesystem, S3, GCS, Azure Blob, SFTP'
arch=('x86_64')
@@ -25,8 +25,8 @@ install=${pkgname}.install
source=("https://github.com/drakkan/sftpgo/releases/download/v${pkgver}/sftpgo_v${pkgver}_linux_x86_64.tar.xz"
"sftpgo.json"
"sftpgo.sysusers")
-sha256sums=('f450c0f21deafe452b960b10f47cf0581b5d725e998e49fd422b40c948ba66bd'
- 'c78069828a88b18f4ba7454a3e91bdf63829ed17b532528805edb8d08ce8e292'
+sha256sums=('9e6c30b683a39a56fcba7b980c6951b43806866e367a3aa67997fbb9174cca5d'
+ '8725da4ee99b1d8a86b7bfc2d03fd9483da2c18f18196c339ff197355e7601d9'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')
_uid_sftpgo=315
diff --git a/sftpgo.json b/sftpgo.json
index ff2802aef3a6..ca27742b5463 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -174,7 +174,11 @@
},
"http": {
"timeout": 20,
+ "retry_wait_min": 2,
+ "retry_wait_max": 30,
+ "retry_max": 3,
"ca_certificates": [],
+ "certificates": [],
"skip_tls_verify": false
},
"kms": {