aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2022-11-17 18:52:54 +0100
committerNicola Murino2022-11-17 18:52:54 +0100
commit6b3d2dba8f736737a575aec2c67f80af71077988 (patch)
treed2c835cafe11d3271e3d31c4ac96fad917a64f64
parentba007c378597f918587b1692cfd961bf719b29ad (diff)
downloadaur-6b3d2dba8f736737a575aec2c67f80af71077988.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 32757d27b624..4dcb6b6c9f11 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 = r1326.222f0c73
+ pkgver = r1346.ec4cc333
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 = 244b17e00d3b65e95a2af78e22cb84c1d9e0b107b86a54402af6c4304f91b98b
+ sha256sums = c52fb67eb679e6df6074c879754a040e9a2f73c8250b062006beeb438d61262c
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo-git
diff --git a/PKGBUILD b/PKGBUILD
index 6eeb4b327051..f0d54884a1e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo-git
_pkgname=sftpgo
-pkgver=r1326.222f0c73
+pkgver=r1346.ec4cc333
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'
- '244b17e00d3b65e95a2af78e22cb84c1d9e0b107b86a54402af6c4304f91b98b'
+ 'c52fb67eb679e6df6074c879754a040e9a2f73c8250b062006beeb438d61262c'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')
_uid_sftpgo=315
diff --git a/sftpgo.json b/sftpgo.json
index b8db0f1cc148..e736f3a58b6f 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -84,6 +84,7 @@
"host_keys": [],
"host_certificates": [],
"host_key_algorithms": [],
+ "moduli": [],
"kex_algorithms": [],
"ciphers": [],
"macs": [],