Skip to content

Commit

Permalink
bump version to 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aa65535 committed Jan 12, 2020
1 parent 193864d commit 96f9b97
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
@@ -1,5 +1,5 @@
#
# Copyright (C) 2014-2019 Jian Chang <aa65535@live.com>
# Copyright (C) 2014-2020 Jian Chang <aa65535@live.com>
#
# This is free software, licensed under the GNU General Public License v3.
# See /LICENSE for more information.
Expand All @@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=shadowsocks-libev
PKG_VERSION:=3.3.3
PKG_VERSION:=3.3.4
PKG_RELEASE:=1

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/shadowsocks/shadowsocks-libev.git
PKG_SOURCE_VERSION:=e2765847cce57a24d845fcb969fdba6cc1420cf3
PKG_SOURCE_VERSION:=72d7d9217ce2a8a59dc647e8f1fbbd77f7cd30aa
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz

Expand Down

0 comments on commit 96f9b97

Please sign in to comment.