python3-libsemanage: fix URL
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
6268cd77c8
commit
c4d28c9ba4
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ 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_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/$(PKG_VERSION)
|
||||
PKG_HASH:=d722a55ca4fe2d4e2b30527720db657e6238b28079e69e2e4affeb8e733ee511
|
||||
PKG_BUILD_DEPENDS:=swig/host
|
||||
|
||||
|
|
Loading…
Reference in a new issue