arduino / linino

102 stars 47 forks source link

Wrong MD5sum for cpu-mcu-bridge again #22

Closed Clem69B closed 10 years ago

Clem69B commented 10 years ago

Like for the issue #9 :

/media/Projet/linino/trunk/scripts/download.pl "/media/Projet/linino/trunk/dl" "cpu-mcu-bridge-1.1.0.tar.bz2" "afa194cf16a3d2b1ca5180f630054ed2" "http://downloads.arduino.cc/" ... MD5 sum of the downloaded file does not match (file: 0b877889de3c28601a599f7222ebb1c3, requested: afa194cf16a3d2b1ca5180f630054ed2) - deleting download.

Thank you !

snooops commented 10 years ago

yes same error here, with compiling through debian wheezy.

snooops commented 10 years ago

did this patch at linino/trunk/package/linino/cpu-mcu-bridge/Makefile:

16c16
< PKG_MD5SUM:=afa194cf16a3d2b1ca5180f630054ed2
---
> PKG_MD5SUM:=0b877889de3c28601a599f7222ebb1c3
ffissore commented 10 years ago

Fixed in https://github.com/arduino/openwrt-packages-yun/tree/master/arduino/cpu-mcu-bridge Thank you