Browse Source

libftdi: update to v1.3

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
lilik-openwrt-22.03
Álvaro Fernández Rojas 9 years ago
parent
commit
0a2cba338d
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      libs/libftdi1/Makefile

+ 4
- 4
libs/libftdi1/Makefile View File

@ -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 <noltari@gmail.com>
PKG_LICENSE:=LGPL-2.0


Loading…
Cancel
Save