diff options
author | Albert Lopez <alopez@ac.upc.edu> | 2019-04-25 10:48:50 +0200 |
---|---|---|
committer | Albert Lopez <alopez@ac.upc.edu> | 2019-04-25 10:48:50 +0200 |
commit | 1dbbd892f58ec158af682706abd06b1b69418618 (patch) | |
tree | 290132fda39a43cc9ee0107033270b9c148f0dc9 | |
parent | aee8628696fbaa697a604c2895a016dde8b764c5 (diff) |
oor: update to release 1.3.0
Signed-off-by: Albert Lopez <alopez@ac.upc.edu>
-rw-r--r-- | net/oor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/oor/Makefile b/net/oor/Makefile index 93329b0ea..62c3fa5dd 100644 --- a/net/oor/Makefile +++ b/net/oor/Makefile @@ -16,13 +16,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=oor -PKG_VERSION:=1.2.2 +PKG_VERSION:=1.3.0 PKG_RELEASE:=1 PKG_SOURCE_URL=https://github.com/OpenOverlayRouter/oor/releases/download/$(PKG_VERSION)/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_MD5SUM:=6702348fa314c2691f28c7e71337bb84 +PKG_HASH:=e2bee73611984f0412798f4b72145f4f00037a9e874d3c2168a49e1bf49e4809 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE |