Browse Source

ser2net: update to 3.2

Beside some bugfixes, this adds multi-connection support.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
lilik-openwrt-22.03
Michael Heimpold 8 years ago
parent
commit
194ff8a6b3
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/ser2net/Makefile

+ 2
- 2
net/ser2net/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ser2net
PKG_VERSION:=3.1
PKG_VERSION:=3.2
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/ser2net
PKG_MD5SUM:=3aa17f5b28a13e4ac16c569a3b9a7e2a
PKG_MD5SUM:=85adca01e963ec80ec96f1dfd23aeaec
PKG_LICENSE:=GPL-2.0+
PKG_LICENSE_FILES:=COPYING


Loading…
Cancel
Save