ssh-audit: update to 2.1.1
This commit is contained in:
parent
454617b02a
commit
27ec3c604e
1 changed files with 5 additions and 9 deletions
|
@ -1,20 +1,16 @@
|
||||||
# Template file for 'ssh-audit'
|
# Template file for 'ssh-audit'
|
||||||
pkgname=ssh-audit
|
pkgname=ssh-audit
|
||||||
version=1.7.0
|
version=2.1.1
|
||||||
revision=1
|
revision=1
|
||||||
_licver=22b671e15f0c8acdaed8594d0a8ae9f7c3303452
|
|
||||||
build_style=fetch
|
|
||||||
archs=noarch
|
archs=noarch
|
||||||
python_version=3
|
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="SSH server auditing"
|
short_desc="SSH server auditing"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/arthepsy/ssh-audit"
|
homepage="https://github.com/jtesta/ssh-audit"
|
||||||
distfiles="https://raw.githubusercontent.com/arthepsy/ssh-audit/v${version}/ssh-audit.py
|
distfiles="https://github.com/jtesta/ssh-audit/archive/v${version}.tar.gz"
|
||||||
https://raw.githubusercontent.com/arthepsy/ssh-audit/${_licver}/LICENSE"
|
checksum=e70d7dfb98fa4941f07424783a2f601c9e3920eb33da53997c13b9d7d2720dcb
|
||||||
checksum="a3ff0734e1c71b0830a1ff93de2a7bce5faaa8fa893d760966de50eac24d859b
|
python_version=3
|
||||||
8de5f3aaee4a896c62a5c3010954dbe13779b9ae07addcb0380873a9830c66e8"
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin ssh-audit.py ssh-audit
|
vbin ssh-audit.py ssh-audit
|
||||||
|
|
Loading…
Reference in a new issue