From 18963ff37360ddbdaafb4dce6a3836c899a311ee Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Tue, 28 May 2024 19:18:59 -0500 Subject: [PATCH] python-selinux: update to 3.6 Signed-off-by: W. Michael Petullo --- lang/python/python-selinux/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-selinux/Makefile b/lang/python/python-selinux/Makefile index 5736ef09a7..25ab8559f6 100644 --- a/lang/python/python-selinux/Makefile +++ b/lang/python/python-selinux/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-selinux -PKG_VERSION:=3.5 +PKG_VERSION:=3.6 PKG_RELEASE:=1 SRC_NAME:=libselinux PKG_SOURCE:=$(SRC_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/$(PKG_VERSION) -PKG_HASH:=9a3a3705ac13a2ccca2de6d652b6356fead10f36fb33115c185c5ccdf29eec19 +PKG_HASH:=ba4e0ef34b270e7672a5e5f1b523fe2beab3a40bb33d9389f4ad3a8728f21b52 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/$(SRC_NAME)-$(PKG_VERSION) PKG_MAINTAINER:=Thomas Petazzoni -- 2.30.2