summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5db7323d10e9..9a55b4861bc5 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.2
+ pkgver = 2.3.3
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.2/sftpgo_v2.3.2_linux_x86_64.tar.xz
+ source = https://github.com/drakkan/sftpgo/releases/download/v2.3.3/sftpgo_v2.3.3_linux_x86_64.tar.xz
source = sftpgo.json
source = sftpgo.sysusers
- sha256sums = 80142f8a06e287e9744687013ab7a26f7f64a738f60ac19cfe9a35e998ea7d04
+ sha256sums = 66422b506f17aa95e403b32412018785a6bf63361fcdccc7e7b1c5d5760dd3ff
sha256sums = 9b8f14b35006e74778cc88ed8c4699083983c756ea65fabc208b034a12f30087
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
diff --git a/PKGBUILD b/PKGBUILD
index 8ef989a3db73..ddb4f43fa9aa 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.2
+pkgver=2.3.3
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=('80142f8a06e287e9744687013ab7a26f7f64a738f60ac19cfe9a35e998ea7d04'
+sha256sums=('66422b506f17aa95e403b32412018785a6bf63361fcdccc7e7b1c5d5760dd3ff'
'9b8f14b35006e74778cc88ed8c4699083983c756ea65fabc208b034a12f30087'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')