From db2a4b1be041ab4f09c19418659a000ad1724fed Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 1 Aug 2018 21:53:44 -0700 Subject: [PATCH] neon: Fix URL There seems to be no proper location for this, nor an up to date fork. Arch uses this link so switch to that. Signed-off-by: Rosen Penev --- libs/neon/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/neon/Makefile b/libs/neon/Makefile index 5cf2e36ec..791a895a9 100644 --- a/libs/neon/Makefile +++ b/libs/neon/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=0.30.2 PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.webdav.org/neon +PKG_SOURCE_URL:=https://web.archive.org/web/20170923042221/http://webdav.org:80/neon/ PKG_HASH:=db0bd8cdec329b48f53a6f00199c92d5ba40b0f015b153718d1b15d3d967fbca PKG_INSTALL:=1 @@ -23,7 +23,7 @@ define Package/libneon SECTION:=libs CATEGORY:=Libraries TITLE:=HTTP and WebDAV client library - URL:=http://www.webdav.org/neon/ + URL:=https://web.archive.org/web/20170923042221/http://webdav.org:80/neon/ DEPENDS:=+libopenssl +libexpat +zlib MAINTAINER:=Federico Di Marco endef