diff options
author | Jeffery To <jeffery.to@gmail.com> | 2023-09-20 19:05:24 +0800 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2023-09-21 07:55:20 +0200 |
commit | 0ea5e63b15065b79fc6d9fef799e3947750c8368 (patch) | |
tree | 6de137c7a01c108e30553cd9cda6b1987c9dba99 /utils/setools | |
parent | 86355454094ce47f47a468727897e335ba2f316d (diff) |
setools: Update to 4.4.3
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'utils/setools')
-rw-r--r-- | utils/setools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/setools/Makefile b/utils/setools/Makefile index 2bb4c7ff4..39eef7cd7 100644 --- a/utils/setools/Makefile +++ b/utils/setools/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=setools -PKG_VERSION:=4.4.2 +PKG_VERSION:=4.4.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://github.com/SELinuxProject/setools/releases/download/$(PKG_VERSION) -PKG_HASH:=f23e3c8635aa289096ca0218ca6f4568a4346e088bc46f374cb0917b7fb66f05 +PKG_HASH:=2f751599dbed0d628fb268a3302dd8c578829f302bd28e8c08e182aef7fd5cb8 PKG_BUILD_DEPENDS:=python-cython/host # Cython>=0.27 |