diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2018-07-09 10:58:57 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2018-07-09 11:33:55 +0800 |
commit | 5eb07af2b718f94a28c02476ee4f85208c48824c (patch) | |
tree | a07901f6a699abfa31d0b59ff855e91a94ec1727 /net/webui-aria2 | |
parent | 121b10b2bd196c3cdd69719f6674cf91fc70f8cf (diff) |
treewide: add missing mirror hash
They are missed out from the FIXUP check probably because of a flaw in
the fixup-makefile.pl script
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'net/webui-aria2')
-rw-r--r-- | net/webui-aria2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/webui-aria2/Makefile b/net/webui-aria2/Makefile index cee7a0e55..46cf0be4e 100644 --- a/net/webui-aria2/Makefile +++ b/net/webui-aria2/Makefile @@ -13,6 +13,7 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/ziahamza/webui-aria2 +PKG_MIRROR_HASH:=b6f78aebcb530778b28c681e5573319c0293b349f16978b685d4e8d34076e9bf PKG_SOURCE_VERSION:=d1ce5b992680f4d03eeee899ed8280cbcab8961a PKG_LICENSE:=MIT |