Skip to content

Commit

Permalink
netdiscover: Make version apk compatible
Browse files Browse the repository at this point in the history
Adjust version to be compatible with apk's semantic rules.

Signed-off-by: Hannu Nyman <[email protected]>
(cherry picked from commit 03f9a53)
  • Loading branch information
hnyman committed Nov 17, 2024
1 parent 1dcf604 commit fc33552
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions net/netdiscover/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,18 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=netdiscover
PKG_VERSION:=0.3-pre-beta7
PKG_REAL_VERSION:=0.3-pre-beta7
PKG_VERSION:=0.3_beta7
PKG_RELEASE:=2

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-LINUXONLY.tar.gz
PKG_SOURCE:=$(PKG_NAME)-$(PKG_REAL_VERSION)-LINUXONLY.tar.gz
PKG_SOURCE_URL:=@SF/netdiscover
PKG_HASH:=01c6e090c3b06e374005f7efcead3b5b2f63f47bfb94383c1dbde9abcf1cd8aa
PKG_MAINTAINER:=Mislav Novakovic <[email protected]>
PKG_LICENSE:=GPL-2.0

PKG_BUILD_DIR :=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_REAL_VERSION)

PKG_FIXUP:=autoreconf
PKG_INSTALL:=1

Expand Down

0 comments on commit fc33552

Please sign in to comment.