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>
This commit is contained in:
parent
2a1eddb5ae
commit
f5294296bf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue