From 7f1871672f557227e52f57e41a22dd994848fa5d Mon Sep 17 00:00:00 2001 From: mefer <46685040+meferspb@users.noreply.github.com> Date: Thu, 1 Sep 2022 17:28:11 +0300 Subject: [PATCH] tools: xxd: fix source URL No working http, only https --- tools/xxd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xxd/Makefile b/tools/xxd/Makefile index c3cc6863c..25d5bb654 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/ +PKG_SOURCE_URL:=https://grail.cba.csuohio.edu/~somos/ PKG_HASH:=9bf05c19b9084973e3cc877696a7f9881a5c87fa5a9fa438d9962519726559f9 PKG_CPE_ID:=cpe:/a:vim:vim