summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2020-11-14 10:39:30 +0100
committerNicola Murino2020-11-14 10:39:30 +0100
commitc20ae43c6107346b7172921a1267c7cc05ce6e01 (patch)
tree7366f01e92b0f6470c5b5f1636730558b1104728
parent40b1e5ad6580119a25487b03b7a0b3febfc17db6 (diff)
downloadaur-c20ae43c6107346b7172921a1267c7cc05ce6e01.tar.gz
update to 1.2.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9e03d6ee131..e68c6e6198f4 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.0
+ pkgver = 1.2.1
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.0
+ source = git+https://github.com/drakkan/sftpgo#tag=v1.2.1
source = sftpgo.json
source = sftpgo.sysusers
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 96dbd569525b..23e8a711d325 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.0
+pkgver=1.2.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'
arch=('i686' 'x86_64')