diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-10-30 14:14:51 -0700 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2019-10-31 15:54:36 +0800 |
commit | 5ae85b79526d4b0197d3581d349a2f7b6932bd52 (patch) | |
tree | db995d8e09cee329c0f0b30754be1582328193d3 /sound/pianod | |
parent | 5329e65e4697801a05c3725bc78cb8e4691abd98 (diff) |
treewide: Replace MD5SUM with HASH
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'sound/pianod')
-rw-r--r-- | sound/pianod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pianod/Makefile b/sound/pianod/Makefile index 0ff900248..d0a605478 100644 --- a/sound/pianod/Makefile +++ b/sound/pianod/Makefile @@ -65,7 +65,7 @@ PIANOD_CLIENT:=pianod-client-compiled-51.tar.gz define Download/pianod-client URL:=http://deviousfish.com/Downloads/pianod/ FILE:=$(PIANOD_CLIENT) - MD5SUM:=abbdee5627bcee6a00c8304da8b4e2e7 + HASH:=1596ec2da30992e4008bbd6654333b025165399c3c7e22078f35bee6a438c5ad endef define Package/pianod/conffiles |