diff --git a/robots/Makefile b/robots/Makefile index 69d8585..e841bc6 100644 --- a/robots/Makefile +++ b/robots/Makefile @@ -1,5 +1,5 @@ # This is free software, licensed under the GNU General Public License -# v2. See /LICENSE for more information. +# v3. See /LICENSE for more information. include $(TOPDIR)/rules.mk PKG_NAME:=robots @@ -8,7 +8,7 @@ PKG_RELEASE:=6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://pyneo.org/t -PKG_MD5SUM:=c673aaab232243c660484d2969e3cf30 +PKG_MD5SUM:=bbc3134ec29c15fac7e39793046ba6ab PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk