Browse Source

libtasn1: updated to 4.4

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
lilik-openwrt-22.03
Nikos Mavrogiannopoulos 10 years ago
parent
commit
2c19060e0b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libs/libtasn1/Makefile

+ 2
- 2
libs/libtasn1/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=libtasn1 PKG_NAME:=libtasn1
PKG_VERSION:=4.3
PKG_VERSION:=4.4
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://ftp.gnu.org/gnu/libtasn1 PKG_SOURCE_URL:=ftp://ftp.gnu.org/gnu/libtasn1
PKG_MD5SUM:=67e98988f966a34fbf1b82d33eef9e7e
PKG_MD5SUM:=f3b19cda52dcba5922e8fd79ebe486a81fd91e64
#PKG_FIXUP:=autoreconf #PKG_FIXUP:=autoreconf
PKG_INSTALL:=1 PKG_INSTALL:=1


Loading…
Cancel
Save