ufw: update to 0.33.
This commit is contained in:
parent
6f2655efbb
commit
6f6d9fc77d
|
@ -1,18 +1,17 @@
|
|||
# Template file for 'ufw'
|
||||
pkgname=ufw
|
||||
version=0.30.1
|
||||
revision=6
|
||||
distfiles="http://launchpad.net/ufw/0.30/$version/+download/$pkgname-$version.tar.gz"
|
||||
version=0.33
|
||||
revision=1
|
||||
build_style=python-module
|
||||
depends="iptables python"
|
||||
makedepends="python iptables"
|
||||
fulldepends="iptables python"
|
||||
short_desc="Uncomplicated Firewall"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="https://launchpad.net/ufw"
|
||||
license="GPL-3"
|
||||
checksum=98da13fe3e9aa8ff29611f20ef6e8b15be42bcdc43c8ef3145755b220f3bae1a
|
||||
distfiles="http://launchpad.net/ufw/${version}/${version}/+download/ufw-${version}.tar.gz"
|
||||
checksum=5f85a8084ad3539b547bec097286948233188c971f498890316dec170bdd1da8
|
||||
long_desc="
|
||||
Ufw stands for Uncomplicated Firewall, and is program for managing a
|
||||
Ufw stands for Uncomplicated Firewall, and is a program for managing a
|
||||
netfilter firewall. It provides a command line interface and ims to be
|
||||
uncomplicated and easy to use."
|
||||
|
||||
|
|
Loading…
Reference in New Issue