From c2293a2d8899211a8a8b093cf9d5880c6a08282f Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Tue, 10 Apr 2018 12:51:37 -0500 Subject: [PATCH] hostfw: update to v0.6.3 Closes #22. Signed-off-by: Enno Boland --- srcpkgs/hostfw/template | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/srcpkgs/hostfw/template b/srcpkgs/hostfw/template index 4a93d4ac245..888075e2f59 100644 --- a/srcpkgs/hostfw/template +++ b/srcpkgs/hostfw/template @@ -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 " -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 -} -