commit 519fa4aa1bd7adba6ad712d797d56e81e6d60093 parent 2e67a583ee1aac210805730d4a69a13aef207c42 Author: Ted Hess <thess@kitschensync.net> Date: Sat, 4 Feb 2017 19:12:15 -0500 Merge pull request #3954 from diizzyy/patch-31 lib/confuse: Update to 3.0 Diffstat:
| M | libs/confuse/Makefile | | | 13 | +++++++------ |
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/libs/confuse/Makefile b/libs/confuse/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=confuse -PKG_VERSION:=2.7 +PKG_VERSION:=3.0 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=@SAVANNAH/confuse -PKG_MD5SUM:=45932fdeeccbb9ef4228f1c1a25e9c8f -PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org> +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz +PKG_SOURCE_URL:=https://github.com/martinh/libconfuse/releases/download/v$(PKG_VERSION) +PKG_HASH:=bb75174e02aa8b44fa1a872a47beeea1f5fe715ab669694c97803eb6127cc861 +PKG_MAINTAINER:=Daniel Engberg <daniel.engberg.lists@pyret.net> PKG_LICENSE:=ISC PKG_FIXUP:=autoreconf @@ -25,7 +25,7 @@ define Package/confuse SECTION:=libs CATEGORY:=Libraries TITLE:=libConfuse is a configuration file parser library - URL:=http://www.nongnu.org/confuse/ + URL:=https://github.com/martinh/libconfuse endef define Package/confuse/description @@ -51,6 +51,7 @@ CONFIGURE_ARGS += \ --disable-rpath \ --without-libiconv-prefix \ --without-libintl-prefix \ + --disable-examples MAKE_FLAGS += \ -C $(PKG_BUILD_DIR)/src \