summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2020-11-18 21:32:38 +0100
committerNicola Murino2020-11-18 21:32:38 +0100
commitc3c39811f18e54d7c47a1748d89b6de655b4e6a2 (patch)
tree9c55d3fdb1b2f6d7b26a9792760da4350c2d856a
parentc20ae43c6107346b7172921a1267c7cc05ce6e01 (diff)
downloadaur-c3c39811f18e54d7c47a1748d89b6de655b4e6a2.tar.gz
update to 1.2.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e68c6e6198f4..98072fdf7507 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
- pkgver = 1.2.1
+ pkgver = 1.2.2
pkgrel = 1
url = https://github.com/drakkan/sftpgo
install = sftpgo.install
@@ -18,7 +18,7 @@ pkgbase = sftpgo
optdepends = python-requests: REST API CLI
optdepends = python-pygments: REST API CLI colors highlight
backup = etc/sftpgo/sftpgo.json
- source = git+https://github.com/drakkan/sftpgo#tag=v1.2.1
+ source = git+https://github.com/drakkan/sftpgo#tag=v1.2.2
source = sftpgo.json
source = sftpgo.sysusers
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 23e8a711d325..c7b233be5979 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=1.2.1
+pkgver=1.2.2
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'
arch=('i686' 'x86_64')