summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2021-09-11 13:46:04 +0200
committerNicola Murino2021-09-11 13:46:04 +0200
commit47ceff6a81f575311e81cc7ca2693a043c9fd86e (patch)
tree1f4c3b7fa2fce510e7d727f99c71f67498798568
parent97c213b166ad3a81d75d5f2af61208ad0db97084 (diff)
downloadaur-47ceff6a81f575311e81cc7ca2693a043c9fd86e.tar.gz
update to v2.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abcfb97140ee..4075f89a8f5e 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.1.1
+ pkgver = 2.1.2
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.1.1/sftpgo_v2.1.1_linux_x86_64.tar.xz
+ source = https://github.com/drakkan/sftpgo/releases/download/v2.1.2/sftpgo_v2.1.2_linux_x86_64.tar.xz
source = sftpgo.json
source = sftpgo.sysusers
- sha256sums = c5ea1e60de0a3bb2c86c346dfd726822d19edc86e01b7c977f5a1c131aa1d2a3
+ sha256sums = 98ce7ef15e704cf5ba252bcf6304a89652fa534df1b4036cdd275526a42265ea
sha256sums = 6f1fbbf9d19a10b09bd37f293bcae5a807bfd7bc12552f7b2a5d19eb87afa0dc
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
diff --git a/PKGBUILD b/PKGBUILD
index c3b008f31450..c339503860da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo-bin
_pkgname=sftpgo
-pkgver=2.1.1
+pkgver=2.1.2
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')
@@ -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=('c5ea1e60de0a3bb2c86c346dfd726822d19edc86e01b7c977f5a1c131aa1d2a3'
+sha256sums=('98ce7ef15e704cf5ba252bcf6304a89652fa534df1b4036cdd275526a42265ea'
'6f1fbbf9d19a10b09bd37f293bcae5a807bfd7bc12552f7b2a5d19eb87afa0dc'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')