Skip to content

Commit

Permalink
bump 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
honwen committed Feb 21, 2019
1 parent 06b190b commit a4753f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=v2ray-plugin
PKG_VERSION:=1.0
PKG_RELEASE:=8cea1a3
PKG_VERSION:=1.1.0
PKG_RELEASE:=20190219
PKG_MAINTAINER:=chenhw2 <https://github.com/chenhw2>

# OpenWrt ARCH: arm, i386, x86_64, mips, mipsel
Expand All @@ -35,7 +35,7 @@ ifeq ($(ARCH),arm)
BIN_ARCH:=arm7
endif

PKG_SOURCE:=v2ray-plugin-linux-$(PKG_ARCH)-$(PKG_RELEASE).tar.gz
PKG_SOURCE:=v2ray-plugin-linux-$(PKG_ARCH)-v$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/shadowsocks/v2ray-plugin/releases/download/v$(PKG_VERSION)/
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_HASH:=skip
Expand Down

0 comments on commit a4753f5

Please sign in to comment.