diff options
| author | Konstantin Demin | 2025-07-14 08:08:31 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-07-19 16:54:05 +0000 |
| commit | 36337da8d2945000ffc6fa83c10049744e17f892 (patch) | |
| tree | 21ad672e007a50bd36953fafe30d03a51e94238b | |
| parent | b0c2aa4594c0a4f90dc6f3e015315e7ba7c4a15e (diff) | |
| download | openwrt-36337da8d2945000ffc6fa83c10049744e17f892.tar.gz | |
policycoreutils: bump PKG_RELEASE
improves 6cac528f7227 "policycoreutils: adjust with glibc and libcrypt-compat"
Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19404
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | package/utils/policycoreutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/policycoreutils/Makefile b/package/utils/policycoreutils/Makefile index 47a0bc56f5..639e6c4480 100644 --- a/package/utils/policycoreutils/Makefile +++ b/package/utils/policycoreutils/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=policycoreutils PKG_VERSION:=3.8.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/$(PKG_VERSION) |