Skip to content

Commit

Permalink
bump version to 0.02
Browse files Browse the repository at this point in the history
  • Loading branch information
aa65535 committed Jan 16, 2017
1 parent a9d60aa commit 312e44b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (C) 2016 Jian Chang <[email protected]>
# Copyright (C) 2017 Jian Chang <[email protected]>
#
# This is free software, licensed under the GNU General Public License v3.
# See /LICENSE for more information.
Expand All @@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=simple-obfs
PKG_VERSION:=0.0.1
PKG_RELEASE:=2
PKG_VERSION:=0.0.2
PKG_RELEASE:=1

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/shadowsocks/simple-obfs.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE)
PKG_SOURCE_VERSION:=4461e1fb36f92b4f27149aa54cd19a760781f807
PKG_SOURCE_VERSION:=149b57d24d90fff3f7983b42967f6354acb5eeca
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz

PKG_LICENSE:=GPLv3
Expand Down

0 comments on commit 312e44b

Please sign in to comment.