mirror of https://git.openwrt.org/project/luci.git
Bump Stable version to 0.8.3
This commit is contained in:
parent
5536480cde
commit
84710e742d
|
@ -1,6 +1,6 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_BRANCH:=trunk
|
||||
PKG_BRANCH:=branches/luci-0.8
|
||||
|
||||
ifeq ($(DUMP),)
|
||||
USELOCAL:=$(shell grep luci ../../../.project 2>/dev/null >/dev/null && echo 1)
|
||||
|
@ -10,12 +10,12 @@ PKG_NAME:=luci
|
|||
PKG_RELEASE:=1
|
||||
|
||||
ifeq ($(USELOCAL),1)
|
||||
PKG_VERSION:=0.9+svn
|
||||
PKG_VERSION:=0.8+svn
|
||||
else
|
||||
PKG_SOURCE_URL:=http://svn.luci.subsignal.org/luci/$(PKG_BRANCH)
|
||||
ifeq ($(DUMP),)
|
||||
PKG_REV:=$(shell LC_ALL=C svn info ${PKG_SOURCE_URL} | sed -ne's/^Last Changed Rev: //p')
|
||||
PKG_VERSION:=0.9+svn$(PKG_REV)
|
||||
PKG_REV:=HEAD
|
||||
PKG_VERSION:=0.8.3
|
||||
endif
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz
|
||||
|
|
Loading…
Reference in New Issue