lua-sha2: switch to Github repository 2821/head
authorJo-Philipp Wich <jo@mein.io>
Mon, 6 Jun 2016 14:07:51 +0000 (16:07 +0200)
committerJo-Philipp Wich <jo@mein.io>
Mon, 6 Jun 2016 14:08:02 +0000 (16:08 +0200)
The original Google Code repository is not available anymore, use the
equivalent Github repository instead.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
lang/lua-sha2/Makefile

index 6a82334e764057265b7b4948e6a3190e6045f9e9..a6b8b6b94fa5edca7f5dd7613ade0289c5860e3d 100644 (file)
@@ -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