Skip to content

Commit

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

Signed-off-by: Hannu Nyman <[email protected]>
  • Loading branch information
hnyman committed Nov 23, 2024
1 parent 42026ab commit 7ce6b68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions net/netifyd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=netifyd
PKG_RELEASE:=1
PKG_VERSION:=4.4.7
PKG_RELEASE:=2
PKG_MAINTAINER:=Darryl Sokoloski <[email protected]>
PKG_LICENSE:=GPL-3.0-or-later

Expand All @@ -17,9 +18,8 @@ PKG_BUILD_FLAGS:=gc-sections

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://gitlab.com/netify.ai/public/netify-agent.git
PKG_SOURCE_DATE:=2023-08-10
PKG_SOURCE_VERSION:=v4.4.7
PKG_MIRROR_HASH:=f829b552cac94b0981da37eae7d532532be9bf62d78508ba417fd730b50a4416
PKG_SOURCE_VERSION:=v$(PKG_VERSION)
PKG_MIRROR_HASH:=7c240041081d303cb68b4c3d58ccc907aef8334dc9e39a3d1c972df49533f6e7

PKG_CONFIG_DEPENDS:= \
CONFIG_NETIFYD_BUILD_SHARED_LIBRARY \
Expand Down

0 comments on commit 7ce6b68

Please sign in to comment.