diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-03-09 00:05:06 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-03-09 16:39:56 -0800 |
commit | acb72e74529a5f3c6ec067cfe6047b621407c29a (patch) | |
tree | 93c7bee32776f3a4313be0eeb6fbf6ec038d8ec4 /lang/python/python3-libsemanage | |
parent | 0d05ca4a09294ddbcd7735c4fc6f3bddd524b0e7 (diff) |
python3-libsemanage: update to 3.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'lang/python/python3-libsemanage')
-rw-r--r-- | lang/python/python3-libsemanage/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python3-libsemanage/Makefile b/lang/python/python3-libsemanage/Makefile index 5cb91ef76..c1670e567 100644 --- a/lang/python/python3-libsemanage/Makefile +++ b/lang/python/python3-libsemanage/Makefile @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk SRC_NAME:=libsemanage PKG_NAME:=python3-$(SRC_NAME) -PKG_VERSION:=3.1 +PKG_VERSION:=3.2 PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/python-libsemanage/$(SRC_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(SRC_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/20200710 -PKG_HASH:=22d6c75526e40d1781c30bcf29abf97171bdfe6780923f11c8e1c76a75a21ff8 +PKG_HASH:=d722a55ca4fe2d4e2b30527720db657e6238b28079e69e2e4affeb8e733ee511 PKG_BUILD_DEPENDS:=swig/host PKG_MAINTAINER:=Thomas Petazzoni <thomas.petazzoni@bootlin.com> |