From: Gabriel Date: Sat, 4 Mar 2017 16:17:22 +0000 (+0100) Subject: Makefile for v0.3.1 X-Git-Url: http://git.openwrt.org/?p=feed%2Frouting.git;a=commitdiff_plain;h=50560d22db24ebf0dabab15f17312728697cdff6 Makefile for v0.3.1 --- diff --git a/poprouting/Makefile b/poprouting/Makefile index 67f3701..c68db92 100644 --- a/poprouting/Makefile +++ b/poprouting/Makefile @@ -1,15 +1,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=prince -PKG_VERSION:=v0.3 -PKG_RELEASE:=3 +PKG_VERSION:=v0.3.1 +PKG_RELEASE:=4 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_USE_MIPS16:=0 PKG_SOURCE_PROTO:=git PKG_SOURCE:=prince-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/gabri94/poprouting.git -PKG_SOURCE_VERSION:=v0.3 +PKG_SOURCE_VERSION:=v0.3.1 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) include $(INCLUDE_DIR)/package.mk