Skip to content
Closed

Oor #8789

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions net/oor/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,16 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=oor
PKG_VERSION:=1.2.2
PKG_RELEASE:=1

PKG_VERSION:=1.3.0
PKG_RELEASE:=2



PKG_SOURCE_URL=https://github.com/OpenOverlayRouter/oor/releases/download/$(PKG_VERSION)/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_MD5SUM:=6702348fa314c2691f28c7e71337bb84
PKG_MD5SUM:=5683570bff97b3c230327c6cda662ce2


PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
Expand Down