Browse Source

semodule-utils: update to version 3.2

no changes

Signed-off-by: Dominick Grift <dominick.grift@defensec.nl>
lilik-openwrt-22.03
Dominick Grift 3 years ago
committed by Rosen Penev
parent
commit
961c0129e2
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      utils/semodule-utils/Makefile

+ 4
- 4
utils/semodule-utils/Makefile View File

@ -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


Loading…
Cancel
Save