hostfw: update to v0.6.3

Closes #22.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
Andrew Benson 2018-04-10 12:51:37 -05:00 committed by Enno Boland
parent 722825a835
commit c2293a2d88
1 changed files with 11 additions and 10 deletions

View File

@ -1,22 +1,23 @@
# Template file for 'hostfw'
pkgname=hostfw
version=0.6.1
version=0.6.3
revision=1
build_style=gnu-makefile
build_style=fetch
depends="iptables"
short_desc="Simple host-based permit-by-exception iptables generation script"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="BSD"
license="MIT"
homepage="https://github.com/abenson/hostfw/"
distfiles="https://github.com/abenson/hostfw/archive/v${version}.tar.gz"
checksum=5a27291222f2936e295ebc0a517931b5a261026f3c3b01b1bb688955c297ac1e
distfiles="https://raw.githubusercontent.com/abenson/hostfw/v${version}/firewall
https://raw.githubusercontent.com/abenson/hostfw/v${version}/COPYING.md
https://raw.githubusercontent.com/abenson/hostfw/v${version}/firewall.1"
checksum="65dbd26f145ac955abf2f6afb359b5214949153fb1f6442595f304bf51516459
b7336a62d3846b4851bfb87829b374dd226b63e304a055c2fdb18abeaee84866
30542c020b11d123a1d067bf6baa140eade18e605486e22f2dbab3787968dfaf"
noarch=yes
do_install() {
vbin firewall
vman firewall.1
vlicense COPYING.md LICENSE
}
post_install() {
vlicense COPYING.md
}