diff options
author | Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> | 2020-05-01 13:43:30 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> | 2020-05-01 19:18:37 +0200 |
commit | 997723342bdfb6b3bd0553ae6471671ac1e56442 (patch) | |
tree | c6f9b344834d7295364ff77be382fc416a44aea4 /net/ocserv/Makefile | |
parent | d58c3d48a54df3907d8df7808b43afe5e3e890fa (diff) |
ocserv: updated to 1.0.1
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Diffstat (limited to 'net/ocserv/Makefile')
-rw-r--r-- | net/ocserv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ocserv/Makefile b/net/ocserv/Makefile index caa0360c3..20d6dd3b8 100644 --- a/net/ocserv/Makefile +++ b/net/ocserv/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ocserv -PKG_VERSION:=1.0.0 +PKG_VERSION:=1.0.1 PKG_RELEASE:=1 PKG_USE_MIPS16:=0 PKG_BUILD_DIR :=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=ftp://ftp.infradead.org/pub/ocserv/ -PKG_HASH:=17440e78aadc800836824adb17088534740ebdce3e0cbd3a615fdbbd326b9e91 +PKG_HASH:=59d9ef7a1aeb95ff6e762e2a0f231b3fae2ea420f68a1cf09d39a26395040f4b PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=COPYING |