aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2022-10-02 15:08:04 +0200
committerNicola Murino2022-10-02 15:08:04 +0200
commit2df58f5f4a74f959803bcf0c3771c652db472e71 (patch)
tree47ae280d226c47065a6191b3bfa43723d11d7b19
parent6c160de272d63216947d6d4c409fc19c5fcb9523 (diff)
downloadaur-2df58f5f4a74f959803bcf0c3771c652db472e71.tar.gz
update config file for upstream changes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--sftpgo.json1
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddd8bb4bf3a6..4c30ecc60521 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 = r1298.ddda0b5e
+ pkgver = r1306.2067c5c5
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 = ba3a1c80cbb6b0c1f96f7284a4ccf7d259d49b46e7aa2d7890e266673c7bff2c
+ sha256sums = 61016fbceea9a9ebe20f4ab8e35cd23be784ecf6e52a911efe425c796fd83f27
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo-git
diff --git a/PKGBUILD b/PKGBUILD
index 48b6cc48f60e..8e76ab9254ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo-git
_pkgname=sftpgo
-pkgver=r1298.ddda0b5e
+pkgver=r1306.2067c5c5
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'
- 'ba3a1c80cbb6b0c1f96f7284a4ccf7d259d49b46e7aa2d7890e266673c7bff2c'
+ '61016fbceea9a9ebe20f4ab8e35cd23be784ecf6e52a911efe425c796fd83f27'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')
_uid_sftpgo=315
diff --git a/sftpgo.json b/sftpgo.json
index 6a2876aa475d..13145b6a5977 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -191,6 +191,7 @@
"password": "",
"sslmode": 0,
"disable_sni": false,
+ "target_session_attrs": "",
"root_cert": "",
"client_cert": "",
"client_key": "",