1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Fix packages version for apk compatibility

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-12-06 14:47:16 +01:00
parent dc85df4d2a
commit f225e0f898
14 changed files with 17 additions and 16 deletions

View file

@ -8,11 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=tcptraceroute
PKG_VERSION:=1.5beta7
PKG_REALVERSION:=1.5beta7
PKG_VERSION:=1.5_beta7
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=tcptraceroute-$(PKG_VERSION)
PKG_SOURCE_VERSION:=tcptraceroute-$(PKG_REALVERSION)
PKG_SOURCE_URL:=https://github.com/mct/tcptraceroute.git
include $(INCLUDE_DIR)/package.mk