summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2021-02-06 16:08:58 +0100
committerNicola Murino2021-02-06 16:08:58 +0100
commit0581660452b718a066d7e45588742ad71edc1cbd (patch)
treec38aa2ce25ac4181cc790e3efb4e6fd816b98515
parent6f9a5bbe73e9aff5229da5333b81ccfce8f711d8 (diff)
downloadaur-0581660452b718a066d7e45588742ad71edc1cbd.tar.gz
update to v2.0.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b92f786254a..f2df3a83ef7c 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.0.0
+ pkgver = 2.0.1
pkgrel = 1
url = https://github.com/drakkan/sftpgo
install = sftpgo.install
@@ -16,7 +16,7 @@ pkgbase = sftpgo
optdepends = postgresql: to use PostgreSQL provider
optdepends = mariadb: to use MySQL provider
backup = etc/sftpgo/sftpgo.json
- source = git+https://github.com/drakkan/sftpgo#tag=v2.0.0
+ source = git+https://github.com/drakkan/sftpgo#tag=v2.0.1
source = sftpgo.json
source = sftpgo.sysusers
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 35b7d97300c4..dea28daa0e7b 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.0.0
+pkgver=2.0.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')