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