summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2019-11-23 00:34:38 +0100
committerNicola Murino2019-11-23 00:34:38 +0100
commit759d682924d1d0f429a23a0d3b3510ef2fbbd85c (patch)
treee6bcb57fa66992aef112be7839932abf9c0ea53e
parentc2cfae131babbdeb0db9d43bba2c02c98a5bf839 (diff)
downloadaur-759d682924d1d0f429a23a0d3b3510ef2fbbd85c.tar.gz
Update to 0.9.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a75ed9e77c2..bd145cc267d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sftpgo
pkgdesc = Full featured and highly configurable SFTP server
- pkgver = 0.9.3
- pkgrel = 3
+ pkgver = 0.9.4
+ pkgrel = 1
url = https://github.com/drakkan/sftpgo
install = sftpgo.install
arch = i686
@@ -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.3
+ source = git+https://github.com/drakkan/sftpgo#tag=0.9.4
sha256sums = SKIP
pkgname = sftpgo
diff --git a/PKGBUILD b/PKGBUILD
index 6354c1b0fc7d..e533f65e578f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo
-pkgver=0.9.3
-pkgrel=3
+pkgver=0.9.4
+pkgrel=1
pkgdesc='Full featured and highly configurable SFTP server'
arch=('i686' 'x86_64')
url="https://github.com/drakkan/${pkgname}"