Browse Source

ocserv: updated to 0.8.5

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos 10 years ago
parent
commit
9d038e43b7
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      net/ocserv/Makefile

+ 3
- 3
net/ocserv/Makefile View File

@@ -8,15 +8,15 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=ocserv
11
-PKG_VERSION:=0.8.4
11
+PKG_VERSION:=0.8.5
12 12
 PKG_RELEASE:=1
13 13
 
14 14
 PKG_BUILD_DIR :=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
15 15
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
16 16
 PKG_SOURCE_URL :=ftp://ftp.infradead.org/pub/ocserv/
17
-PKG_MD5SUM:=3eb452fddebda887eaa5f6412dab634c
17
+PKG_MD5SUM:=81ef79707c4b39f47685267c0f91e87e
18 18
 
19
-PKG_LICENSE:=GPLv3
19
+PKG_LICENSE:=GPLv2
20 20
 PKG_LICENSE_FILES:=COPYING
21 21
 PKG_FIXUP:=autoreconf
22 22