ufw: update to 0.36.1.

This commit is contained in:
Joel Beckmeyer 2021-10-06 21:41:47 -04:00 committed by Érico Nogueira Rolim
parent e16886e05c
commit 9222317e23

View file

@ -1,9 +1,9 @@
# Template file for 'ufw'
pkgname=ufw
version=0.36
revision=4
version=0.36.1
revision=1
_major_minor="${version%.*}"
build_style=python3-module
pycompile_module="ufw"
conf_files="
/etc/ufw/*.conf
/etc/ufw/*.rules
@ -14,8 +14,8 @@ short_desc="Uncomplicated Firewall"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-only"
homepage="https://launchpad.net/ufw"
distfiles="https://launchpad.net/ufw/${version}/${version}/+download/ufw-${version}.tar.gz"
checksum=754b22ae5edff0273460ac9f57509c3938187e0cf4fb9692c6a02833fff33cfc
distfiles="https://launchpad.net/ufw/${_major_minor}/${version}/+download/ufw-${version}.tar.gz"
checksum=1c57e78fbf2970f0cc9c56ea87a231e6d83d825e55b9e31e2c88b91b0ea03c8c
pre_configure() {
sed -i -e 's|/lib|/usr/lib|' setup.py