aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2022-01-30 18:24:26 +0100
committerNicola Murino2022-01-30 18:24:26 +0100
commite0a8a0b157ac1e9f9f62d177c4f65cbaae901bf8 (patch)
treee5d048e42965ddd8426d494fc1c1e56cefcb6b1a
parenta236b994c77535b6621bf0e018f3d4d45bcf6e72 (diff)
downloadaur-e0a8a0b157ac1e9f9f62d177c4f65cbaae901bf8.tar.gz
update config for upstream changes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--sftpgo.json3
3 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf59e4065a37..238b214082b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sftpgo-git
pkgdesc = Fully featured and highly configurable SFTP server with optional HTTP, FTP/S and WebDAV support. It can serve local filesystem, S3, GCS, Azure Blob, SFTP
- pkgver = r1059.a6ed6fc
+ pkgver = r1066.fb2d59e
pkgrel = 1
url = https://github.com/drakkan/sftpgo
install = sftpgo-git.install
@@ -24,7 +24,7 @@ pkgbase = sftpgo-git
source = sftpgo.json
source = sftpgo.sysusers
sha256sums = SKIP
- sha256sums = 8fed22f6a8d3216e4acb3e53651f216a8dd131b1e86a9ddad6702ea5ba78084a
+ sha256sums = e5c74af3039e364da1abfa62154e8318f27f1f131c33756b51da2606cba532a8
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo-git
diff --git a/PKGBUILD b/PKGBUILD
index 4af828a819e8..7da433b4bf52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo-git
_pkgname=sftpgo
-pkgver=r1059.a6ed6fc
+pkgver=r1066.fb2d59e
pkgrel=1
pkgdesc='Fully featured and highly configurable SFTP server with optional HTTP, FTP/S and WebDAV support. It can serve local filesystem, S3, GCS, Azure Blob, SFTP'
arch=('i686' 'x86_64' 'aarch64')
@@ -25,7 +25,7 @@ source=("git+https://github.com/drakkan/${_pkgname}.git"
"sftpgo.json"
"sftpgo.sysusers")
sha256sums=('SKIP'
- '8fed22f6a8d3216e4acb3e53651f216a8dd131b1e86a9ddad6702ea5ba78084a'
+ 'e5c74af3039e364da1abfa62154e8318f27f1f131c33756b51da2606cba532a8'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')
_uid_sftpgo=315
diff --git a/sftpgo.json b/sftpgo.json
index 0456b84b4873..b8d20d0a9e87 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -155,6 +155,9 @@
"username": "",
"password": "",
"sslmode": 0,
+ "root_cert": "",
+ "client_cert": "",
+ "client_key": "",
"connection_string": "",
"sql_tables_prefix": "",
"track_quota": 2,