summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2022-09-01 17:26:58 +0200
committerNicola Murino2022-09-01 17:26:58 +0200
commita4fe0bcd2ff64413280325ec4add13ad25ab3fff (patch)
tree012259df4158cc630981fd2dc8403dde7546a0c4
parent370dcbf4db21039944b49d306ff2e1c2d7281bc5 (diff)
downloadaur-a4fe0bcd2ff64413280325ec4add13ad25ab3fff.tar.gz
update to v2.3.4
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a55b4861bc5..0d6f3c446be0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sftpgo-bin
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.3.3
+ pkgver = 2.3.4
pkgrel = 1
url = https://github.com/drakkan/sftpgo
install = sftpgo-bin.install
@@ -15,10 +15,10 @@ pkgbase = sftpgo-bin
conflicts = sftpgo
backup = etc/sftpgo/sftpgo.json
backup = var/lib/sftpgo/sftpgo.db
- source = https://github.com/drakkan/sftpgo/releases/download/v2.3.3/sftpgo_v2.3.3_linux_x86_64.tar.xz
+ source = https://github.com/drakkan/sftpgo/releases/download/v2.3.4/sftpgo_v2.3.4_linux_x86_64.tar.xz
source = sftpgo.json
source = sftpgo.sysusers
- sha256sums = 66422b506f17aa95e403b32412018785a6bf63361fcdccc7e7b1c5d5760dd3ff
+ sha256sums = b18ed2ce34ebff4eeadc4c7025a3e870f9a5635a321a946325c1865dd6fa038a
sha256sums = 9b8f14b35006e74778cc88ed8c4699083983c756ea65fabc208b034a12f30087
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
diff --git a/PKGBUILD b/PKGBUILD
index ddb4f43fa9aa..5a01db2a9650 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo-bin
_pkgname=sftpgo
-pkgver=2.3.3
+pkgver=2.3.4
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=('x86_64')
@@ -26,7 +26,7 @@ install=${pkgname}.install
source=("https://github.com/drakkan/sftpgo/releases/download/v${pkgver}/sftpgo_v${pkgver}_linux_x86_64.tar.xz"
"sftpgo.json"
"sftpgo.sysusers")
-sha256sums=('66422b506f17aa95e403b32412018785a6bf63361fcdccc7e7b1c5d5760dd3ff'
+sha256sums=('b18ed2ce34ebff4eeadc4c7025a3e870f9a5635a321a946325c1865dd6fa038a'
'9b8f14b35006e74778cc88ed8c4699083983c756ea65fabc208b034a12f30087'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')