summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2020-01-12 19:13:02 +0100
committerNicola Murino2020-01-12 19:13:02 +0100
commite4108e71a79a82e4dc4047a7b0b6281ccef1d6cb (patch)
tree3e8345d25f972512899528803bbb1627556a64a8
parent759d682924d1d0f429a23a0d3b3510ef2fbbd85c (diff)
downloadaur-e4108e71a79a82e4dc4047a7b0b6281ccef1d6cb.tar.gz
update to 0.9.5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd145cc267d1..92993a5e1c6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sftpgo
pkgdesc = Full featured and highly configurable SFTP server
- pkgver = 0.9.4
+ pkgver = 0.9.5
pkgrel = 1
url = https://github.com/drakkan/sftpgo
install = sftpgo.install
@@ -17,7 +17,7 @@ pkgbase = sftpgo
optdepends = python-requests: REST API CLI
optdepends = python-pygments: REST API CLI colors highlight
backup = etc/sftpgo/sftpgo.json
- source = git+https://github.com/drakkan/sftpgo#tag=0.9.4
+ source = git+https://github.com/drakkan/sftpgo#tag=0.9.5
sha256sums = SKIP
pkgname = sftpgo
diff --git a/PKGBUILD b/PKGBUILD
index e533f65e578f..0563e16218ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo
-pkgver=0.9.4
+pkgver=0.9.5
pkgrel=1
pkgdesc='Full featured and highly configurable SFTP server'
arch=('i686' 'x86_64')