aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2023-08-10 20:57:23 +0200
committerNicola Murino2023-08-10 20:57:23 +0200
commitc66c17e451f1c9e4efcc8477e5596d2347e2401a (patch)
tree3a1cca90e9e1bec7cf787d8d597222aa3918f007
parent10486e19f1253c609f213068980a5dd4a5f02f1f (diff)
downloadaur-c66c17e451f1c9e4efcc8477e5596d2347e2401a.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 92e723abb98c..7122d3feb534 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 = r1547.e88172dd
+ pkgver = r1569.8ab4a9aa
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 = dd43c42a5b9e321d1ca500b7e8da7985be25152ef1a4de4e54342d115a398a10
+ sha256sums = ea9b349bf1aa80fa4edb32a824154e27ba876c07bf4c8bfbb1114acb802855b9
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo-git
diff --git a/PKGBUILD b/PKGBUILD
index cb3a82e70c38..5e63b72b9c62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo-git
_pkgname=sftpgo
-pkgver=r1547.e88172dd
+pkgver=r1569.8ab4a9aa
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'
- 'dd43c42a5b9e321d1ca500b7e8da7985be25152ef1a4de4e54342d115a398a10'
+ 'ea9b349bf1aa80fa4edb32a824154e27ba876c07bf4c8bfbb1114acb802855b9'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')
_uid_sftpgo=315
diff --git a/sftpgo.json b/sftpgo.json
index 4e7ead11f7b5..6cd40c3567c9 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -21,6 +21,7 @@
"max_per_host_connections": 20,
"allowlist_status": 0,
"allow_self_connections": 0,
+ "umask": "",
"defender": {
"enabled": false,
"driver": "memory",