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 /libs/libsoc | |
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 'libs/libsoc')
-rw-r--r-- | libs/libsoc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/libsoc/Makefile b/libs/libsoc/Makefile index c733a5811..ce73d237d 100644 --- a/libs/libsoc/Makefile +++ b/libs/libsoc/Makefile @@ -12,6 +12,7 @@ PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/jackmitch/libsoc.git +PKG_MIRROR_HASH:=bdfaace3d59da30c4aa5ef78b5e235b5e9c41cd56867e04cb0acefc4dcd62d33 PKG_SOURCE_DATE:=2016-12-22 PKG_SOURCE_VERSION:=5b788d4d558a78c52e6cfe97325e4564b307a3a0 |