summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2021-09-11 06:46:19 +0200
committerNicola Murino2021-09-11 06:46:19 +0200
commit43c958b71acb5056ca31c366f018f296e320f70b (patch)
tree4b8126e8abe9d707004f0e5f829780eb634edb13
parent0fa78baf154fe9f7837616214c460c1652b76cf6 (diff)
downloadaur-43c958b71acb5056ca31c366f018f296e320f70b.tar.gz
update to v2.1.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b46f71017f5..18a08d94787d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sftpgo
pkgdesc = Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support. It can serve local filesystem, S3, GCS, Azure Blob, SFTP
- pkgver = 2.1.0
+ pkgver = 2.1.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.1.0
+ source = git+https://github.com/drakkan/sftpgo#tag=v2.1.1
source = sftpgo.json
source = sftpgo.sysusers
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d8225c9e298a..7e58f874a875 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.1.0
+pkgver=2.1.1
pkgrel=1
pkgdesc='Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support. It can serve local filesystem, S3, GCS, Azure Blob, SFTP'
arch=('i686' 'x86_64' 'aarch64')