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
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
--disable-rpath \
--without-libiconv-prefix \
--without-libintl-prefix \
+ --disable-examples
MAKE_FLAGS += \
-C $(PKG_BUILD_DIR)/src \