From: Peter Wagner <​tripolar@gmx.at> Date: Sun, 10 Nov 2013 18:04:54 +0000 (+0000) Subject: libgdbm: update to 1.10 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ba91700816c2d351af1e1eaff1bd39a85751a14a;p=openwrt%2Fsvn-archive%2Fpackages.git libgdbm: update to 1.10 Signed-off-by: Peter Wagner SVN-Revision: 38706 --- diff --git a/libs/gdbm/Makefile b/libs/gdbm/Makefile index a608e214c..d5970f364 100644 --- a/libs/gdbm/Makefile +++ b/libs/gdbm/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2013 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:=gdbm -PKG_VERSION:=1.9.1 -PKG_RELEASE:=2 +PKG_VERSION:=1.10 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/gdbm -PKG_MD5SUM:=59f6e4c4193cb875964ffbe8aa384b58 +PKG_MD5SUM:=88770493c2559dc80b561293e39d3570 PKG_LICENSE:=GPLv3 PKG_LICENSE_FILES:=COPYING