diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2019-03-04 01:56:23 +0000 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2019-03-04 03:35:19 +0000 |
commit | 6c14eae757739e977d4b6429a845e0af40f8b717 (patch) | |
tree | 1e79c22c5443309e6076e0dedfd544e5fc835b4e /net | |
parent | 27582a929d5474d884808513ec9b9baec4efd000 (diff) |
shadowsocks-libev: bump to version 3.2.4
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/shadowsocks-libev/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/shadowsocks-libev/Makefile b/net/shadowsocks-libev/Makefile index 9c00656e8..b1d42d8f3 100644 --- a/net/shadowsocks-libev/Makefile +++ b/net/shadowsocks-libev/Makefile @@ -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. # See /LICENSE for more information. @@ -13,12 +13,12 @@ include $(TOPDIR)/rules.mk # - check if default mode has changed from being tcp_only # 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_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> |