summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2023-04-08 16:59:02 +0200
committerNicola Murino2023-04-08 16:59:02 +0200
commit79d5a6dba058c93de8938c98087fc0d07741bb87 (patch)
tree34336de5eaae7d4199b968103899eb7995efd040
parent23b4805d2ab0737db340a84fd186681108f8a38e (diff)
downloadaur-79d5a6dba058c93de8938c98087fc0d07741bb87.tar.gz
2.4.5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1b464b16d86..fa593ce5a6e7 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.4.4
+ pkgver = 2.4.5
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.4.4
+ source = git+https://github.com/drakkan/sftpgo#tag=v2.4.5
source = sftpgo.json
source = sftpgo.sysusers
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 51ff5915ccd2..ad45c88b78a6 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.4.4
+pkgver=2.4.5
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')