From ea8b5521fbf387225f1a7f05c7174fd5656c2e69 Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Tue, 14 Dec 2021 08:56:06 -0600 Subject: [PATCH] semodule-utils: update to 3.3 Signed-off-by: W. Michael Petullo --- utils/semodule-utils/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/semodule-utils/Makefile b/utils/semodule-utils/Makefile index ba08eac8d..06b7e06b4 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.2 -PKG_RELEASE:=1 +PKG_VERSION:=3.3 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/$(PKG_VERSION) -PKG_HASH:=be155654883c8dc4d05493e04a3eb9e56d28803009f1fdd721d42c68b878f757 +PKG_HASH:=3098ec5e5f04a1dbbf4aa569b63a4570750a9fe0d4da14ce45954aa300a17063 PKG_MAINTAINER:=W. Michael Petullo PKG_LICENSE:=GPL-2.0-only