From 86a646428db77583c3efa9d0ad6700ca7efaea60 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Tue, 11 Jul 2017 09:34:43 +0200 Subject: [PATCH] libs/confuse: Update to 3.2 Update (lib)confuse to 3.2 Signed-off-by: Daniel Engberg --- libs/confuse/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/confuse/Makefile b/libs/confuse/Makefile index 6a862bfa3..a87c58ecb 100644 --- a/libs/confuse/Makefile +++ b/libs/confuse/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=confuse -PKG_VERSION:=3.1 +PKG_VERSION:=3.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/martinh/libconfuse/releases/download/v$(PKG_VERSION) -PKG_HASH:=8171f31e0071d5e4460269fdcc8b4e748cf23b4bf6bbe672f718a136dd63ca66 +PKG_HASH:=a46abb8696026d314197b6a70ae1a1c296342a9a68aa69b1935709c1477a4e48 PKG_MAINTAINER:=Daniel Engberg PKG_LICENSE:=ISC