diff options
author | Dominick Grift <dominick.grift@defensec.nl> | 2021-03-09 09:01:37 +0100 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-03-09 16:53:38 -0800 |
commit | 961c0129e24d4cc793ad7df22dcf5c2658fbee86 (patch) | |
tree | 2822a0f52e65bffb4411bccda356f170e78b5eaa /utils/semodule-utils/Makefile | |
parent | 39bce0e7191bab285d3c0fb6b205df7bcfd36e4f (diff) |
semodule-utils: update to version 3.2
no changes
Signed-off-by: Dominick Grift <dominick.grift@defensec.nl>
Diffstat (limited to 'utils/semodule-utils/Makefile')
-rw-r--r-- | utils/semodule-utils/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/semodule-utils/Makefile b/utils/semodule-utils/Makefile index 82504859d..ba08eac8d 100644 --- a/utils/semodule-utils/Makefile +++ b/utils/semodule-utils/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=semodule-utils -PKG_VERSION:=3.1 -PKG_RELEASE:=2 +PKG_VERSION:=3.2 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/20200710 -PKG_HASH:=0cc37f9cec751d9c2abb5f2b228b060567e973cb47c19b53b8a4a7378baaa853 +PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/$(PKG_VERSION) +PKG_HASH:=be155654883c8dc4d05493e04a3eb9e56d28803009f1fdd721d42c68b878f757 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> PKG_LICENSE:=GPL-2.0-only |