Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aa65535 committed Apr 17, 2016
1 parent 0aacabf commit 6024f6f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=openwrt-dist-luci
PKG_VERSION:=1.3.8
PKG_VERSION:=1.3.9
PKG_RELEASE:=1

PKG_LICENSE:=GPLv3
Expand All @@ -26,11 +26,12 @@ define Package/openwrt-dist-luci/Default
SUBMENU:=3. Applications
TITLE:=$(1) LuCI interface
PKGARCH:=all
DEPENDS:=$(2)
endef

Package/luci-app-chinadns = $(call Package/openwrt-dist-luci/Default,ChinaDNS)
Package/luci-app-redsocks2 = $(call Package/openwrt-dist-luci/Default,RedSocks2)
Package/luci-app-shadowvpn = $(call Package/openwrt-dist-luci/Default,ShadowVPN)
Package/luci-app-chinadns = $(call Package/openwrt-dist-luci/Default,ChinaDNS,ChinaDNS)
Package/luci-app-redsocks2 = $(call Package/openwrt-dist-luci/Default,RedSocks2,redsocks2)
Package/luci-app-shadowvpn = $(call Package/openwrt-dist-luci/Default,ShadowVPN,ShadowVPN)
Package/luci-app-shadowsocks-spec = $(call Package/openwrt-dist-luci/Default,shadowsocks-libev-spec)

define Package/openwrt-dist-luci/description
Expand Down

0 comments on commit 6024f6f

Please sign in to comment.