diff options
author | Steven Barth <steven@midlink.org> | 2015-03-02 10:01:47 +0100 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-03-02 10:02:10 +0100 |
commit | f2d9e75d83f6065896676acd005d6d3c007faae8 (patch) | |
tree | 0d81ffc17bb6d53163b0f9690af6ee87868c4bc1 /libs/libsigc++ | |
parent | e5d7553986ce92f7dfa74866d86eef37f3fea4cf (diff) |
libsigc++: bump to 2.4.1
Signed-off-by: Steven Barth <steven@midlink.org>
Diffstat (limited to 'libs/libsigc++')
-rw-r--r-- | libs/libsigc++/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/libsigc++/Makefile b/libs/libsigc++/Makefile index 66fffb08a..fbb0a5610 100644 --- a/libs/libsigc++/Makefile +++ b/libs/libsigc++/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2014 OpenWrt.org +# Copyright (C) 2006-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libsigc++ -PKG_VERSION:=2.4.0 +PKG_VERSION:=2.4.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNOME/libsigc++/2.4 -PKG_MD5SUM:=c6cd2259f5ef973e4c8178d0abbdbfa7 +PKG_MD5SUM:=55945ba6e1652f89999e910f6b52047c PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org> PKG_LICENSE:=LGPL-2.1 |