network/firewalld: REQUIRES update

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2023-11-08 14:57:10 +01:00 committed by Willy Sudiarto Raharjo
parent 69e0b36e05
commit 8ffe06ad82
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=firewalld
VERSION=${VERSION:-1.3.3}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/firewalld/firewalld/archive/refs/tags/v1.3.3/firewa
MD5SUM="2eebac7c58bee285ff0c149bc2b18445"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-slip decorator"
REQUIRES="python-slip python3-decorator"
MAINTAINER="stormtracknole"
EMAIL="stormtracknole@gmail.com"