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 d49b2f858019..54cc30ef7438 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname=ssh-audit
-pkgver=2.0.0
+pkgver=2.1.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=('9ae7db82c343fc2d3af20994e750fbe69da8bed7ecde14e3fd8607d23b758c75')
+sha256sums=('0c689500b2e2d4496914b5e100705ef8289c21d7b5f0d081470ae25e5b661f63')
package() {
cd "$pkgname-$pkgver"