summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2016-10-27 14:40:04 -0400
committerJameson Pugh2016-10-27 14:40:04 -0400
commit6b52864ac5f37457424d13b9ab58c202af7138b6 (patch)
treeb885d60800fe979d8cb9c68520532acfb652d4cf
parentf1d53435ce9160f40f6c86e2ab12c8877aa95d24 (diff)
downloadaur-6b52864ac5f37457424d13b9ab58c202af7138b6.tar.gz
v1.7.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e6e2916b4c5..e5a449eed1bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Fri Oct 14 14:53:11 UTC 2016
+# Thu Oct 27 18:39:58 UTC 2016
pkgbase = ssh-audit
pkgdesc = A tool for ssh server auditing.
- pkgver = 1.6.0
+ pkgver = 1.7.0
pkgrel = 1
url = https://github.com/arthepsy/ssh-audit
arch = any
license = MIT
depends = python
- source = https://github.com/arthepsy/ssh-audit/archive/v1.6.0.tar.gz
- sha256sums = efebff6d39f270cde5e235f1e3cbaedd8a56e693c810e91dd4a48aaceb0ca2dd
+ source = https://github.com/arthepsy/ssh-audit/archive/v1.7.0.tar.gz
+ sha256sums = cba29cc19ec2932e4f43c720b2c49a7d179219e23482476aeb472f7463713b68
pkgname = ssh-audit
diff --git a/PKGBUILD b/PKGBUILD
index 006954325704..04371287c5f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jameson Pugh <imntreal@gmail.com>
pkgname=ssh-audit
-pkgver=1.6.0
+pkgver=1.7.0
pkgrel=1
pkgdesc="A tool for ssh server auditing."
arch=(any)
@@ -9,7 +9,7 @@ url="https://github.com/arthepsy/ssh-audit"
license=('MIT')
depends=('python')
source=("https://github.com/arthepsy/ssh-audit/archive/v${pkgver}.tar.gz")
-sha256sums=('efebff6d39f270cde5e235f1e3cbaedd8a56e693c810e91dd4a48aaceb0ca2dd')
+sha256sums=('cba29cc19ec2932e4f43c720b2c49a7d179219e23482476aeb472f7463713b68')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"