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 6e733a2475c7..6b79807509a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sftpgo-bin
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-bin.install
@@ -14,10 +14,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.0.0/sftpgo_v2.0.0_linux_x86_64.tar.xz
+ source = https://github.com/drakkan/sftpgo/releases/download/v2.0.1/sftpgo_v2.0.1_linux_x86_64.tar.xz
source = sftpgo.json
source = sftpgo.sysusers
- sha256sums = 95c7ff5929ef25ca065dcba27fc0ceeea57a0511eb2a7320f577d16608e9de18
+ sha256sums = f450c0f21deafe452b960b10f47cf0581b5d725e998e49fd422b40c948ba66bd
sha256sums = c78069828a88b18f4ba7454a3e91bdf63829ed17b532528805edb8d08ce8e292
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
diff --git a/PKGBUILD b/PKGBUILD
index 3728d8161464..b7a28ae9c440 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo-bin
_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=('x86_64')
@@ -25,7 +25,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=('95c7ff5929ef25ca065dcba27fc0ceeea57a0511eb2a7320f577d16608e9de18'
+sha256sums=('f450c0f21deafe452b960b10f47cf0581b5d725e998e49fd422b40c948ba66bd'
'c78069828a88b18f4ba7454a3e91bdf63829ed17b532528805edb8d08ce8e292'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')