From: W. Michael Petullo Date: Wed, 29 May 2024 00:18:59 +0000 (-0500) Subject: python-selinux: update to 3.6 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=18963ff37360ddbdaafb4dce6a3836c899a311ee;p=feed%2Fpackages.git python-selinux: update to 3.6 Signed-off-by: W. Michael Petullo --- 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