summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2023-05-20 19:24:57 +0200
committerNicola Murino2023-05-20 19:24:57 +0200
commit1467c80622207753384284b4f0940045a3c9ad6a (patch)
tree68ed72e62dcd0339a9fee0bd57f79ae5c1136310
parent46c07e42757df4b6b145b5a3ba9894866c806075 (diff)
downloadaur-1467c80622207753384284b4f0940045a3c9ad6a.tar.gz
2.5.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e92d95588d8..f9a763f66aea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sftpgo
pkgdesc = Fully featured and highly configurable SFTP server with optional HTTP, FTP/S and WebDAV support. It can serve local filesystem, S3, GCS, Azure Blob, SFTP
- pkgver = 2.5.0
+ pkgver = 2.5.1
pkgrel = 1
url = https://github.com/drakkan/sftpgo
install = sftpgo.install
@@ -18,7 +18,7 @@ pkgbase = sftpgo
optdepends = mariadb: to use MySQL provider
optdepends = cockroachdb: to use CockroachDB provider
backup = etc/sftpgo/sftpgo.json
- source = git+https://github.com/drakkan/sftpgo#tag=v2.5.0
+ source = git+https://github.com/drakkan/sftpgo#tag=v2.5.1
source = sftpgo.json
source = sftpgo.sysusers
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5766654e4bd1..49f8d1238c6b 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.5.0
+pkgver=2.5.1
pkgrel=1
pkgdesc='Fully featured and highly configurable SFTP server with optional HTTP, FTP/S and WebDAV support. It can serve local filesystem, S3, GCS, Azure Blob, SFTP'
arch=('i686' 'x86_64' 'aarch64')