From 11b4d308025d2c19b50e4c0bf5e4d80db07f66dc Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Thu, 6 Jun 2024 12:45:23 +0000 Subject: [PATCH] bump(root/ipset): 7.22 This commit has been automatically submitted by Github Actions. --- root-packages/ipset/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root-packages/ipset/build.sh b/root-packages/ipset/build.sh index 89d0dc8307..944781ba5c 100644 --- a/root-packages/ipset/build.sh +++ b/root-packages/ipset/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://ipset.netfilter.org TERMUX_PKG_DESCRIPTION="Administration tool for kernel IP sets" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="7.21" +TERMUX_PKG_VERSION="7.22" TERMUX_PKG_SRCURL=https://ipset.netfilter.org/ipset-${TERMUX_PKG_VERSION}.tar.bz2 -TERMUX_PKG_SHA256=e2c6ce4fcf3acb3893ca5d35c86935f80ad76fc5ccae601185842df760e0bc69 +TERMUX_PKG_SHA256=f6ac5a47c3ef9f4c67fcbdf55e791cbfe38eb0a4aa1baacd12646a140abacdd9 TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_DEPENDS="libmnl" TERMUX_PKG_BREAKS="ipset-dev"