From 74ff3ae61ed96a40614238295b3e815dab7c322f Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 21 Aug 2019 16:03:28 +0200 Subject: [PATCH] libuecc: update URL and PKG_SOURCE_URL --- libs/libuecc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libuecc/Makefile b/libs/libuecc/Makefile index 931296318..57ca7a377 100644 --- a/libs/libuecc/Makefile +++ b/libs/libuecc/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=2 PKG_MAINTAINER:=Matthias Schiffer PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=https://projects.universe-factory.net/attachments/download/85 +PKG_SOURCE_URL:=https://github.com/NeoRaider/libuecc/releases/download/v$(PKG_VERSION) PKG_HASH:=b94aef08eab5359d0facaa7ead2ce81b193eef0c61379d9835213ebc0a46257a PKG_LICENSE:=BSD-2-Clause @@ -26,7 +26,7 @@ define Package/libuecc SECTION:=libs CATEGORY:=Libraries TITLE:=Very small Elliptic Curve Cryptography library - URL:=http://git.universe-factory.net/libuecc/ + URL:=https://github.com/NeoRaider/libuecc/ endef TARGET_CFLAGS += -ffunction-sections -fdata-sections