From: Álvaro Fernández Rojas Date: Wed, 1 Jun 2016 15:51:13 +0000 (+0200) Subject: libftdi: update to v1.3 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=0a2cba338dc03964963705e447163f46831f8f0e;p=feed%2Fpackages.git libftdi: update to v1.3 Signed-off-by: Álvaro Fernández Rojas --- diff --git a/libs/libftdi1/Makefile b/libs/libftdi1/Makefile index 725f915501..cf2ba17ae8 100644 --- a/libs/libftdi1/Makefile +++ b/libs/libftdi1/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2014-2015 OpenWrt.org +# Copyright (C) 2014-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libftdi1 -PKG_VERSION:=1.2 -PKG_RELEASE:=4 +PKG_VERSION:=1.3 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.intra2net.com/en/developer/libftdi/download/ -PKG_MD5SUM:=89dff802d89c4c0d55d8b4665fd52d0b +PKG_MD5SUM:=156cdf40cece9f8a3ce1582db59a502a PKG_MAINTAINER:=Álvaro Fernández Rojas PKG_LICENSE:=LGPL-2.0