summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2024-06-21 20:00:29 +0200
committerNicola Murino2024-06-21 20:00:29 +0200
commit3570a4fd52b9246cbbef8ad10f0e025f0432d71c (patch)
tree98f1b7555f3cff199680d892e956433eb17796c8
parent2861cd510cebc053937c7d5551878044647cb9e3 (diff)
downloadaur-3570a4fd52b9246cbbef8ad10f0e025f0432d71c.tar.gz
2.6.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 071928838c03..eb6330a27684 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sftpgo-bin
pkgdesc = Full-featured and highly configurable SFTP, HTTP/S, FTP/S and WebDAV server - S3, Google Cloud Storage, Azure Blob
- pkgver = 2.6.1
+ pkgver = 2.6.2
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.6.1/sftpgo_v2.6.1_linux_x86_64.tar.xz
+ source = https://github.com/drakkan/sftpgo/releases/download/v2.6.2/sftpgo_v2.6.2_linux_x86_64.tar.xz
source = sftpgo.json
source = sftpgo.sysusers
- sha256sums = 9ef26af417858d5bdf97e214f18cbe131d2b54800633df634296cd28ef3b6bde
+ sha256sums = ff5be49258bb5c0ea0fd87d14e79e77ec68870da19a0e2577ae77b0287fd250e
sha256sums = 41231f900789d4dcb7e43d2fc9f698a8a9087444670999f54db3d104b64b6184
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
diff --git a/PKGBUILD b/PKGBUILD
index 868783dbfeb1..00f3566a9dc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo-bin
_pkgname=sftpgo
-pkgver=2.6.1
+pkgver=2.6.2
pkgrel=1
pkgdesc='Full-featured and highly configurable SFTP, HTTP/S, FTP/S and WebDAV server - S3, Google Cloud Storage, Azure Blob'
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=('9ef26af417858d5bdf97e214f18cbe131d2b54800633df634296cd28ef3b6bde'
+sha256sums=('ff5be49258bb5c0ea0fd87d14e79e77ec68870da19a0e2577ae77b0287fd250e'
'41231f900789d4dcb7e43d2fc9f698a8a9087444670999f54db3d104b64b6184'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')