summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2022-06-10 19:43:54 +0200
committerNicola Murino2022-06-10 19:43:54 +0200
commit4143bd368171086bd3eb3c40d9fd96a193ac9c24 (patch)
tree503d9962d5d714972e2d0fe9f5fd6d881df8d940
parent55b643cd96dd2ab8a9ab745dca553403420cc149 (diff)
downloadaur-4143bd368171086bd3eb3c40d9fd96a193ac9c24.tar.gz
update to v2.3.1
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0385f632161..83cb03a4e45d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sftpgo
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 = 2.3.0
+ pkgver = 2.3.1
pkgrel = 1
url = https://github.com/drakkan/sftpgo
install = sftpgo.install
@@ -18,7 +18,7 @@ pkgbase = sftpgo
optdepends = mariadb: to use MySQL provider
optdepends = cockroachdb: to use CockroachDB provider
backup = etc/sftpgo/sftpgo.json
- source = git+https://github.com/drakkan/sftpgo#tag=v2.3.0
+ source = git+https://github.com/drakkan/sftpgo#tag=v2.3.1
source = sftpgo.json
source = sftpgo.sysusers
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 033bc5cc6b91..9df55ca60191 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo
-pkgver=2.3.0
+pkgver=2.3.1
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')