Merge pull request #7721 from Sir-Boops/fail2ban
fail2ban: update to 0.10.0
This commit is contained in:
commit
b7b076aadb
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'fail2ban'
|
# Template file for 'fail2ban'
|
||||||
pkgname=fail2ban
|
pkgname=fail2ban
|
||||||
version=0.9.7
|
version=0.10.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
|
@ -17,7 +17,7 @@ maintainer="necrophcodr <necrophcodr@necrophcodr.me>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.fail2ban.org/"
|
homepage="http://www.fail2ban.org/"
|
||||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=2817eb0d4f670bef2a79a5a9cfb824b41a4445f5a92a307a453ac95f497c7440
|
checksum=3517b68bff71924f179609eb51dd2fe66d78653646528cdf8edf2370ff047c80
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv fail2ban
|
vsv fail2ban
|
||||||
|
|
Loading…
Reference in New Issue