[openwrt/openwrt] tools/xxd: fix source URL

LEDE Commits lede-commits at lists.infradead.org
Mon Mar 1 16:39:27 GMT 2021


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/c58005a9431b16107d8c6398b9095a5b3bcfcb25

commit c58005a9431b16107d8c6398b9095a5b3bcfcb25
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Mon Mar 1 16:38:46 2021 +0000

    tools/xxd: fix source URL
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 tools/xxd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/xxd/Makefile b/tools/xxd/Makefile
index 73a8371a6c..c3cc6863cc 100644
--- a/tools/xxd/Makefile
+++ b/tools/xxd/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
 PKG_NAME:=xxd
 PKG_VERSION:=1.10
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://grail.cba.csuohio.edu/~somos/xxd-1.10.tar.gz
+PKG_SOURCE_URL:=http://grail.cba.csuohio.edu/~somos/
 PKG_HASH:=9bf05c19b9084973e3cc877696a7f9881a5c87fa5a9fa438d9962519726559f9
 PKG_CPE_ID:=cpe:/a:vim:vim
 



More information about the lede-commits mailing list