From f5294296bfddfcdd0f8fbe589438cf13bb187538 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 6 Jun 2016 16:07:51 +0200 Subject: [PATCH] lua-sha2: switch to Github repository The original Google Code repository is not available anymore, use the equivalent Github repository instead. Signed-off-by: Jo-Philipp Wich --- lang/lua-sha2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/lua-sha2/Makefile b/lang/lua-sha2/Makefile index 6a82334e76..a6b8b6b94f 100644 --- a/lang/lua-sha2/Makefile +++ b/lang/lua-sha2/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_URL:=https://code.google.com/p/sha2/ +PKG_SOURCE_URL:=https://github.com/lgierth/lua-sha2.git PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=02bd4bfdc806 PKG_LICENSE:=MIT