Skip to content

Commit

Permalink
wfb-ng: Fix license name, repo url and add PKG_MIRROR_HASH
Browse files Browse the repository at this point in the history
Signed-off-by: Vasily Evseenko <[email protected]>
  • Loading branch information
svpcom committed Sep 15, 2024
1 parent 5cff0bf commit d9f03de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions net/wfb-ng/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=wfb-ng
PKG_VERSION:=24.9.1
PKG_RELEASE:=1
PKG_LICENSE:=GPL-3.0
PKG_LICENSE:=GPL-3.0-only
PKG_LICENSE_FILES:=LICENSE

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/svpcom/wfb-ng
PKG_SOURCE_URL:=https://github.com/svpcom/wfb-ng.git
PKG_SOURCE_VERSION:=a41cd378e7e23dd094d6c50f26c4faa8e64e5954
PKG_MIRROR_HASH:=362b3d4262e78ae0885cc25cea34e553dc29e1941be47724ece796bd35220d88
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)

PKG_BUILD_PARALLEL:=1
Expand Down

0 comments on commit d9f03de

Please sign in to comment.