1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 18:41:51 +00:00

Use github as source for tcptraceroute

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-08-27 16:32:10 +02:00
parent fa7bcc89ce
commit f88ea435f4

View file

@ -12,8 +12,8 @@ PKG_VERSION:=1.5beta7
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://michael.toren.net/code/tcptraceroute PKG_SOURCE_URL:=https://github.com/mct/tcptraceroute/archive/refs/tags/
PKG_MD5SUM:=65d1001509f971ea986fcbc2dd009643 PKG_HASH:=57fd2e444935bc5be8682c302994ba218a7c738c3a6cae00593a866cd85be8e7
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk