|
@ -1,5 +1,5 @@ |
|
|
#
|
|
|
#
|
|
|
# Copyright (C) 2017-2018 Yousong Zhou <yszhou4tech@gmail.com>
|
|
|
|
|
|
|
|
|
# Copyright (C) 2017-2019 Yousong Zhou <yszhou4tech@gmail.com>
|
|
|
#
|
|
|
#
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
# See /LICENSE for more information.
|
|
|
# See /LICENSE for more information.
|
|
@ -13,12 +13,12 @@ include $(TOPDIR)/rules.mk |
|
|
# - check if default mode has changed from being tcp_only
|
|
|
# - check if default mode has changed from being tcp_only
|
|
|
#
|
|
|
#
|
|
|
PKG_NAME:=shadowsocks-libev |
|
|
PKG_NAME:=shadowsocks-libev |
|
|
PKG_VERSION:=3.2.3 |
|
|
|
|
|
PKG_RELEASE:=9 |
|
|
|
|
|
|
|
|
PKG_VERSION:=3.2.4 |
|
|
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE_URL:=https://github.com/shadowsocks/shadowsocks-libev/releases/download/v$(PKG_VERSION) |
|
|
PKG_SOURCE_URL:=https://github.com/shadowsocks/shadowsocks-libev/releases/download/v$(PKG_VERSION) |
|
|
PKG_HASH:=2befc27b1cc62af0450702343d17e347936f0d4e3d4b04ba9246c4f9b409b742 |
|
|
|
|
|
|
|
|
PKG_HASH:=65a67c355df1794dc0ef94d80d2d596fd590b13fdcd0a21bda28859c88924ce5 |
|
|
|
|
|
|
|
|
PKG_MAINTAINER:=Yousong Zhou <yszhou4tech@gmail.com> |
|
|
PKG_MAINTAINER:=Yousong Zhou <yszhou4tech@gmail.com> |
|
|
|
|
|
|
|
|