summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2020-10-18 09:13:26 +0200
committerNicola Murino2020-10-18 09:13:26 +0200
commite08519032ef2c4a68f0d5b474cd30b07e8dfd51f (patch)
tree9abc7c47ad19fe97a1141c7397219040e2cbe884
parent088dc61328c0c7c8ffedd49b5d1d1ba38ecf1a40 (diff)
downloadaur-e08519032ef2c4a68f0d5b474cd30b07e8dfd51f.tar.gz
Update to 1.1.1
-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}"