Browse Source

libs/gdbm: Upgrade to version 1.11

Signed-off-by: Marcel Denia <naoir@gmx.net>
lilik-openwrt-22.03
Marcel Denia 10 years ago
parent
commit
ef94098440
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libs/gdbm/Makefile

+ 2
- 2
libs/gdbm/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=gdbm
PKG_VERSION:=1.10
PKG_VERSION:=1.11
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/gdbm
PKG_MD5SUM:=88770493c2559dc80b561293e39d3570
PKG_MD5SUM:=72c832680cf0999caedbe5b265c8c1bd
PKG_LICENSE:=GPLv3
PKG_LICENSE_FILES:=COPYING


Loading…
Cancel
Save