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 26488df7c531..9089d1d9ecb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sftpgo-bin
pkgdesc = Full featured and highly configurable SFTP server
- pkgver = 0.9.4
+ pkgver = 0.9.5
pkgrel = 1
url = https://github.com/drakkan/sftpgo
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = sftpgo-bin
conflicts = sftpgo
backup = etc/sftpgo/sftpgo.json
backup = etc/sftpgo/sftpgo.db
- source = https://github.com/drakkan/sftpgo/releases/download/0.9.4/sftpgo_0.9.4_linux_x86_64.tar.xz
- sha256sums = b47068499173eb13dcd4779f4e6d63817bad758cbcd030f487f7138e2c750c04
+ source = https://github.com/drakkan/sftpgo/releases/download/0.9.5/sftpgo_0.9.5_linux_x86_64.tar.xz
+ sha256sums = d57cfc24cfff6a8b782f49e3b60db6837b4c61bf0ddd54181f1f4edfeda3a924
pkgname = sftpgo-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4c2e9092bb84..5a1f61fa0518 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo-bin
_pkgname=sftpgo
-pkgver=0.9.4
+pkgver=0.9.5
pkgrel=1
pkgdesc='Full featured and highly configurable SFTP server'
arch=('x86_64')
@@ -24,7 +24,7 @@ backup=(
)
source=("https://github.com/drakkan/sftpgo/releases/download/${pkgver}/sftpgo_${pkgver}_linux_x86_64.tar.xz")
-sha256sums=('b47068499173eb13dcd4779f4e6d63817bad758cbcd030f487f7138e2c750c04')
+sha256sums=('d57cfc24cfff6a8b782f49e3b60db6837b4c61bf0ddd54181f1f4edfeda3a924')
package() {
install -Dm755 sftpgo "$pkgdir/usr/bin/${_pkgname}"