ssh-audit: update to 3.3.0.
This commit is contained in:
parent
dadc86675f
commit
5507720ab0
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ssh-audit'
|
# Template file for 'ssh-audit'
|
||||||
pkgname=ssh-audit
|
pkgname=ssh-audit
|
||||||
version=3.2.0
|
version=3.3.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style="python3-module"
|
build_style="python3-module"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/jtesta/ssh-audit"
|
homepage="https://github.com/jtesta/ssh-audit"
|
||||||
distfiles="https://github.com/jtesta/ssh-audit/archive/v${version}.tar.gz"
|
distfiles="https://github.com/jtesta/ssh-audit/archive/v${version}.tar.gz"
|
||||||
checksum=db21007cb84ac95fa899bdb8f35bb4102a9fd28fc8225c5d16ced4ab8aa0413b
|
checksum=e533c9ff2c1e655576b78a7732cdb01cf765e002716e5c086322ba4737c5e63b
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue