Skip to content

Commit

Permalink
Bump to 0.0.5 (#7)
Browse files Browse the repository at this point in the history
* bump

remove c-ares in shadowsocks/simple-obfs@6478110

* Remove dependencies of libsodium

shadowsocks/simple-obfs@237fd82
  • Loading branch information
lrinQVQ authored and aa65535 committed Nov 17, 2017
1 parent 2f04063 commit 6f743e1
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,13 +8,13 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=simple-obfs
PKG_VERSION:=0.0.4
PKG_VERSION:=0.0.5
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:=917411a3ab0cbe8d136ae4bbd8461f3775c182b8
PKG_SOURCE_VERSION:=a9c43588e4cb038e6ac02f050e4cab81f8228dff
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz

PKG_LICENSE:=GPLv3
Expand All @@ -35,7 +35,7 @@ define Package/simple-obfs/Default
CATEGORY:=Network
TITLE:=Simple-obfs
URL:=https://github.com/shadowsocks/simple-obfs
DEPENDS:=+libev +libcares +libpthread +libsodium
DEPENDS:=+libev +libpthread
endef

Package/simple-obfs = $(call Package/simple-obfs/Default)
Expand Down

0 comments on commit 6f743e1

Please sign in to comment.