summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe752bcabd35..a7ad875fe3c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sftpgo
pkgdesc = Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support. It can serve local filesystem, S3, GCS
- pkgver = 1.1.0
- pkgrel = 2
+ pkgver = 1.1.1
+ pkgrel = 1
url = https://github.com/drakkan/sftpgo
install = sftpgo.install
arch = i686
@@ -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.1.0
+ source = git+https://github.com/drakkan/sftpgo#tag=v1.1.1
source = sftpgo.json
source = sftpgo.sysusers
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 89e92fbc93d7..edf34a207f8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.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'
arch=('i686' 'x86_64')
url="https://github.com/drakkan/${pkgname}"