lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit e47da635ad6da238b0e65ce4f21be90756b35b38
parent d986ccd6c558f7c142ba792d3ef20a24f407882e
Author: Matthias Schiffer <mschiffer@universe-factory.net>
Date:   Tue, 29 Mar 2016 00:18:04 +0200

libuecc: update to v7

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>

Diffstat:
Mlibs/libuecc/Makefile | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/libs/libuecc/Makefile b/libs/libuecc/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2012-2015 OpenWrt.org +# Copyright (C) 2012-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libuecc -PKG_VERSION:=6 +PKG_VERSION:=7 PKG_RELEASE:=1 PKG_MAINTAINER:=Matthias Schiffer <mschiffer@universe-factory.net> PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=https://projects.universe-factory.net/attachments/download/83 -PKG_MD5SUM:=cba68339ff46482ec4090303de18fff4 +PKG_SOURCE_URL:=https://projects.universe-factory.net/attachments/download/85 +PKG_MD5SUM:=5cd543cb8e7bce83a22c07a0579c95a1 PKG_LICENSE:=BSD-2-Clause PKG_LICENSE_FILES:=COPYRIGHT