diff options
author | stormtracknole <stormtracknole@gmail.com> | 2023-07-28 20:31:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-28 20:31:19 +0700 |
commit | 6bff02477e85c677492bfe695c6d5c9a9aa15a07 (patch) | |
tree | 4b4973fe0669a6e0d8a13211032c1f0c383be55e /network/firewalld | |
parent | d19060b283fcb0ec556a6b30f1e24aab99ad979b (diff) |
network/firewalld: Updated for version 1.3.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/firewalld')
-rw-r--r-- | network/firewalld/firewalld.SlackBuild | 7 | ||||
-rw-r--r-- | network/firewalld/firewalld.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/network/firewalld/firewalld.SlackBuild b/network/firewalld/firewalld.SlackBuild index ea3dde2fa3836..c3c1475cc1715 100644 --- a/network/firewalld/firewalld.SlackBuild +++ b/network/firewalld/firewalld.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=firewalld -VERSION=${VERSION:-1.3.0} +VERSION=${VERSION:-1.3.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -70,7 +67,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.?z cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/network/firewalld/firewalld.info b/network/firewalld/firewalld.info index ab19575730e98..699c1e0657c2e 100644 --- a/network/firewalld/firewalld.info +++ b/network/firewalld/firewalld.info @@ -1,8 +1,8 @@ PRGNAM="firewalld" -VERSION="1.3.0" +VERSION="1.3.3" HOMEPAGE="https://github.com/firewalld/firewalld/" -DOWNLOAD="https://github.com/firewalld/firewalld/archive/refs/tags/v1.3.0.tar.gz#/firewalld-1.3.0.tar.gz" -MD5SUM="bf75948ab628a86e1ab61ebfb8913bc9" +DOWNLOAD="https://github.com/firewalld/firewalld/archive/refs/tags/v1.3.3/firewalld-1.3.3.tar.gz" +MD5SUM="2eebac7c58bee285ff0c149bc2b18445" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-slip decorator" |