From 20d0da8538ad110d1aac5985f84af6bf534b5956 Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Tue, 19 Jan 2016 17:43:26 +0100 Subject: [PATCH] alfred: Switch to HTTPS version of links open-mesh.org and its subdomains can only be accessed via HTTPS. HTTP-only requests are currently redirected automatically to HTTPS but references to it should be only https. Signed-off-by: Sven Eckelmann --- alfred/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/alfred/Makefile b/alfred/Makefile index a4742ce..76340bb 100644 --- a/alfred/Makefile +++ b/alfred/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk # -# The latest alfred git hash in PKG_REV can be obtained from http://git.open-mesh.org/alfred.git +# The latest alfred git hash in PKG_REV can be obtained from https://git.open-mesh.org/alfred.git # PKG_NAME:=alfred PKG_VERSION:=2016.0 @@ -16,7 +16,7 @@ PKG_RELEASE:=0 PKG_MD5SUM:=d5cc848f57f430a977e2f266d35d99c7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION) +PKG_SOURCE_URL:=https://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION) PKG_LICENSE:=GPL-2.0 include $(INCLUDE_DIR)/package.mk @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk init-y := alfred define Package/alfred - URL:=http://www.open-mesh.org/ + URL:=https://www.open-mesh.org/ SECTION:=net CATEGORY:=Network TITLE:=A.L.F.R.E.D. - Almighty Lightweight Fact Remote Exchange Daemon -- 2.30.2