Skip to content

Commit

Permalink
njitclient: make version apk compatible
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <[email protected]>
  • Loading branch information
1715173329 committed Nov 16, 2024
1 parent 10a7fa9 commit ef0ade7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions net/njitclient/Makefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=njit8021xclient
PKG_BASE_VERSION:=2.0
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/bitdust/njit8021xclient.git
PKG_SOURCE_DATE:=2018-11-24
PKG_SOURCE_VERSION:=dd28c17f24275bbbf4c44504b832c0f1e6b9ae40
PKG_MIRROR_HASH:=ceab49b57f397ec608788ae92d25f13651e808aa4156c4c4049698dac405cb0a

PKG_VERSION:=$(PKG_BASE_VERSION)-$(PKG_SOURCE_DATE)-$(call version_abbrev,$(PKG_SOURCE_VERSION))
PKG_MIRROR_HASH:=f82c2e4459fadb36466af24b0edd6c96f3cb6f3f2f425ea170a5cc91749dd8a6

PKG_FIXUP:=autoreconf
PKG_BUILD_PARALLEL:=1
Expand Down

0 comments on commit ef0ade7

Please sign in to comment.