Skip to content

Commit

Permalink
bump version to 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aa65535 committed Mar 21, 2017
1 parent cad3e75 commit 804e7b7
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:=shadowsocks-libev
PKG_VERSION:=3.0.4
PKG_RELEASE:=2
PKG_VERSION:=3.0.5
PKG_RELEASE:=1

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/shadowsocks/shadowsocks-libev.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE)
PKG_SOURCE_VERSION:=cfe830405f1c8a2858f3f6ba5dce3abc58a17d6e
PKG_SOURCE_VERSION:=48f5a3bec864d80f1427c2c0090b87aba78267c8
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz

PKG_LICENSE:=GPLv3
Expand Down

0 comments on commit 804e7b7

Please sign in to comment.