aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2022-02-03 17:58:03 +0100
committerNicola Murino2022-02-03 17:58:03 +0100
commit0ac25460dbb97f27857057a5208b5f7209bd2083 (patch)
treee2793a983facb0c6c13cc8e701fb3358e328a392
parente0a8a0b157ac1e9f9f62d177c4f65cbaae901bf8 (diff)
downloadaur-0ac25460dbb97f27857057a5208b5f7209bd2083.tar.gz
update config for upstream changes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--sftpgo.json2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 238b214082b8..67737a0920f6 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 = r1066.fb2d59e
+ pkgver = r1070.7e2a8e7
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 = e5c74af3039e364da1abfa62154e8318f27f1f131c33756b51da2606cba532a8
+ sha256sums = 63a8d835fbd2fa6a4f8bde706224f98a151e66045849d8599cf16689b51fca7a
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo-git
diff --git a/PKGBUILD b/PKGBUILD
index 7da433b4bf52..281aed70827c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo-git
_pkgname=sftpgo
-pkgver=r1066.fb2d59e
+pkgver=r1070.7e2a8e7
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'
- 'e5c74af3039e364da1abfa62154e8318f27f1f131c33756b51da2606cba532a8'
+ '63a8d835fbd2fa6a4f8bde706224f98a151e66045849d8599cf16689b51fca7a'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')
_uid_sftpgo=315
diff --git a/sftpgo.json b/sftpgo.json
index b8d20d0a9e87..499d6124c994 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -199,8 +199,8 @@
},
"password_caching": true,
"update_mode": 0,
- "skip_natural_keys_validation": false,
"create_default_admin": false,
+ "naming_rules": 0,
"is_shared": 0
},
"httpd": {