mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
ufw: update to 0.33.
This commit is contained in:
parent
6f2655efbb
commit
6f6d9fc77d
1 changed files with 6 additions and 7 deletions
|
@ -1,18 +1,17 @@
|
||||||
# Template file for 'ufw'
|
# Template file for 'ufw'
|
||||||
pkgname=ufw
|
pkgname=ufw
|
||||||
version=0.30.1
|
version=0.33
|
||||||
revision=6
|
revision=1
|
||||||
distfiles="http://launchpad.net/ufw/0.30/$version/+download/$pkgname-$version.tar.gz"
|
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
depends="iptables python"
|
fulldepends="iptables python"
|
||||||
makedepends="python iptables"
|
|
||||||
short_desc="Uncomplicated Firewall"
|
short_desc="Uncomplicated Firewall"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="https://launchpad.net/ufw"
|
homepage="https://launchpad.net/ufw"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
checksum=98da13fe3e9aa8ff29611f20ef6e8b15be42bcdc43c8ef3145755b220f3bae1a
|
distfiles="http://launchpad.net/ufw/${version}/${version}/+download/ufw-${version}.tar.gz"
|
||||||
|
checksum=5f85a8084ad3539b547bec097286948233188c971f498890316dec170bdd1da8
|
||||||
long_desc="
|
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
|
netfilter firewall. It provides a command line interface and ims to be
|
||||||
uncomplicated and easy to use."
|
uncomplicated and easy to use."
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue