lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit f2c38846707c819c2e0c6e1b6c9a536cc2e2d258
parent 083a6ece5d8b1b25e53e2e220928390b865a5d2a
Author: Jo-Philipp Wich <jo@mein.io>
Date:   Mon,  6 Jun 2016 16:07:51 +0200

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 <jo@mein.io>

Diffstat:
Mlang/lua-sha2/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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