diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2017-09-08 12:44:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-08 12:44:28 +0200 |
commit | 27dacccb8f50c0d3eeac7e2c3a0dd80b500ba106 (patch) | |
tree | 7635bffda3850d319105a6bc039934efc62ab2f4 /libs | |
parent | ac8d820135600e8186e90ea3710e6aab8bd1fbb7 (diff) |
libs/confuse: Update to 3.2.1
Update (lib)confuse to 3.2.1
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/confuse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/confuse/Makefile b/libs/confuse/Makefile index a87c58ecb..a0ecd11ad 100644 --- a/libs/confuse/Makefile +++ b/libs/confuse/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=confuse -PKG_VERSION:=3.2 +PKG_VERSION:=3.2.1 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:=a46abb8696026d314197b6a70ae1a1c296342a9a68aa69b1935709c1477a4e48 +PKG_HASH:=23c63272baf2ef4e2cbbafad2cf57de7eb81f006ec347c00b954819824add25e PKG_MAINTAINER:=Daniel Engberg <daniel.engberg.lists@pyret.net> PKG_LICENSE:=ISC |