summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 283b9a54d8fa..911b823c53f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname=ssh-audit
-pkgver=2.1.1
+pkgver=2.2.0
pkgrel=1
pkgdesc="A tool for ssh server auditing."
arch=(any)
@@ -9,7 +9,7 @@ url="https://github.com/jtesta/ssh-audit"
license=('MIT')
depends=('python')
source=("$pkgname-$pkgver.tar.gz::https://github.com/jtesta/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('e70d7dfb98fa4941f07424783a2f601c9e3920eb33da53997c13b9d7d2720dcb')
+sha256sums=('a8f4f01122234bd84c01440bfd3b7a6026c50c1a06f3044846a8503c94f94cfb')
package() {
cd "$pkgname-$pkgver"