diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-10-25 17:11:30 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-10-25 17:11:47 +0100 |
commit | 25ca289e4d8436118583469c770f03e14610a1ed (patch) | |
tree | 30fc5e36f3d9b42c2e921e6f8a969752b538f2e7 /libs/libuecc | |
parent | 5e3254a380c6e4f4ef225071339d16b3d649f3a4 (diff) |
libuecc: update to v6
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'libs/libuecc')
-rw-r--r-- | libs/libuecc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/libuecc/Makefile b/libs/libuecc/Makefile index 63b6ebe21..fb269339c 100644 --- a/libs/libuecc/Makefile +++ b/libs/libuecc/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libuecc -PKG_VERSION:=5 +PKG_VERSION:=6 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/80 -PKG_MD5SUM:=cd03c947931c2f4b0eea0bf45654bd34 +PKG_SOURCE_URL:=https://projects.universe-factory.net/attachments/download/83 +PKG_MD5SUM:=cba68339ff46482ec4090303de18fff4 PKG_LICENSE:=BSD-2-Clause PKG_LICENSE_FILES:=COPYRIGHT |