hostfw: update to 0.6.4
This commit is contained in:
parent
3a3b1331e0
commit
f03e008f57
1 changed files with 5 additions and 9 deletions
|
@ -1,20 +1,16 @@
|
|||
# Template file for 'hostfw'
|
||||
pkgname=hostfw
|
||||
version=0.6.3
|
||||
version=0.6.4
|
||||
revision=1
|
||||
build_style=fetch
|
||||
noarch=yes
|
||||
build_style=gnu-makefile
|
||||
depends="iptables"
|
||||
short_desc="Simple host-based permit-by-exception iptables generation script"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/abenson/hostfw/"
|
||||
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="f1bbc0aad05293b0bcff015f882f9eb07edca84f95ab397dbd286ca5ff8e55bd
|
||||
7e20135e01e8a6b71475b05836e248fcd3f365ada3cbc0634c911f27d807d679
|
||||
b0ae64d28f62cfd5b0121572e243762a44df70dd24d471b5327dfe650fb6c37e"
|
||||
noarch=yes
|
||||
distfiles="https://github.com/abenson/hostfw/archive/v${version}.tar.gz"
|
||||
checksum=15f24e175bcd8a04683d0fdf6588cafe577c98bc6cac1336a409de0e0ca3a36b
|
||||
|
||||
do_install() {
|
||||
vbin firewall
|
||||
|
|
Loading…
Add table
Reference in a new issue